standard.routing.yml

core/profiles/standard/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
  1. standard.welcome:
  2. path: '/admin/welcome'
  3. defaults:
  4. _controller: '\Drupal\standard\Controller\WelcomeController::welcome'
  5. _title: 'Welcome to Drupal Core'
  6. requirements:
  7. _custom_access: '\Drupal\standard\Controller\WelcomeController::access'
  8. _permission: 'access administration pages'

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.