rocketship_core-8.x-2.0-alpha11/rocketship_core.services.yml
rocketship_core.services.yml
services:
rocketship_core.config.installer:
class: Drupal\rocketship_core\RocketshipConfigInstaller
decorates: config.installer
decoration_priority: 10
arguments: ['@rocketship_core.config.installer.inner', '@extension.list.module']
rocketship_core.path_alias.subscriber:
class: Drupal\rocketship_core\EventSubscriber\PathAliasUpdateSubscriber
arguments: ['@entity_type.manager', '@config.factory', '@redirect.repository']
tags:
- { name: event_subscriber }
