2013-04-23 18:55:24 +00:00
|
|
|
services:
|
2014-01-01 00:06:09 +00:00
|
|
|
access_check.shortcut.link:
|
|
|
|
class: Drupal\shortcut\Access\LinkAccessCheck
|
|
|
|
tags:
|
|
|
|
- { name: access_check, applies_to: _access_shortcut_link }
|
|
|
|
|
2013-09-21 11:42:43 +00:00
|
|
|
access_check.shortcut.shortcut_set_edit:
|
|
|
|
class: Drupal\shortcut\Access\ShortcutSetEditAccessCheck
|
|
|
|
tags:
|
2014-01-01 00:06:09 +00:00
|
|
|
- { name: access_check, applies_to: _access_shortcut_set_edit }
|
2013-09-21 11:42:43 +00:00
|
|
|
|
|
|
|
access_check.shortcut.shortcut_set_switch:
|
|
|
|
class: Drupal\shortcut\Access\ShortcutSetSwitchAccessCheck
|
2013-04-23 18:55:24 +00:00
|
|
|
tags:
|
2014-01-01 00:06:09 +00:00
|
|
|
- { name: access_check, applies_to: _access_shortcut_set_switch }
|