You are here

10 calls to EntityUpdate::safeUpdateMain() in Entity Update 8

drush_entity_update in ./entity_update.drush.inc
Call back function of entity-update.
EntityUpdateExec::submitFormSafe in src/Form/EntityUpdateExec.php
Run updates using safe (full) method.
EntityUpdateFunctionsTest::testEntityUpdateAll in modules/entity_update_tests/src/Tests/EntityUpdateFunctionsTest.php
Entity update function : all.
EntityUpdateFunctionsTest::testEntityUpdateClean in modules/entity_update_tests/src/Tests/EntityUpdateFunctionsTest.php
Entity update function : clean.
EntityUpdateFunctionsTest::testEntityUpdateSel in modules/entity_update_tests/src/Tests/EntityUpdateFunctionsTest.php
Update a selected entity type.
EntityUpdateProgUpTest::testProgUpdateAddFields in modules/entity_update_tests/src/Tests/EntityUpdateProgUpTest.php
Entity update : add fields.
EntityUpdateProgUpTest::testProgUpdateRemoveFields in modules/entity_update_tests/src/Tests/EntityUpdateProgUpTest.php
Entity update : remove fields.
entity_update_tests_update_8001 in modules/entity_update_tests/entity_update_tests.install
Update 01 - Example for update an entity type 'entity_update_tests_cnt'.
entity_update_tests_update_8002 in modules/entity_update_tests/entity_update_tests.install
Update 02 - Example for Add fields (Not recomended, do one by one).
entity_update_tests_update_8003 in modules/entity_update_tests/entity_update_tests.install
Update 03 - Example for Remove fields (Not recomended, do one by one).