Search for manager
- Search 7.x for manager
- Search 9.5.x for manager
- Search 8.9.x for manager
- Search 10.3.x for manager
- Other projects
Title | Object type | File name | Summary |
---|---|---|---|
EntityDefinitionUpdateManagerInterface.php | file | core/ |
|
EntityDefinitionUpdateManagerInterface::DEFINITION_CREATED | constant | core/ |
Indicates that a definition has just been created. |
EntityDefinitionUpdateManagerInterface::DEFINITION_DELETED | constant | core/ |
Indicates that a definition has just been deleted. |
EntityDefinitionUpdateManagerInterface::DEFINITION_UPDATED | constant | core/ |
Indicates that a definition has changes. |
EntityDefinitionUpdateManagerInterface::getChangeList | function | core/ |
Gets a list of changes to entity type and field storage definitions. |
EntityDefinitionUpdateManagerInterface::getChangeSummary | function | core/ |
Gets a human readable summary of the detected changes. |
EntityDefinitionUpdateManagerInterface::getEntityType | function | core/ |
Returns an entity type definition ready to be manipulated. |
EntityDefinitionUpdateManagerInterface::getEntityTypes | function | core/ |
Returns all the entity type definitions, ready to be manipulated. |
EntityDefinitionUpdateManagerInterface::getFieldStorageDefinition | function | core/ |
Returns a field storage definition ready to be manipulated. |
EntityDefinitionUpdateManagerInterface::installEntityType | function | core/ |
Installs a new entity type definition. |
EntityDefinitionUpdateManagerInterface::installFieldableEntityType | function | core/ |
Installs a new fieldable entity type definition. |
EntityDefinitionUpdateManagerInterface::installFieldStorageDefinition | function | core/ |
Installs a new field storage definition. |
EntityDefinitionUpdateManagerInterface::needsUpdates | function | core/ |
Checks if there are any definition updates that need to be applied. |
EntityDefinitionUpdateManagerInterface::uninstallEntityType | function | core/ |
Uninstalls an entity type definition. |
EntityDefinitionUpdateManagerInterface::uninstallFieldStorageDefinition | function | core/ |
Uninstalls a field storage definition. |
EntityDefinitionUpdateManagerInterface::updateEntityType | function | core/ |
Applies any change performed to the passed entity type definition. |
EntityDefinitionUpdateManagerInterface::updateFieldableEntityType | function | core/ |
Applies any change performed to a fieldable entity type definition. |
EntityDefinitionUpdateManagerInterface::updateFieldStorageDefinition | function | core/ |
Applies any change performed to the passed field storage definition. |
EntityDefinitionUpdateMultipleTypesTest::$entityDefinitionUpdateManager | property | core/ |
The entity definition update manager. |
EntityDefinitionUpdateMultipleTypesTest::$entityFieldManager | property | core/ |
The entity field manager. |
EntityDefinitionUpdateProviderTest::$entityDefinitionUpdateManager | property | core/ |
The entity definition update manager. |
EntityDefinitionUpdateProviderTest::$entityFieldManager | property | core/ |
The entity field manager. |
EntityDefinitionUpdateTest::$entityDefinitionUpdateManager | property | core/ |
The entity definition update manager. |
EntityDefinitionUpdateTest::$entityFieldManager | property | core/ |
The entity field manager. |
EntityDeleteForm::getConfigManager | function | core/ |
Gets the configuration manager. |
EntityDeleteMultipleAccessCheck::$entityTypeManager | property | core/ |
The entity type manager. |
EntityDenormalizerBase::$entityTypeManager | property | core/ |
The entity type manager. |
EntityDenormalizerBase::$fieldManager | property | core/ |
The entity field manager. |
EntityDenormalizerBase::$pluginManager | property | core/ |
The field plugin manager. |
EntityDeriver::$entityTypeManager | property | core/ |
The entity type manager. |
EntityDeriver::$entityTypeManager | property | core/ |
The entity type manager. |
EntityDeriverTest::$typedDataManager | property | core/ |
The typed data manager to use. |
EntityDisplayBase::$pluginManager | property | core/ |
The plugin manager used by this entity type. |
EntityDisplayFormBase::$entityFieldManager | property | core/ |
The entity field manager. |
EntityDisplayFormBase::$pluginManager | property | core/ |
The widget or formatter plugin manager. |
EntityDisplayModeBaseUnitTest::$entityTypeManager | property | core/ |
The entity type manager used for testing. |
EntityDisplayRebuilder::$entityTypeManager | property | core/ |
The field storage config storage. |
EntityDisplayRepository::$entityTypeManager | property | core/ |
The entity type manager. |
EntityDisplayRepository::$languageManager | property | core/ |
The language manager. |
EntityField::$entityTypeManager | property | core/ |
The entity type manager. |
EntityField::$fieldTypePluginManager | property | core/ |
The field type plugin manager. |
EntityField::$formatterPluginManager | property | core/ |
The field formatter plugin manager. |
EntityField::$languageManager | property | core/ |
The language manager. |
EntityFieldManager | class | core/ |
Manages the discovery of entity fields. |
EntityFieldManager.php | file | core/ |
|
EntityFieldManager::$activeFieldStorageDefinitions | property | core/ |
Static cache of active field storage definitions per entity type. |
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. |
Pagination
- Previous page
- Page 23
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.