Search for %s
- Search 7.x for %s
- Search 9.5.x for %s
- Search 10.3.x for %s
- Search 11.x for %s
- Search main for %s
- Other projects
| Title | Object type | File name | Summary |
|---|---|---|---|
| EntityDefinitionTestTrait::updateEntityTypeToTranslatable | function | core/ |
Updates the 'entity_test_update' entity type to translatable. |
| EntityDefinitionUpdateManager::$deprecatedProperties | property | core/ |
|
| EntityDefinitionUpdateManager::$entityLastInstalledSchemaRepository | property | core/ |
The last installed schema repository. |
| EntityDefinitionUpdateManager::$entityTypeListener | property | core/ |
The entity type listener service. |
| EntityDefinitionUpdateManager::$fieldStorageDefinitionListener | property | core/ |
The field storage definition listener service. |
| EntityDefinitionUpdateManager::applyUpdates | function | core/ |
Applies all the detected valid changes. |
| 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::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. |
| EntityDefinitionUpdateManager::installEntityType | function | core/ |
Installs a new entity type definition. |
| EntityDefinitionUpdateManager::installFieldableEntityType | function | core/ |
Installs a new fieldable entity type definition. |
| EntityDefinitionUpdateManager::installFieldStorageDefinition | function | core/ |
Installs a new field storage definition. |
| EntityDefinitionUpdateManager::needsUpdates | function | core/ |
Checks if there are any definition updates that need to be applied. |
| 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/ |
Uninstalls an entity type definition. |
| EntityDefinitionUpdateManager::uninstallFieldStorageDefinition | function | core/ |
Uninstalls a field storage definition. |
| EntityDefinitionUpdateManager::updateFieldStorageDefinition | function | core/ |
Applies any change performed to the passed field storage definition. |
| EntityDefinitionUpdateManager::__construct | function | core/ |
Constructs a new EntityDefinitionUpdateManager. |
| EntityDefinitionUpdateManagerInterface::applyUpdates | function | core/ |
Applies all the detected valid 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::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::updateFieldStorageDefinition | function | core/ |
Applies any change performed to the passed field storage definition. |
| EntityDefinitionUpdateManagerTest | class | core/ |
@coversDefaultClass \Drupal\Core\Entity\EntityDefinitionUpdateManager[[api-linebreak]] @group Entity @group legacy |
| EntityDefinitionUpdateManagerTest.php | file | core/ |
|
| EntityDefinitionUpdateManagerTest::testDeprecatedApplyUpdates | function | core/ |
@expectedDeprecation Unsilenced deprecation: EntityDefinitionUpdateManagerInterface::applyUpdates() is deprecated in 8.7.0 and will be removed before Drupal 9.0.0. Use \Drupal\Core\Entity\EntityDefinitionUpdateManagerInterface::getChangeList() and… |
| EntityDefinitionUpdateTest | class | core/ |
Tests EntityDefinitionUpdateManager functionality. |
| EntityDefinitionUpdateTest.php | file | core/ |
|
| EntityDefinitionUpdateTest::$database | property | core/ |
The database connection. |
| EntityDefinitionUpdateTest::$entityDefinitionUpdateManager | property | core/ |
The entity definition update manager. |
| EntityDefinitionUpdateTest::$entityFieldManager | property | core/ |
The entity field manager. |
| EntityDefinitionUpdateTest::$modules | property | core/ |
Modules to enable. |
| EntityDefinitionUpdateTest::baseFieldDeleteWithExistingDataTestCases | function | core/ |
Test cases for ::testBaseFieldDeleteWithExistingData. |
| EntityDefinitionUpdateTest::initialValueFromFieldTestCases | function | core/ |
Test cases for ::testInitialValueFromField. |
| EntityDefinitionUpdateTest::setUp | function | core/ |
|
| EntityDefinitionUpdateTest::testBaseFieldCreateDeleteWithExistingEntities | function | core/ |
Tests creating and deleting a base field if entities exist. |
| EntityDefinitionUpdateTest::testBaseFieldCreateUpdateDeleteWithoutData | function | core/ |
Tests creating, updating, and deleting a base field if no entities exist. |
| EntityDefinitionUpdateTest::testBaseFieldDeleteWithExistingData | function | core/ |
Tests deleting a base field when it has existing data. |
| EntityDefinitionUpdateTest::testBaseFieldEntityKeyUpdateWithExistingData | function | core/ |
Tests updating a base field when it has existing data. |
Pagination
- Previous page
- Page 376
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.