You are here

service yamlform.help_manager in YAML Form 8

Class

Drupal\yamlform\YamlFormHelpManager
3 string references to yamlform.help_manager
template_preprocess_yamlform_help in includes/yamlform.theme.inc
Prepares variables for yamlform help.
YamlFormHelpController::create in src/Controller/YamlFormHelpController.php
Instantiates a new instance of this class.
yamlform_help in ./yamlform.module
Implements hook_help().

File

./yamlform.services.yml
yamlform.services.yml

View source
  1. class: Drupal\yamlform\YamlFormHelpManager
  2. arguments:
  3. - '@current_user'
  4. - '@module_handler'
  5. - '@state'
  6. - '@path.matcher'
  7. - '@yamlform.addons_manager'
  8. - '@yamlform.libraries_manager'