cron_example.routing.yml
Same filename in other branches
2 string references to YAML keys in cron_example.routing.yml
- CronExampleTest::testCronExampleBasic in modules/
cron_example/ tests/ src/ Functional/ CronExampleTest.php - Create an example node, test block through admin and user interfaces.
- _examples_toolbar_routes in ./
examples.module - Get a list of toolbar links for testing toolbar routes.
File
-
modules/
cron_example/ cron_example.routing.yml
View source
- cron_example.description:
- path: '/examples/cron-example'
- defaults:
- _form: '\Drupal\cron_example\Form\CronExampleForm'
- _title: 'Cron Example'
- requirements:
- _permission: 'access content'