Search for definition
- Search 7.x for definition
- Search 9.5.x for definition
- Search 8.9.x for definition
- Search 10.3.x for definition
- Other projects
| Title | Object type | File name | Summary |
|---|---|---|---|
| EntityDefinitionTestTrait::getUpdatedEntityTypeDefinition | function | core/ |
Returns an entity type definition, possibly updated to be rev or mul. |
| EntityDefinitionTestTrait::getUpdatedFieldStorageDefinitions | function | core/ |
Returns the required rev / mul field definitions for an entity type. |
| EntityDefinitionTestTrait::makeBaseFieldEntityKey | function | core/ |
Promotes a field to an entity key. |
| EntityDefinitionTestTrait::modifyBaseField | function | core/ |
Modifies the new base field from 'string' to 'text'. |
| EntityDefinitionTestTrait::modifyBundleField | function | core/ |
Modifies the new bundle field from 'string' to 'text'. |
| EntityDefinitionTestTrait::removeBaseField | function | core/ |
Removes the new base field from the 'entity_test_update' entity type. |
| EntityDefinitionTestTrait::removeBaseFieldIndex | function | core/ |
Removes the index added in addBaseFieldIndex(). |
| EntityDefinitionTestTrait::removeBundleField | function | core/ |
Removes the new bundle field from the 'entity_test_update' entity type. |
| EntityDefinitionTestTrait::removeEntityIndex | function | core/ |
Removes the index added in addEntityIndex(). |
| EntityDefinitionTestTrait::renameBaseTable | function | core/ |
Renames the base table to 'entity_test_update_new'. |
| EntityDefinitionTestTrait::renameDataTable | function | core/ |
Renames the data table to 'entity_test_update_data_new'. |
| EntityDefinitionTestTrait::renameRevisionBaseTable | function | core/ |
Renames the revision table to 'entity_test_update_revision_new'. |
| EntityDefinitionTestTrait::renameRevisionDataTable | function | core/ |
Renames the revision data table to 'entity_test_update_revision_data_new'. |
| EntityDefinitionTestTrait::resetEntityType | function | core/ |
Resets the entity type definition. |
| EntityDefinitionTestTrait::updateEntityTypeToNotRevisionable | function | core/ |
Updates the 'entity_test_update' entity type not revisionable. |
| EntityDefinitionTestTrait::updateEntityTypeToNotTranslatable | function | core/ |
Updates the 'entity_test_update' entity type to not translatable. |
| EntityDefinitionTestTrait::updateEntityTypeToRevisionable | function | core/ |
Updates the 'entity_test_update' entity type to revisionable. |
| EntityDefinitionTestTrait::updateEntityTypeToRevisionableAndTranslatable | function | core/ |
Updates the test entity type to be revisionable and translatable. |
| EntityDefinitionTestTrait::updateEntityTypeToTranslatable | function | core/ |
Updates the 'entity_test_update' entity type to translatable. |
| EntityDefinitionUpdateManager | class | core/ |
Manages entity definition updates. |
| EntityDefinitionUpdateManager.php | file | core/ |
|
| EntityDefinitionUpdateManager::$entityFieldManager | property | core/ |
The entity field manager service. |
| EntityDefinitionUpdateManager::$entityLastInstalledSchemaRepository | property | core/ |
The last installed schema repository. |
| EntityDefinitionUpdateManager::$entityTypeListener | property | core/ |
The entity type listener service. |
| EntityDefinitionUpdateManager::$entityTypeManager | property | core/ |
The entity type manager service. |
| EntityDefinitionUpdateManager::$fieldStorageDefinitionListener | property | core/ |
The field storage definition listener service. |
| EntityDefinitionUpdateManager::clearCachedDefinitions | function | core/ |
Clears necessary caches to apply entity/field definition updates. |
| EntityDefinitionUpdateManager::getChangeList | function | core/ |
|
| EntityDefinitionUpdateManager::getChangeSummary | function | core/ |
|
| EntityDefinitionUpdateManager::getEntityType | function | core/ |
|
| EntityDefinitionUpdateManager::getEntityTypes | function | core/ |
|
| EntityDefinitionUpdateManager::getFieldStorageDefinition | function | core/ |
|
| EntityDefinitionUpdateManager::installEntityType | function | core/ |
|
| EntityDefinitionUpdateManager::installFieldableEntityType | function | core/ |
|
| EntityDefinitionUpdateManager::installFieldStorageDefinition | function | core/ |
|
| EntityDefinitionUpdateManager::needsUpdates | function | core/ |
|
| EntityDefinitionUpdateManager::requiresEntityDataMigration | function | core/ |
Checks if existing data would be lost if the schema changes were applied. |
| EntityDefinitionUpdateManager::requiresEntityStorageSchemaChanges | function | core/ |
Checks if the changes to the entity type requires storage schema changes. |
| EntityDefinitionUpdateManager::requiresFieldStorageSchemaChanges | function | core/ |
Checks if the changes to the storage definition requires schema changes. |
| EntityDefinitionUpdateManager::uninstallEntityType | function | core/ |
|
| EntityDefinitionUpdateManager::uninstallFieldStorageDefinition | function | core/ |
|
| EntityDefinitionUpdateManager::updateEntityType | function | core/ |
|
| EntityDefinitionUpdateManager::updateFieldableEntityType | function | core/ |
|
| EntityDefinitionUpdateManager::updateFieldStorageDefinition | function | core/ |
|
| EntityDefinitionUpdateManager::__construct | function | core/ |
Constructs a new EntityDefinitionUpdateManager. |
| EntityDefinitionUpdateManagerInterface | interface | core/ |
Defines an interface for managing entity definition updates. |
| 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. |
Pagination
- Previous page
- Page 15
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.