2013-09-15 19:59:49 +00:00
|
|
|
shortcut.link_delete:
|
2013-09-16 05:06:19 +00:00
|
|
|
path: '/admin/config/user-interface/shortcut/link/{menu_link}/delete'
|
2013-04-23 18:55:24 +00:00
|
|
|
defaults:
|
|
|
|
_form: 'Drupal\shortcut\Form\LinkDelete'
|
2013-11-28 07:44:52 +00:00
|
|
|
_title: 'Delete shortcut'
|
2013-04-23 18:55:24 +00:00
|
|
|
requirements:
|
2013-09-21 11:42:43 +00:00
|
|
|
_access_shortcut_link: 'TRUE'
|
2013-04-23 18:55:24 +00:00
|
|
|
|
2013-09-15 19:59:49 +00:00
|
|
|
shortcut.set_delete:
|
2013-09-16 05:06:19 +00:00
|
|
|
path: '/admin/config/user-interface/shortcut/manage/{shortcut_set}/delete'
|
2013-04-23 18:55:24 +00:00
|
|
|
defaults:
|
2013-07-24 20:45:10 +00:00
|
|
|
_entity_form: 'shortcut_set.delete'
|
2013-09-17 14:49:45 +00:00
|
|
|
_title: 'Delete shortcut set'
|
2013-04-23 18:55:24 +00:00
|
|
|
requirements:
|
2013-07-24 20:45:10 +00:00
|
|
|
_entity_access: 'shortcut_set.delete'
|
2013-05-01 16:59:56 +00:00
|
|
|
|
2013-09-15 19:59:49 +00:00
|
|
|
shortcut.set_admin:
|
2013-09-16 05:06:19 +00:00
|
|
|
path: '/admin/config/user-interface/shortcut'
|
2013-05-01 16:59:56 +00:00
|
|
|
defaults:
|
2013-07-24 20:45:10 +00:00
|
|
|
_entity_list: 'shortcut_set'
|
2013-11-28 07:44:52 +00:00
|
|
|
_title: 'Shortcuts'
|
2013-05-01 16:59:56 +00:00
|
|
|
requirements:
|
|
|
|
_permission: 'administer shortcuts'
|
2013-06-17 21:26:42 +00:00
|
|
|
|
2013-09-15 19:59:49 +00:00
|
|
|
shortcut.set_add:
|
2013-09-16 05:06:19 +00:00
|
|
|
path: '/admin/config/user-interface/shortcut/add-set'
|
2013-07-08 22:45:20 +00:00
|
|
|
defaults:
|
2013-07-24 20:45:10 +00:00
|
|
|
_entity_form: 'shortcut_set.add'
|
2013-11-28 07:44:52 +00:00
|
|
|
_title: 'Add shortcut set'
|
2013-07-08 22:45:20 +00:00
|
|
|
requirements:
|
2013-07-24 20:45:10 +00:00
|
|
|
_entity_create_access: 'shortcut_set'
|
2013-07-08 22:45:20 +00:00
|
|
|
|
2013-09-15 19:59:49 +00:00
|
|
|
shortcut.set_edit:
|
2013-09-16 05:06:19 +00:00
|
|
|
path: '/admin/config/user-interface/shortcut/manage/{shortcut_set}/edit'
|
2013-05-13 19:08:58 +00:00
|
|
|
defaults:
|
2013-07-24 20:45:10 +00:00
|
|
|
_entity_form: 'shortcut_set.edit'
|
2013-11-28 07:44:52 +00:00
|
|
|
_title: 'Edit shortcut set'
|
2013-05-13 19:08:58 +00:00
|
|
|
requirements:
|
2013-07-24 20:45:10 +00:00
|
|
|
_entity_access: 'shortcut_set.update'
|
2013-06-25 19:24:03 +00:00
|
|
|
|
2013-09-15 19:59:49 +00:00
|
|
|
shortcut.link_add_inline:
|
2013-09-16 05:06:19 +00:00
|
|
|
path: '/admin/config/user-interface/shortcut/manage/{shortcut_set}/add-link-inline'
|
2013-06-25 19:24:03 +00:00
|
|
|
defaults:
|
2013-07-24 20:45:10 +00:00
|
|
|
_controller: 'Drupal\shortcut\Controller\ShortcutSetController::addShortcutLinkInline'
|
2013-06-25 19:24:03 +00:00
|
|
|
requirements:
|
2013-07-24 20:45:10 +00:00
|
|
|
_entity_access: 'shortcut_set.update'
|
2013-11-11 11:38:41 +00:00
|
|
|
_csrf_token: 'shortcut-add-link'
|
2013-06-30 11:51:29 +00:00
|
|
|
|
2013-09-15 19:59:49 +00:00
|
|
|
shortcut.set_customize:
|
2013-09-16 05:06:19 +00:00
|
|
|
path: '/admin/config/user-interface/shortcut/manage/{shortcut_set}'
|
2013-06-30 11:51:29 +00:00
|
|
|
defaults:
|
2013-07-24 20:45:10 +00:00
|
|
|
_entity_form: 'shortcut_set.customize'
|
2013-11-28 07:44:52 +00:00
|
|
|
_title: 'List links'
|
2013-06-30 11:51:29 +00:00
|
|
|
requirements:
|
2013-07-24 20:45:10 +00:00
|
|
|
_entity_access: 'shortcut_set.update'
|
2013-09-21 11:42:43 +00:00
|
|
|
|
|
|
|
shortcut.link_add:
|
|
|
|
path: '/admin/config/user-interface/shortcut/manage/{shortcut_set}/add-link'
|
|
|
|
defaults:
|
|
|
|
_content: '\Drupal\shortcut\Form\ShortcutForm::add'
|
|
|
|
_title: 'Add Shortcut'
|
|
|
|
requirements:
|
|
|
|
_access_shortcut_set_edit: 'TRUE'
|
|
|
|
|
|
|
|
shortcut.link_edit:
|
|
|
|
path: '/admin/config/user-interface/shortcut/link/{menu_link}'
|
|
|
|
defaults:
|
|
|
|
_content: '\Drupal\shortcut\Form\ShortcutForm::edit'
|
|
|
|
_title: 'Add Shortcut'
|
|
|
|
requirements:
|
|
|
|
_access_shortcut_link: 'TRUE'
|
|
|
|
|
|
|
|
shortcut.overview:
|
2013-10-07 15:09:41 +00:00
|
|
|
path: '/user/{user}/shortcuts'
|
2013-09-21 11:42:43 +00:00
|
|
|
defaults:
|
|
|
|
_content: '\Drupal\shortcut\Form\ShortcutForm::overview'
|
|
|
|
_title: 'Shortcuts'
|
|
|
|
requirements:
|
|
|
|
_access_shortcut_set_switch: 'TRUE'
|
|
|
|
|