You are here

service plugin.manager.advanced_help in Advanced Help 8

Class

Drupal\advanced_help\AdvancedHelpManager
3 string references to plugin.manager.advanced_help
AdvancedHelpController::create in src/Controller/AdvancedHelpController.php
Instantiates a new instance of this class.
AdvancedHelpSearch::create in src/Plugin/Search/AdvancedHelpSearch.php
Creates an instance of the plugin.
advanced_help_preprocess_advanced_help_topic in ./advanced_help.module
Implements hook_preprocess_HOOK().

File

./advanced_help.services.yml
advanced_help.services.yml

View source
  1. class: Drupal\advanced_help\AdvancedHelpManager
  2. arguments:
  3. - '@module_handler'
  4. - '@theme_handler'
  5. - '@cache.discovery'
  6. - '@string_translation'
  7. - '@file_system'