Search for all
- Search 7.x for all
- Search 9.5.x for all
- Search 8.9.x for all
- Search 11.x for all
- Search main for all
- Other projects
| Title | Object type | File name | Summary |
|---|---|---|---|
| EntityFieldManager::$baseFieldDefinitions | property | core/ |
Static cache of base field definitions. |
| EntityFieldManager::$entityDisplayRepository | property | core/ |
The entity display repository. |
| EntityFieldManager::$entityLastInstalledSchemaRepository | property | core/ |
The entity last installed schema repository. |
| EntityFieldManager::$entityTypeBundleInfo | property | core/ |
The entity type bundle info. |
| EntityFieldManager::$entityTypeManager | property | core/ |
The entity type manager. |
| EntityFieldManager::$extraFields | property | core/ |
Extra fields info, if initialized. |
| EntityFieldManager::$fieldDefinitions | property | core/ |
Static cache of field definitions per bundle and entity type. |
| EntityFieldManager::$fieldMap | property | core/ |
An array of lightweight maps of fields, keyed by entity type. |
| EntityFieldManager::$fieldMapByFieldType | property | core/ |
An array of lightweight maps of fields, keyed by field type. |
| EntityFieldManager::$fieldStorageDefinitions | property | core/ |
Static cache of field storage definitions per entity type. |
| EntityFieldManager::$keyValueFactory | property | core/ |
The key-value factory. |
| EntityFieldManager::$languageManager | property | core/ |
The language manager. |
| EntityFieldManager::$moduleHandler | property | core/ |
The module handler. |
| EntityFieldManager::$typedDataManager | property | core/ |
The typed data manager. |
| EntityFieldManager::buildBaseFieldDefinitions | function | core/ |
Builds base field definitions for an entity type. |
| EntityFieldManager::buildBundleFieldDefinitions | function | core/ |
Builds field definitions for a specific bundle within an entity type. |
| EntityFieldManager::buildFieldStorageDefinitions | function | core/ |
Builds field storage definitions for an entity type. |
| EntityFieldManager::clearCachedFieldDefinitions | function | core/ |
Clears static and persistent field definition caches. |
| EntityFieldManager::getActiveFieldStorageDefinitions | function | core/ |
Gets the active field storage definitions for a content entity type. |
| EntityFieldManager::getBaseFieldDefinitions | function | core/ |
Gets the base field definitions for a content entity type. |
| EntityFieldManager::getExtraFields | function | core/ |
Gets the "extra fields" for a bundle. |
| EntityFieldManager::getFieldDefinitions | function | core/ |
Gets the field definitions for a specific bundle. |
| EntityFieldManager::getFieldMap | function | core/ |
Gets a lightweight map of fields across bundles. |
| EntityFieldManager::getFieldMapByFieldType | function | core/ |
Gets a lightweight map of fields across bundles filtered by field type. |
| EntityFieldManager::getFieldStorageDefinitions | function | core/ |
Gets the field storage definitions for a content entity type. |
| EntityFieldManager::loadExtraFields | function | core/ |
Loads extra fields from cache, or rebuilds them. |
| EntityFieldManager::setFieldMap | function | core/ |
Sets a lightweight map of fields across bundles. |
| EntityFieldManager::useCaches | function | core/ |
Disable the use of caches. |
| EntityFieldManager::__construct | function | core/ |
Constructs a new EntityFieldManager. |
| EntityFieldManagerInterface | interface | core/ |
Provides an interface for an entity field manager. |
| EntityFieldManagerInterface.php | file | core/ |
|
| EntityFieldManagerInterface::clearCachedFieldDefinitions | function | core/ |
Clears static and persistent field definition caches. |
| EntityFieldManagerInterface::getBaseFieldDefinitions | function | core/ |
Gets the base field definitions for a content entity type. |
| EntityFieldManagerInterface::getExtraFields | function | core/ |
Gets the "extra fields" for a bundle. |
| EntityFieldManagerInterface::getFieldDefinitions | function | core/ |
Gets the field definitions for a specific bundle. |
| EntityFieldManagerInterface::getFieldMap | function | core/ |
Gets a lightweight map of fields across bundles. |
| EntityFieldManagerInterface::getFieldMapByFieldType | function | core/ |
Gets a lightweight map of fields across bundles filtered by field type. |
| EntityFieldManagerInterface::getFieldStorageDefinitions | function | core/ |
Gets the field storage definitions for a content entity type. |
| EntityFieldManagerInterface::setFieldMap | function | core/ |
Sets a lightweight map of fields across bundles. |
| EntityFieldManagerInterface::useCaches | function | core/ |
Disable the use of caches. |
| EntityFieldManagerTest | class | core/ |
@coversDefaultClass \Drupal\Core\Entity\EntityFieldManager[[api-linebreak]] @group Entity |
| EntityFieldManagerTest.php | file | core/ |
|
| EntityFieldManagerTest::$cacheBackend | property | core/ |
The cache backend to use. |
| EntityFieldManagerTest::$cacheTagsInvalidator | property | core/ |
The cache tags invalidator. |
| EntityFieldManagerTest::$container | property | core/ |
The dependency injection container. |
| EntityFieldManagerTest::$entityDisplayRepository | property | core/ |
The entity display repository. |
| EntityFieldManagerTest::$entityFieldManager | property | core/ |
The entity field manager under test. |
| EntityFieldManagerTest::$entityLastInstalledSchemaRepository | property | core/ |
The entity last installed schema repository. |
| EntityFieldManagerTest::$entityType | property | core/ |
The entity type definition. |
| EntityFieldManagerTest::$entityTypeBundleInfo | property | core/ |
The entity type bundle info. |
Pagination
- Previous page
- Page 493
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.