phpunit_example.routing.yml
Same filename in other branches
2 string references to YAML keys in phpunit_example.routing.yml
- PHPUnitExampleMenuTest::testLinksAndPages in modules/
phpunit_example/ tests/ src/ Functional/ PHPUnitExampleMenuTest.php - Verify and validate that default menu links were loaded for this module.
- _examples_toolbar_routes in ./
examples.module - Get a list of toolbar links for testing toolbar routes.
File
-
modules/
phpunit_example/ phpunit_example.routing.yml
View source
- # phpunit_example only has one route. It is to a page explaining
- # the module.
- phpunit_example.description:
- path: '/examples/phpunit-example'
- defaults:
- _controller: '\Drupal\phpunit_example\Controller\PHPUnitExampleController::description'
- requirements:
- _permission: 'access content'