entity_mask_test.routing.yml
Same filename in other branches
File
-
modules/
ctools_entity_mask/ tests/ modules/ entity_mask_test/ entity_mask_test.routing.yml
View source
- fake_block_content.add_form:
- path: '/fake-block/add/{block_content_type}'
- defaults:
- _controller: '\Drupal\block_content\Controller\BlockContentController::addForm'
- _title_callback: 'Drupal\block_content\Controller\BlockContentController::getAddFormTitle'
- options:
- _admin_route: TRUE
- requirements:
- _permission: 'administer blocks'