Search for entityUpdate
- Search 7.x for entityUpdate
- Search 9.5.x for entityUpdate
- Search 10.3.x for entityUpdate
- Search 11.x for entityUpdate
- Other projects
Title | Object type | File name | Summary |
---|---|---|---|
ConfigEntityUpdater | class | core/ |
A utility class to make updating configuration entities simple. |
ConfigEntityUpdater.php | file | core/ |
|
ConfigEntityUpdater::$batchSize | property | core/ |
The number of entities to process in each batch. |
ConfigEntityUpdater::$entityTypeManager | property | core/ |
The entity type manager. |
ConfigEntityUpdater::create | function | core/ |
Instantiates a new instance of this class. |
ConfigEntityUpdater::SANDBOX_KEY | constant | core/ |
The key used to store information in the update sandbox. |
ConfigEntityUpdater::update | function | core/ |
Updates configuration entities as part of a Drupal update. |
ConfigEntityUpdater::__construct | function | core/ |
ConfigEntityUpdater constructor. |
ConfigEntityUpdaterTest | class | core/ |
Tests \Drupal\Core\Config\Entity\ConfigEntityUpdater. |
ConfigEntityUpdaterTest.php | file | core/ |
|
ConfigEntityUpdaterTest::$modules | property | core/ |
Modules to enable. |
ConfigEntityUpdaterTest::testUpdate | function | core/ |
@covers ::update |
ConfigEntityUpdaterTest::testUpdateDefaultCallback | function | core/ |
@covers ::update |
ConfigEntityUpdaterTest::testUpdateException | function | core/ |
@covers ::update |
ConfigEntityUpdaterTest::testUpdateOncePerUpdateException | function | core/ |
@covers ::update |
EntityDefinitionTestTrait::applyEntityUpdates | function | core/ |
Applies all the detected valid changes. |
EntityDefinitionTestTrait::doEntityUpdate | function | core/ |
Performs an entity type definition update. |
EntityOperations::entityUpdate | function | core/ |
|
EntityOperations::entityUpdate | function | core/ |
Responds to updates to an entity. |
EntityRevisionTest::testGetEntityUpdateRevision | function | core/ |
Test that revision updates update. |
EntityUpdateAddRevisionDefaultTest | class | core/ |
Tests the upgrade path for adding the 'revision_default' field. |
EntityUpdateAddRevisionDefaultTest.php | file | core/ |
|
EntityUpdateAddRevisionDefaultTest::$defaultTheme | property | core/ |
The theme to install as the default for testing. |
EntityUpdateAddRevisionDefaultTest::$state | property | core/ |
The state service. |
EntityUpdateAddRevisionDefaultTest::setDatabaseDumpFiles | function | core/ |
Set database dump files to be used. |
EntityUpdateAddRevisionDefaultTest::setUp | function | core/ |
Overrides WebTestBase::setUp() for update testing. |
EntityUpdateAddRevisionDefaultTest::testAddingTheRevisionDefaultField | function | core/ |
Tests the addition of the 'revision_default' base field. |
EntityUpdateAddRevisionTranslationAffectedTest | class | core/ |
Tests the upgrade path for adding the 'revision_translation_affected' field. |
EntityUpdateAddRevisionTranslationAffectedTest.php | file | core/ |
|
EntityUpdateAddRevisionTranslationAffectedTest::$defaultTheme | property | core/ |
The theme to install as the default for testing. |
EntityUpdateAddRevisionTranslationAffectedTest::$modules | property | core/ |
Modules to enable after the database is loaded. |
EntityUpdateAddRevisionTranslationAffectedTest::$state | property | core/ |
The state service. |
EntityUpdateAddRevisionTranslationAffectedTest::setDatabaseDumpFiles | function | core/ |
Set database dump files to be used. |
EntityUpdateAddRevisionTranslationAffectedTest::setUp | function | core/ |
Overrides WebTestBase::setUp() for update testing. |
EntityUpdateAddRevisionTranslationAffectedTest::testAddingTheRevisionTranslationAffectedField | function | core/ |
Tests the addition of the 'revision_translation_affected' base field. |
EntityUpdateAddRevisionTranslationAffectedTest::testDeletedEntityType | function | core/ |
Tests the 'revision_translation_affected' field on a deleted entity type. |
EntityUpdateInitialTest | class | core/ |
Tests handling of existing initial keys during updates. |
EntityUpdateInitialTest.php | file | core/ |
|
EntityUpdateInitialTest::$defaultTheme | property | core/ |
The theme to install as the default for testing. |
EntityUpdateInitialTest::$modules | property | core/ |
Modules to enable. |
EntityUpdateInitialTest::setUp | function | core/ |
|
EntityUpdateInitialTest::testInitialIsIgnored | function | core/ |
Tests that a pre-existing initial key in the field schema is not a change. |
EntityUpdateToPublishableTest | class | core/ |
Tests the upgrade path for making an entity publishable. |
EntityUpdateToPublishableTest.php | file | core/ |
|
EntityUpdateToPublishableTest::$defaultTheme | property | core/ |
The theme to install as the default for testing. |
EntityUpdateToPublishableTest::$entityDefinitionUpdateManager | property | core/ |
The entity definition update manager. |
EntityUpdateToPublishableTest::$entityTypeManager | property | core/ |
The entity type manager service. |
EntityUpdateToPublishableTest::$installedStorageSchema | property | core/ |
The key-value collection for tracking installed storage schema. |
EntityUpdateToPublishableTest::$lastInstalledSchemaRepository | property | core/ |
The last installed schema repository service. |
EntityUpdateToPublishableTest::$state | property | core/ |
The state service. |
Pagination
- Page 1
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.