A trait containing helper methods for field definitions.
Hierarchy
- trait \Drupal\views\FieldAPIHandlerTrait
File
- core/modules/views/src/FieldAPIHandlerTrait.php, line 10
Namespace
Drupal\views
Members
Name | Modifiers | Type | Description |
---|---|---|---|
FieldAPIHandlerTrait::$fieldDefinition | protected | property | The field definition. |
FieldAPIHandlerTrait::$fieldStorageDefinition | protected | property | The field storage definition. |
FieldAPIHandlerTrait::getEntityManager | protected | function | Returns the entity manager. |
FieldAPIHandlerTrait::getFieldDefinition | protected | function | Gets the field definition. |
FieldAPIHandlerTrait::getFieldStorageDefinition | protected | function | Gets the field storage configuration. |
Please login to continue.