You are here

Files in Entity Update 2.0.x

Primary tabs

File namesort descending Location Namespace Description
CHANGELOG.txt CHANGELOG.txt 2020-07-01 2.0.1 ----------------- - Correction on drush command. - Port unit tests (part 1) 2020-07-02 2.0.0 ----------------- - Changes for Drupal after API 8.7 - Add Drupal 9 support 2017-11-13 1.2.0 ----------------- - Add entity check…
CustomEntityDefinitionUpdateManager.php src/CustomEntityDefinitionUpdateManager.php Drupal\entity_update
drush.services.yml drush.services.yml drush.services.yml
EntityCheck.php src/EntityCheck.php Drupal\entity_update
EntityList.php src/Form/EntityList.php Drupal\entity_update\Form
EntityUpdate.php src/EntityUpdate.php Drupal\entity_update
EntityUpdateExec.php src/Form/EntityUpdateExec.php Drupal\entity_update\Form
EntityUpdateFunctionsTest.php tests/src/Functional/EntityUpdateFunctionsTest.php Drupal\Tests\entity_update\Functional
EntityUpdateHelper.php src/EntityUpdateHelper.php Drupal\entity_update
EntityUpdatePrint.php src/EntityUpdatePrint.php Drupal\entity_update
EntityUpdateProgUpTest.php tests/src/Functional/EntityUpdateProgUpTest.php Drupal\Tests\entity_update\Functional
EntityUpdatesCommands.php src/Commands/EntityUpdatesCommands.php Drupal\entity_update\Commands
EntityUpdateStatus.php src/Controller/EntityUpdateStatus.php Drupal\entity_update\Controller
EntityUpdateTestHelper.php tests/modules/entity_update_tests/src/EntityUpdateTestHelper.php Drupal\entity_update_tests
EntityUpdateTestsConfigEntity.php tests/modules/entity_update_tests/src/Entity/EntityUpdateTestsConfigEntity.php Drupal\entity_update_tests\Entity
EntityUpdateTestsContentEntity.php tests/modules/entity_update_tests/src/Entity/EntityUpdateTestsContentEntity.php Drupal\entity_update_tests\Entity
EntityUpdateTestsContentEntity02.php tests/modules/entity_update_tests/src/Entity/EntityUpdateTestsContentEntity02.php Drupal\entity_update_tests\Entity
EntityUpdateTestSettings.php tests/modules/entity_update_tests/src/Form/EntityUpdateTestSettings.php Drupal\entity_update_tests\Form
EntityUpdateUIAccessTest.php tests/src/Functional/EntityUpdateUIAccessTest.php Drupal\Tests\entity_update\Functional
EntityUpdateUIFunctionsTest.php tests/src/Functional/EntityUpdateUIFunctionsTest.php Drupal\Tests\entity_update\Functional
entity_update.drush8.inc drush/entity_update.drush8.inc Entity update module (entity_update).
entity_update.info.yml entity_update.info.yml entity_update.info.yml
entity_update.install entity_update.install Entity update module (entity_update).
entity_update.links.action.yml entity_update.links.action.yml entity_update.links.action.yml
entity_update.links.menu.yml entity_update.links.menu.yml entity_update.links.menu.yml
entity_update.links.task.yml entity_update.links.task.yml entity_update.links.task.yml
entity_update.module entity_update.module Entity update module (entity_update).
entity_update.routing.yml entity_update.routing.yml entity_update.routing.yml
entity_update.schema.yml config/schema/entity_update.schema.yml config/schema/entity_update.schema.yml
entity_update.services.yml entity_update.services.yml entity_update.services.yml
entity_update.settings.yml config/install/entity_update.settings.yml config/install/entity_update.settings.yml
entity_update_tests.entity_update_tests_cfg.1.yml tests/modules/entity_update_tests/config/install/entity_update_tests.entity_update_tests_cfg.1.yml tests/modules/entity_update_tests/config/install/entity_update_tests.entity_update_tests_cfg.1.yml
entity_update_tests.entity_update_tests_cfg.2.yml tests/modules/entity_update_tests/config/install/entity_update_tests.entity_update_tests_cfg.2.yml tests/modules/entity_update_tests/config/install/entity_update_tests.entity_update_tests_cfg.2.yml
entity_update_tests.info.yml tests/modules/entity_update_tests/entity_update_tests.info.yml tests/modules/entity_update_tests/entity_update_tests.info.yml
entity_update_tests.install tests/modules/entity_update_tests/entity_update_tests.install Entity update test module (entity_update_tests).
entity_update_tests.links.menu.yml tests/modules/entity_update_tests/entity_update_tests.links.menu.yml tests/modules/entity_update_tests/entity_update_tests.links.menu.yml
entity_update_tests.module tests/modules/entity_update_tests/entity_update_tests.module This file contains mock function to avoid functionnot found errors.
entity_update_tests.routing.yml tests/modules/entity_update_tests/entity_update_tests.routing.yml tests/modules/entity_update_tests/entity_update_tests.routing.yml
entity_update_tests.schema.yml tests/modules/entity_update_tests/config/schema/entity_update_tests.schema.yml tests/modules/entity_update_tests/config/schema/entity_update_tests.schema.yml
entity_update_tests.settings.yml tests/modules/entity_update_tests/config/install/entity_update_tests.settings.yml tests/modules/entity_update_tests/config/install/entity_update_tests.settings.yml
InstallUninstallTest.php tests/src/Functional/InstallUninstallTest.php Drupal\Tests\entity_update\Functional
README.txt README.txt Entity Update Module -------------------- The main objective of the module Entity Update is to allow module developers and site administrators to update entity types schema even if entities have data. The update can be executed by drush command…
README.txt tests/README.txt PHPUnit Tests ------------- vendor/bin/phpunit modules/contrib/entity_update/tests/src/Functional/InstallUninstallTest.php vendor/bin/phpunit modules/contrib/entity_update/tests/src/Functional/EntityUpdateFunctionsTest.php vendor/bin/phpunit…
README.txt tests/modules/entity_update_tests/README.txt Test for the module Entity Update --------------------------------- Content Entity : OK Config Entity : OK
ROADMAP.txt ROADMAP.txt 1. Review help page and 2. documentation links: DONE 3. Write new tests for Version > Drupal8.5 advance test cases. 2. Write documentation for complex upe Like : Link :…
Settings.php src/Form/Settings.php Drupal\entity_update\Form

Other projects