cron_example.routing.yml

Same filename in other branches
  1. 3.x modules/cron_example/cron_example.routing.yml
  2. 4.0.x modules/cron_example/cron_example.routing.yml
cron_example/cron_example.routing.yml
2 string references to YAML keys in cron_example.routing.yml
CronExampleTest::testCronExampleBasic in 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 to provide.

File

cron_example/cron_example.routing.yml

View source
  1. cron_example.description:
  2. path: '/examples/cron-example'
  3. defaults:
  4. _form: '\Drupal\cron_example\Form\CronExampleForm'
  5. _title: 'Cron Example'
  6. requirements:
  7. _permission: 'access content'