- Drupal 8 Module Development
- Daniel Sipos
- 226字
- 2021-07-02 12:22:34
Fields
Now that we have an idea of what entities are, let's take a look at how data is actually stored on these entities.
I have alluded in the preceding section to how certain entity bundles can have various fields. This means that each entity type bundle can have any number of fields that are responsible for holding data. Additionally, each entity type itself can have fields for storing data. Okay, but what? Let's break this down.
There are two types of fields in Drupal 8—base fields and configurable fields. The former are fields that are defined in the code for each entity type, whereas the latter are usually created and configured in the UI and attached to a bundle of that entity type (and exported via configuration).
Fields can also be of multiples types, depending on the data they store. You can have string (or text) fields, numeric fields, date fields, email fields, and so on. As developers, we can create our own field types if the existing ones are not good enough for our data.
In this book, we will take a look at how we can define base fields on a certain entity type and create our own field type with its own data input widget and output formatter. Site builders can then use this field type on any entity type.
- C++ Primer習題集(第5版)
- Android Jetpack開發:原理解析與應用實戰
- Arduino by Example
- Programming ArcGIS 10.1 with Python Cookbook
- Mastering Julia
- Spring實戰(第5版)
- Learning ArcGIS for Desktop
- Learning Probabilistic Graphical Models in R
- Swift Playgrounds少兒趣編程
- Learning Concurrent Programming in Scala
- 好好學Java:從零基礎到項目實戰
- App Inventor創意趣味編程進階
- Couchbase Essentials
- Unity&VR游戲美術設計實戰
- HTML5+CSS3+jQuery Mobile APP與移動網站設計從入門到精通