phpunit_example.routing.yml in Examples for Developers 8
phpunit_example/phpunit_example.routing.yml
2 string references to YAML keys in phpunit_example.routing.yml
- PHPUnitExampleMenuTest::testLinksAndPages in 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 to provide.
File
phpunit_example/phpunit_example.routing.ymlView 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'