public function LingotekModerationServiceInterface::setModuleHandler in Lingotek Translation 3.1.x
Same name and namespace in other branches
- 8.2 src/Moderation/LingotekModerationServiceInterface.php \Drupal\lingotek\Moderation\LingotekModerationServiceInterface::setModuleHandler()
- 4.0.x src/Moderation/LingotekModerationServiceInterface.php \Drupal\lingotek\Moderation\LingotekModerationServiceInterface::setModuleHandler()
- 3.0.x src/Moderation/LingotekModerationServiceInterface.php \Drupal\lingotek\Moderation\LingotekModerationServiceInterface::setModuleHandler()
- 3.2.x src/Moderation/LingotekModerationServiceInterface.php \Drupal\lingotek\Moderation\LingotekModerationServiceInterface::setModuleHandler()
- 3.3.x src/Moderation/LingotekModerationServiceInterface.php \Drupal\lingotek\Moderation\LingotekModerationServiceInterface::setModuleHandler()
- 3.4.x src/Moderation/LingotekModerationServiceInterface.php \Drupal\lingotek\Moderation\LingotekModerationServiceInterface::setModuleHandler()
- 3.5.x src/Moderation/LingotekModerationServiceInterface.php \Drupal\lingotek\Moderation\LingotekModerationServiceInterface::setModuleHandler()
- 3.6.x src/Moderation/LingotekModerationServiceInterface.php \Drupal\lingotek\Moderation\LingotekModerationServiceInterface::setModuleHandler()
- 3.7.x src/Moderation/LingotekModerationServiceInterface.php \Drupal\lingotek\Moderation\LingotekModerationServiceInterface::setModuleHandler()
- 3.8.x src/Moderation/LingotekModerationServiceInterface.php \Drupal\lingotek\Moderation\LingotekModerationServiceInterface::setModuleHandler()
Sets the module handler for this service.
Parameters
\Drupal\Core\Extension\ModuleHandlerInterface $module_handler: The module handler.
Return value
$this
File
- src/
Moderation/ LingotekModerationServiceInterface.php, line 30
Class
- LingotekModerationServiceInterface
- Common interface for all the Lingotek moderation services.
Namespace
Drupal\lingotek\ModerationCode
public function setModuleHandler(ModuleHandlerInterface $module_handler);