10 calls to EntityUpdate::safeUpdateMain() in Entity Update 2.0.x
- drush_entity_update in drush/
entity_update.drush8.inc - Call back function of entity-update.
- EntityUpdateExec::submitFormSafe in src/
Form/ EntityUpdateExec.php - Run updates using safe (full) method.
- EntityUpdateFunctionsTest::testEntityUpdateAll in tests/
src/ Functional/ EntityUpdateFunctionsTest.php - Entity update function : all.
- EntityUpdateFunctionsTest::testEntityUpdateClean in tests/
src/ Functional/ EntityUpdateFunctionsTest.php - Entity update function : clean.
- EntityUpdateFunctionsTest::testEntityUpdateSel in tests/
src/ Functional/ EntityUpdateFunctionsTest.php - Update a selected entity type.
- EntityUpdateProgUpTest::testProgUpdateAddFields in tests/
src/ Functional/ EntityUpdateProgUpTest.php - Entity update : add fields.
- EntityUpdateProgUpTest::testProgUpdateRemoveFields in tests/
src/ Functional/ EntityUpdateProgUpTest.php - Entity update : remove fields.
- entity_update_tests_update_8001 in tests/
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 tests/
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 tests/
modules/ entity_update_tests/ entity_update_tests.install - Update 03 - Example for Remove fields (Not recomended, do one by one).