2013-09-18 18:30:30 +00:00
|
|
|
block.admin_demo:
|
|
|
|
path: '/admin/structure/block/demo/{theme}'
|
|
|
|
defaults:
|
|
|
|
_content: '\Drupal\block\Controller\BlockController::demo'
|
2014-04-23 03:05:46 +00:00
|
|
|
_title_callback: 'theme_handler:getName'
|
2013-09-18 18:30:30 +00:00
|
|
|
requirements:
|
|
|
|
_access_theme: 'TRUE'
|
|
|
|
_permission: 'administer blocks'
|
2014-03-21 12:35:45 +00:00
|
|
|
options:
|
|
|
|
_admin_route: FALSE
|
2013-09-18 18:30:30 +00:00
|
|
|
|
2013-09-15 19:59:49 +00:00
|
|
|
block.admin_block_delete:
|
2013-09-16 05:06:19 +00:00
|
|
|
path: '/admin/structure/block/manage/{block}/delete'
|
2013-04-20 04:05:48 +00:00
|
|
|
defaults:
|
2013-06-17 21:26:42 +00:00
|
|
|
_entity_form: 'block.delete'
|
2013-09-17 14:49:45 +00:00
|
|
|
_title: 'Delete block'
|
2013-04-20 04:05:48 +00:00
|
|
|
requirements:
|
|
|
|
_permission: 'administer blocks'
|
2013-06-19 19:55:29 +00:00
|
|
|
|
2013-09-15 19:59:49 +00:00
|
|
|
block.admin_edit:
|
2013-09-16 05:06:19 +00:00
|
|
|
path: '/admin/structure/block/manage/{block}'
|
2013-07-10 22:10:41 +00:00
|
|
|
defaults:
|
|
|
|
_entity_form: 'block.default'
|
2014-04-23 03:05:46 +00:00
|
|
|
_title: 'Configure block'
|
2013-07-10 22:10:41 +00:00
|
|
|
requirements:
|
|
|
|
_entity_access: 'block.update'
|
|
|
|
|
2013-09-15 19:59:49 +00:00
|
|
|
block.admin_display:
|
2013-09-16 05:06:19 +00:00
|
|
|
path: '/admin/structure/block'
|
2013-06-19 19:55:29 +00:00
|
|
|
defaults:
|
|
|
|
_content: '\Drupal\block\Controller\BlockListController::listing'
|
2013-11-28 07:44:52 +00:00
|
|
|
_title: 'Block layout'
|
2013-06-19 19:55:29 +00:00
|
|
|
requirements:
|
|
|
|
_permission: 'administer blocks'
|
2013-06-29 11:21:46 +00:00
|
|
|
|
2013-10-24 12:04:38 +00:00
|
|
|
block.admin_display_theme:
|
|
|
|
path: 'admin/structure/block/list/{theme}'
|
|
|
|
defaults:
|
2014-01-01 20:32:52 +00:00
|
|
|
_content: '\Drupal\block\Controller\BlockListController::listing'
|
2014-02-14 12:39:58 +00:00
|
|
|
_title: 'Block layout'
|
2013-10-24 12:04:38 +00:00
|
|
|
requirements:
|
|
|
|
_access_theme: 'TRUE'
|
|
|
|
_permission: 'administer blocks'
|
|
|
|
|
2013-09-15 19:59:49 +00:00
|
|
|
block.admin_add:
|
2013-09-16 05:06:19 +00:00
|
|
|
path: '/admin/structure/block/add/{plugin_id}/{theme}'
|
2013-06-29 11:21:46 +00:00
|
|
|
defaults:
|
|
|
|
_content: '\Drupal\block\Controller\BlockAddController::blockAddConfigureForm'
|
2013-09-10 05:52:19 +00:00
|
|
|
theme: null
|
2013-08-16 20:36:55 +00:00
|
|
|
_title: 'Configure block'
|
2013-06-29 11:21:46 +00:00
|
|
|
requirements:
|
|
|
|
_permission: 'administer blocks'
|
2013-09-11 07:45:44 +00:00
|
|
|
|
|
|
|
block.category_autocomplete:
|
2013-09-16 05:06:19 +00:00
|
|
|
path: '/block-category/autocomplete'
|
2013-09-11 07:45:44 +00:00
|
|
|
defaults:
|
|
|
|
_controller: '\Drupal\block\Controller\CategoryAutocompleteController::autocomplete'
|
|
|
|
requirements:
|
|
|
|
_permission: 'administer blocks'
|