content_lock-8.x-2.1/content_lock.services.yml
content_lock.services.yml
services:
_defaults:
autoconfigure: true
autowire: true
content_lock:
class: Drupal\content_lock\ContentLock\ContentLock
Drupal\content_lock\ContentLock\ContentLockInterface: '@content_lock'
Drupal\content_lock\EventSubscriber\SettingsSaveEventSubscriber: ~
Drupal\content_lock\Access\ContentLockViewsAccess:
tags:
- { name: access_check, applies_to: _content_lock_enabled_access_checker }
# Remove once 11.2 is the minimum
Drupal\content_lock\Hook\ContentLockHooks: ~
