Provides an interface for an entity field manager.
Hierarchy
- interface \Drupal\Core\Entity\EntityFieldManagerInterface
File
- core/lib/Drupal/Core/Entity/EntityFieldManagerInterface.php, line 8
Namespace
Drupal\Core\Entity
Members
Name | Modifiers | Type | Description |
---|---|---|---|
EntityFieldManagerInterface::clearCachedFieldDefinitions | public | function | Clears static and persistent field definition caches. |
EntityFieldManagerInterface::getBaseFieldDefinitions | public | function | Gets the base field definitions for a content entity type. |
EntityFieldManagerInterface::getExtraFields | public | function | Gets the "extra fields" for a bundle. |
EntityFieldManagerInterface::getFieldDefinitions | public | function | Gets the field definitions for a specific bundle. |
EntityFieldManagerInterface::getFieldMap | public | function | Gets a lightweight map of fields across bundles. |
EntityFieldManagerInterface::getFieldMapByFieldType | public | function | Gets a lightweight map of fields across bundles filtered by field type. |
EntityFieldManagerInterface::getFieldStorageDefinitions | public | function | Gets the field storage definitions for a content entity type. |
EntityFieldManagerInterface::setFieldMap | public | function | Sets a lightweight map of fields across bundles. |
EntityFieldManagerInterface::useCaches Deprecated | public | function | Disable the use of caches. |
Please login to continue.