path.routing.yml

drupal/core/modules/path/path.routing.yml
1 string reference to YAML keys in path.routing.yml
path_menu in drupal/core/modules/path/path.module
Implements hook_menu().

File

drupal/core/modules/path/path.routing.yml
View source
  1. path_delete:
  2. pattern: 'admin/config/search/path/delete/{pid}'
  3. defaults:
  4. _form: '\Drupal\path\Form\DeleteForm'
  5. requirements:
  6. _permission: 'administer url aliases'