block.routing.yml
Same filename and directory in other branches
3 string references to YAML keys in block.routing.yml
- BlockLocalTasksTest::testBlockAdminLocalTasks in core/
modules/ block/ tests/ src/ Unit/ Menu/ BlockLocalTasksTest.php - Tests the admin edit local task.
- LanguageHooks::help in core/
modules/ language/ src/ Hook/ LanguageHooks.php - Implements hook_help().
- SystemHooks::help in core/
modules/ system/ src/ Hook/ SystemHooks.php - Implements hook_help().
File
-
core/
modules/ block/ block.routing.yml
View source
- entity.block.delete_form:
- path: '/admin/structure/block/manage/{block}/delete'
- defaults:
- _entity_form: 'block.delete'
- _title: 'Remove block'
- requirements:
- _permission: 'administer blocks'
-
- entity.block.edit_form:
- path: '/admin/structure/block/manage/{block}'
- defaults:
- _entity_form: 'block.default'
- _title: 'Configure block'
- requirements:
- _entity_access: 'block.update'
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.