drupal/core/modules/shortcut/shortcut.services.yml

6 lines
220 B
YAML

services:
shortcut.lazy_builders:
class: Drupal\shortcut\ShortcutLazyBuilders
arguments: ['@renderer', '@entity_type.manager', '@current_user']
Drupal\shortcut\ShortcutLazyBuilders: '@shortcut.lazy_builders'