You are here

public function LingotekWorkbenchModerationCheckTrait::setModuleHandler in Lingotek Translation 4.0.x

Same name and namespace in other branches
  1. 8.2 src/Moderation/LingotekWorkbenchModerationCheckTrait.php \Drupal\lingotek\Moderation\LingotekWorkbenchModerationCheckTrait::setModuleHandler()
  2. 3.1.x src/Moderation/LingotekWorkbenchModerationCheckTrait.php \Drupal\lingotek\Moderation\LingotekWorkbenchModerationCheckTrait::setModuleHandler()
  3. 3.2.x src/Moderation/LingotekWorkbenchModerationCheckTrait.php \Drupal\lingotek\Moderation\LingotekWorkbenchModerationCheckTrait::setModuleHandler()
  4. 3.3.x src/Moderation/LingotekWorkbenchModerationCheckTrait.php \Drupal\lingotek\Moderation\LingotekWorkbenchModerationCheckTrait::setModuleHandler()
  5. 3.4.x src/Moderation/LingotekWorkbenchModerationCheckTrait.php \Drupal\lingotek\Moderation\LingotekWorkbenchModerationCheckTrait::setModuleHandler()
  6. 3.5.x src/Moderation/LingotekWorkbenchModerationCheckTrait.php \Drupal\lingotek\Moderation\LingotekWorkbenchModerationCheckTrait::setModuleHandler()
  7. 3.6.x src/Moderation/LingotekWorkbenchModerationCheckTrait.php \Drupal\lingotek\Moderation\LingotekWorkbenchModerationCheckTrait::setModuleHandler()
  8. 3.7.x src/Moderation/LingotekWorkbenchModerationCheckTrait.php \Drupal\lingotek\Moderation\LingotekWorkbenchModerationCheckTrait::setModuleHandler()
  9. 3.8.x src/Moderation/LingotekWorkbenchModerationCheckTrait.php \Drupal\lingotek\Moderation\LingotekWorkbenchModerationCheckTrait::setModuleHandler()
3 calls to LingotekWorkbenchModerationCheckTrait::setModuleHandler()
LingotekWorkbenchModerationConfigurationService::__construct in src/Moderation/LingotekWorkbenchModerationConfigurationService.php
Constructs a new LingotekWorkbenchModerationConfigurationService object.
LingotekWorkbenchModerationHandler::__construct in src/Moderation/LingotekWorkbenchModerationHandler.php
Constructs a new LingotekWorkbenchModerationHandler object.
LingotekWorkbenchModerationSettingsForm::__construct in src/Moderation/LingotekWorkbenchModerationSettingsForm.php
Constructs a new LingotekWorkbenchModerationSettingsForm object.

File

src/Moderation/LingotekWorkbenchModerationCheckTrait.php, line 31

Class

LingotekWorkbenchModerationCheckTrait
Utility methods for all the 'workbench_moderation' moderation services.

Namespace

Drupal\lingotek\Moderation

Code

public function setModuleHandler(ModuleHandlerInterface $module_handler) {
  $this->moduleHandler = $module_handler;
  return $this;
}