transmuter-1.0.0-alpha2/transmuter.services.yml
transmuter.services.yml
services:
transmuter.theme_registry:
class: Drupal\transmuter\ThemeRegistryBuilder
arguments:
- '@plugin.manager.transmuter'
- '@theme.manager'
plugin.manager.transmuter:
class: Drupal\transmuter\Plugin\TransmuterManager
arguments:
- '@themespace.namespaces'
- '@cache.discovery'
- '@module_handler'
- '@theme_handler'
