standard.routing.yml
1 string reference to YAML keys in standard.routing.yml
- StandardTestTrait::testStandard in core/
profiles/ standard/ tests/ src/ Traits/ StandardTestTrait.php - Tests Standard installation profile or recipe.
File
-
core/
profiles/ standard/ standard.routing.yml
View source
- standard.welcome:
- path: '/admin/welcome'
- defaults:
- _controller: '\Drupal\standard\Controller\WelcomeController::welcome'
- _title: 'Welcome to Drupal Core'
- requirements:
- _custom_access: '\Drupal\standard\Controller\WelcomeController::access'
- _permission: 'access administration pages'
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.