- 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.
- Java EE 6 企業級應用開發教程
- JavaScript+DHTML語法與范例詳解詞典
- OpenCV實例精解
- Mastering Selenium WebDriver
- Visual Basic程序設計習題解答與上機指導
- 深入RabbitMQ
- 劍指Java:核心原理與應用實踐
- C語言程序設計實驗指導 (第2版)
- UVM實戰
- Scala for Machine Learning(Second Edition)
- 精通MySQL 8(視頻教學版)
- BackTrack 5 Cookbook
- R High Performance Programming
- Mastering Linux Kernel Development
- Puppet Essentials