Search for init
Title | Object type | File name | Summary |
---|---|---|---|
EntityDataDefinitionInterface.php | file | core/ |
|
EntityDataDefinitionInterface::getBundles | function | core/ |
Gets the array of possible entity bundles. |
EntityDataDefinitionInterface::getEntityTypeId | function | core/ |
Gets the entity type ID. |
EntityDataDefinitionInterface::setBundles | function | core/ |
Sets the array of possible entity bundles. |
EntityDataDefinitionInterface::setEntityTypeId | function | core/ |
Sets the entity type ID. |
EntityDefinitionTestTrait | trait | core/ |
Provides some test methods used to update existing entity definitions. |
EntityDefinitionTestTrait.php | file | core/ |
|
EntityDefinitionTestTrait::addBaseField | function | core/ |
Adds a new base field to the 'entity_test_update' entity type. |
EntityDefinitionTestTrait::addBaseFieldIndex | function | core/ |
Adds a single-field index to the base field. |
EntityDefinitionTestTrait::addBundleField | function | core/ |
Adds a new bundle field to the 'entity_test_update' entity type. |
EntityDefinitionTestTrait::addEntityIndex | function | core/ |
Adds an index to the 'entity_test_update' entity type's base table. |
EntityDefinitionTestTrait::addLongNameBaseField | function | core/ |
Adds a long-named base field to the 'entity_test_update' entity type. |
EntityDefinitionTestTrait::addRevisionableBaseField | function | core/ |
Adds a new revisionable base field to the 'entity_test_update' entity type. |
EntityDefinitionTestTrait::applyEntityUpdates | function | core/ |
Applies all the detected valid changes. |
EntityDefinitionTestTrait::deleteEntityType | function | core/ |
Removes the entity type. |
EntityDefinitionTestTrait::doEntityUpdate | function | core/ |
Performs an entity type definition update. |
EntityDefinitionTestTrait::doFieldUpdate | function | core/ |
Performs a field storage definition update. |
EntityDefinitionTestTrait::enableNewEntityType | function | core/ |
Enables a new entity type definition. |
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/ |
Gets a list of changes to entity type and field storage definitions. |
EntityDefinitionUpdateManager::getChangeSummary | function | core/ |
Gets a human readable summary of the detected changes. |
EntityDefinitionUpdateManager::getEntityType | function | core/ |
Returns an entity type definition ready to be manipulated. |
EntityDefinitionUpdateManager::getEntityTypes | function | core/ |
Returns all the entity type definitions, ready to be manipulated. |
EntityDefinitionUpdateManager::getFieldStorageDefinition | function | core/ |
Returns a field storage definition ready to be manipulated. |
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.