component_connector-1.1.0/component_connector.services.yml
component_connector.services.yml
services:
component_connector.manager:
class: Drupal\component_connector\ComponentConnectorManager
arguments: ['@theme.manager', '@theme.registry', '@file_system', '@theme_handler', '@config.factory']
theme.registry.decorator:
decorates: theme.registry
parent: theme.registry
class: Drupal\component_connector\RegistryDecorator
calls:
- [setConfigManager, ['@?config.factory']]
