You are here

public function LingotekModerationServiceInterface::setModuleHandler in Lingotek Translation 3.0.x

Same name and namespace in other branches
  1. 8.2 src/Moderation/LingotekModerationServiceInterface.php \Drupal\lingotek\Moderation\LingotekModerationServiceInterface::setModuleHandler()
  2. 4.0.x src/Moderation/LingotekModerationServiceInterface.php \Drupal\lingotek\Moderation\LingotekModerationServiceInterface::setModuleHandler()
  3. 3.1.x src/Moderation/LingotekModerationServiceInterface.php \Drupal\lingotek\Moderation\LingotekModerationServiceInterface::setModuleHandler()
  4. 3.2.x src/Moderation/LingotekModerationServiceInterface.php \Drupal\lingotek\Moderation\LingotekModerationServiceInterface::setModuleHandler()
  5. 3.3.x src/Moderation/LingotekModerationServiceInterface.php \Drupal\lingotek\Moderation\LingotekModerationServiceInterface::setModuleHandler()
  6. 3.4.x src/Moderation/LingotekModerationServiceInterface.php \Drupal\lingotek\Moderation\LingotekModerationServiceInterface::setModuleHandler()
  7. 3.5.x src/Moderation/LingotekModerationServiceInterface.php \Drupal\lingotek\Moderation\LingotekModerationServiceInterface::setModuleHandler()
  8. 3.6.x src/Moderation/LingotekModerationServiceInterface.php \Drupal\lingotek\Moderation\LingotekModerationServiceInterface::setModuleHandler()
  9. 3.7.x src/Moderation/LingotekModerationServiceInterface.php \Drupal\lingotek\Moderation\LingotekModerationServiceInterface::setModuleHandler()
  10. 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\Moderation

Code

public function setModuleHandler(ModuleHandlerInterface $module_handler);