You are here

service content_sync.help_manager in Content Synchronization 8.2

Same name and namespace in other branches
  1. 8 content_sync.services.yml \content_sync.help_manager
  2. 3.0.x content_sync.services.yml \content_sync.help_manager

Class

Drupal\content_sync\ContentSyncHelpManager
3 string references to content_sync.help_manager
ContentHelpController::create in src/Controller/ContentHelpController.php
Instantiates a new instance of this class.
content_sync_help in ./content_sync.module
Implements hook_help().
template_preprocess_content_sync_help in includes/content_sync.theme.inc
Prepares variables for contnt sync help.

File

./content_sync.services.yml
content_sync.services.yml

View source
  1. class: Drupal\content_sync\ContentSyncHelpManager
  2. arguments:
  3. - '@current_user'
  4. - '@config.factory'
  5. - '@module_handler'
  6. - '@state'
  7. - '@path.matcher'