You are here

service webform.help_manager in Webform 8.5

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

Class

Drupal\webform\WebformHelpManager
13 string references to webform.help_manager
template_preprocess_webform_help in includes/webform.theme.template.inc
Prepares variables for webform help templates.
WebformCliService::drush_webform_docs in src/Commands/WebformCliService.php
Implements drush_hook_COMMAND().
WebformEditorialController::create in modules/webform_editorial/src/Controller/WebformEditorialController.php
Instantiates a new instance of this class.
WebformHelpController::create in src/Controller/WebformHelpController.php
Instantiates a new instance of this class.
WebformHelpVideoForm::create in src/Form/WebformHelpVideoForm.php
Instantiates a new instance of this class.

... See full list

File

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

View source
  1. class: Drupal\webform\WebformHelpManager
  2. arguments:
  3. - '@current_user'
  4. - '@config.factory'
  5. - '@module_handler'
  6. - '@state'
  7. - '@path.matcher'
  8. - '@webform.addons_manager'
  9. - '@webform.libraries_manager'
  10. - '@plugin.manager.webform.element'