degov-8.x-2.0/modules/degov_theming/degov_theming.services.yml
modules/degov_theming/degov_theming.services.yml
services:
degov_theming.template:
class: Drupal\degov_theming\Service\Template
arguments: ['@theme.manager', '@degov_theming.component_location', '@twig']
degov_theming.filesystem_factory:
class: Drupal\degov_theming\Factory\FilesystemFactory
arguments: []
degov_theming.drupal_path:
class: Drupal\degov_theming\Service\DrupalPath
arguments: []
degov_theming.component_location:
class: Drupal\degov_theming\Facade\ComponentLocation
arguments: ['@library.discovery', '@degov_theming.filesystem_factory', '@degov_theming.drupal_path']