- 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.
- Node.js Design Patterns
- JavaScript:Functional Programming for JavaScript Developers
- Mastering Selenium WebDriver
- Java Web開發(fā)之道
- Python爬蟲開發(fā)與項(xiàng)目實(shí)戰(zhàn)
- Mastering Yii
- Data Analysis with Stata
- Multithreading in C# 5.0 Cookbook
- 區(qū)塊鏈技術(shù)與應(yīng)用
- R語言數(shù)據(jù)可視化:科技圖表繪制
- 軟件工程基礎(chǔ)與實(shí)訓(xùn)教程
- 跟戴銘學(xué)iOS編程:理順核心知識(shí)點(diǎn)
- Training Systems Using Python Statistical Modeling
- 3D Printing Designs:Octopus Pencil Holder
- Learning Azure DocumentDB