You are here

service webform.theme_manager in Webform 8.5

Same name and namespace in other branches
  1. 6.x webform.services.yml \webform.theme_manager

Class

Drupal\webform\WebformThemeManager
10 string references to webform.theme_manager
EmailWebformHandler::create in src/Plugin/WebformHandler/EmailWebformHandler.php
Creates an instance of the plugin.
WebformAddonsController::create in src/Controller/WebformAddonsController.php
Instantiates a new instance of this class.
WebformAdminConfigFormsForm::create in src/Form/AdminConfig/WebformAdminConfigFormsForm.php
Instantiates a new instance of this class.
WebformComputedTwig::computeValue in src/Element/WebformComputedTwig.php
Compute value.
WebformEntitySettingsGeneralForm::create in src/EntitySettings/WebformEntitySettingsGeneralForm.php
Instantiates a new instance of this class.

... See full list

File

./webform.services.yml
webform.services.yml

View source
  1. class: Drupal\webform\WebformThemeManager
  2. arguments:
  3. - '@config.factory'
  4. - '@renderer'
  5. - '@theme.manager'
  6. - '@theme_handler'
  7. - '@theme.initialization'
  8. - '@current_route_match'