Search for field_
- Search 7.x for field_
- Search 9.5.x for field_
- Search 8.9.x for field_
- Search 11.x for field_
- Other projects
| Title | Object type | File name | Summary |
|---|---|---|---|
| EntityDisplayBase::fieldHasDisplayOptions | function | core/ |
Determines if a field has options for a given display. |
| EntityDisplayBase::getFieldDefinition | function | core/ |
Gets the field definition of a field. |
| EntityDisplayBase::getFieldDefinitions | function | core/ |
Gets the definitions of the fields that are candidate for display. |
| EntityDisplayFormBase::$entityFieldManager | property | core/ |
The entity field manager. |
| EntityDisplayFormBase::$fieldTypes | property | core/ |
A list of field types. |
| EntityDisplayFormBase::buildExtraFieldRow | function | core/ |
Builds the table row structure for a single extra field. |
| EntityDisplayFormBase::buildFieldRow | function | core/ |
Builds the table row structure for a single field. |
| EntityDisplayFormBase::getExtraFields | function | core/ |
Returns the extra fields of the entity type and bundle used by this form. |
| EntityDisplayFormBase::getFieldDefinitions | function | core/ |
Collects the definitions of fields whose display is configurable. |
| EntityDisplayTest::testBaseFieldComponent | function | core/ |
Tests the behavior of a field component for a base field. |
| EntityDisplayTest::testExtraFieldComponent | function | core/ |
Tests the behavior of a field component within an entity display object. |
| EntityDisplayTest::testExtraFieldComponentInitialInvalidConfig | function | core/ |
Tests the behavior of an extra field component with initial invalid values. |
| EntityDisplayTest::testExtraFields | function | core/ |
Tests extra fields. |
| EntityDisplayTest::testFieldComponent | function | core/ |
Tests the behavior of a field component within an entity display object. |
| EntityField.php | file | core/ |
|
| EntityField::$base_table | property | core/ |
A shortcut for $view->base_table. |
| EntityField::$entityFieldRenderer | property | core/ |
Static cache for ::getEntityFieldRenderer(). |
| EntityField::$entityRepository | property | core/ |
The entity repository service. |
| EntityField::$entityTypeBundleInfo | property | core/ |
The entity type bundle info service. |
| EntityField::$entityTypeManager | property | core/ |
The entity type manager. |
| EntityField::$fieldTypePluginManager | property | core/ |
The field type plugin manager. |
| EntityField::$formatterOptions | property | core/ |
An array of formatter options. |
| EntityField::$formatterPluginManager | property | core/ |
The field formatter plugin manager. |
| EntityField::$group_fields | property | core/ |
The fields that we are actually grouping on. |
| EntityField::$items | property | core/ |
An array to store field renderable arrays for use by renderItems(). |
| EntityField::$languageManager | property | core/ |
The language manager. |
| EntityField::$limit_values | property | core/ |
Does the rendered fields get limited. |
| EntityField::$multiple | property | core/ |
Does the field supports multiple field values. |
| EntityField::$renderer | property | core/ |
The renderer. |
| EntityField::access | function | core/ |
Check whether given user has access to this handler. |
| EntityField::addSelfTokens | function | core/ |
Add any special tokens this field might use for itself. |
| EntityField::add_field_table | function | core/ |
Determine if the field table should be added to the query. |
| EntityField::buildGroupByForm | function | core/ |
Extend the groupby form with group columns. |
| EntityField::buildOptionsForm | function | core/ |
Default option form that provides label widget that all fields should have. |
| EntityField::calculateDependencies | function | core/ |
Calculates dependencies for the configured plugin. |
| EntityField::clickSort | function | core/ |
Called to determine what to tell the click sorter. |
| EntityField::clickSortable | function | core/ |
Determines if this field is click sortable. |
| EntityField::create | function | core/ |
Creates an instance of the plugin. |
| EntityField::createEntityForGroupBy | function | core/ |
Creates a fake entity with grouped field values. |
| EntityField::defineOptions | function | core/ |
Information about options for all kinds of purposes will be held here. |
| EntityField::documentSelfTokens | function | core/ |
Document any special tokens this field might use for itself. |
| EntityField::getCacheContexts | function | core/ |
The cache contexts associated with this object. |
| EntityField::getCacheMaxAge | function | core/ |
The maximum age for which this object may be cached. |
| EntityField::getCacheTags | function | core/ |
The cache tags associated with this object. |
| EntityField::getEntityFieldRenderer | function | core/ |
Returns the entity field renderer. |
| EntityField::getFieldStorageDefinition | function | core/ |
Gets the field storage definition. |
| EntityField::getFormatterInstance | function | core/ |
Returns the field formatter instance. |
| EntityField::getItems | function | core/ |
Gets an array of items for the field. |
| EntityField::getTableMapping | function | core/ |
Gets the table mapping for the entity type of the field. |
| EntityField::getValue | function | core/ |
Gets the value that's supposed to be rendered. |
Pagination
- Previous page
- Page 21
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.