entity_update_tests.routing.yml in Entity Update 2.0.x
tests/modules/entity_update_tests/entity_update_tests.routing.yml
3 string references to YAML keys in entity_update_tests.routing.yml
- EntityUpdateTestSettings::getFormId in tests/
modules/ entity_update_tests/ src/ Form/ EntityUpdateTestSettings.php - Returns a unique string identifying the form.
- entity_update_tests.links.menu.yml in tests/
modules/ entity_update_tests/ entity_update_tests.links.menu.yml - tests/modules/entity_update_tests/entity_update_tests.links.menu.yml
- InstallUninstallTest::testInstallUninstallInt in tests/
src/ Functional/ InstallUninstallTest.php - Test uninstall the module without mishap.
File
tests/modules/entity_update_tests/entity_update_tests.routing.ymlView source
- # Settings of entity update tests
- entity_update_tests:
- path: '/admin/config/development/entity-update/tests'
- defaults:
- _form: '\Drupal\entity_update_tests\Form\EntityUpdateTestSettings'
- _title: 'Test Entity Settings'
- requirements:
- _permission: 'administer software updates'