public function LingotekWorkbenchModerationCheckTrait::setModuleHandler in Lingotek Translation 3.5.x
Same name and namespace in other branches
- 8.2 src/Moderation/LingotekWorkbenchModerationCheckTrait.php \Drupal\lingotek\Moderation\LingotekWorkbenchModerationCheckTrait::setModuleHandler()
- 4.0.x src/Moderation/LingotekWorkbenchModerationCheckTrait.php \Drupal\lingotek\Moderation\LingotekWorkbenchModerationCheckTrait::setModuleHandler()
- 3.1.x src/Moderation/LingotekWorkbenchModerationCheckTrait.php \Drupal\lingotek\Moderation\LingotekWorkbenchModerationCheckTrait::setModuleHandler()
- 3.2.x src/Moderation/LingotekWorkbenchModerationCheckTrait.php \Drupal\lingotek\Moderation\LingotekWorkbenchModerationCheckTrait::setModuleHandler()
- 3.3.x src/Moderation/LingotekWorkbenchModerationCheckTrait.php \Drupal\lingotek\Moderation\LingotekWorkbenchModerationCheckTrait::setModuleHandler()
- 3.4.x src/Moderation/LingotekWorkbenchModerationCheckTrait.php \Drupal\lingotek\Moderation\LingotekWorkbenchModerationCheckTrait::setModuleHandler()
- 3.6.x src/Moderation/LingotekWorkbenchModerationCheckTrait.php \Drupal\lingotek\Moderation\LingotekWorkbenchModerationCheckTrait::setModuleHandler()
- 3.7.x src/Moderation/LingotekWorkbenchModerationCheckTrait.php \Drupal\lingotek\Moderation\LingotekWorkbenchModerationCheckTrait::setModuleHandler()
- 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\ModerationCode
public function setModuleHandler(ModuleHandlerInterface $module_handler) {
$this->moduleHandler = $module_handler;
return $this;
}