You are here

service webform.theme_manager in Webform 6.x

Same name and namespace in other branches
  1. 8.5 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
IMPORTANT: Webform handlers are initialized and serialized when they are attached to a webform. Make sure not include any services as a dependency injection that directly connect to the database. This will prevent "LogicException: The database…
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. - '@current_route_match'
  4. - '@config.factory'
  5. - '@renderer'
  6. - '@theme.manager'
  7. - '@theme_handler'
  8. - '@theme.initialization'