automatic_updates-8.x-2.x-dev/automatic_updates_extensions/automatic_updates_extensions.services.yml
automatic_updates_extensions/automatic_updates_extensions.services.yml
services:
_defaults:
autowire: true
Drupal\automatic_updates_extensions\ExtensionUpdateSandboxManager: ~
Drupal\automatic_updates_extensions\Validator\UpdateReleaseValidator:
tags:
- { name: event_subscriber }
Drupal\automatic_updates_extensions\Validator\ForbidCoreChangesValidator:
tags:
- { name: event_subscriber }
Drupal\automatic_updates_extensions\Validator\RequestedUpdateValidator:
tags:
- { name: event_subscriber }
