You are here

public function LingotekModerationFactoryInterface::addModerationHandler in Lingotek Translation 3.0.x

Same name and namespace in other branches
  1. 8.2 src/Moderation/LingotekModerationFactoryInterface.php \Drupal\lingotek\Moderation\LingotekModerationFactoryInterface::addModerationHandler()
  2. 4.0.x src/Moderation/LingotekModerationFactoryInterface.php \Drupal\lingotek\Moderation\LingotekModerationFactoryInterface::addModerationHandler()
  3. 3.1.x src/Moderation/LingotekModerationFactoryInterface.php \Drupal\lingotek\Moderation\LingotekModerationFactoryInterface::addModerationHandler()
  4. 3.2.x src/Moderation/LingotekModerationFactoryInterface.php \Drupal\lingotek\Moderation\LingotekModerationFactoryInterface::addModerationHandler()
  5. 3.3.x src/Moderation/LingotekModerationFactoryInterface.php \Drupal\lingotek\Moderation\LingotekModerationFactoryInterface::addModerationHandler()
  6. 3.4.x src/Moderation/LingotekModerationFactoryInterface.php \Drupal\lingotek\Moderation\LingotekModerationFactoryInterface::addModerationHandler()
  7. 3.5.x src/Moderation/LingotekModerationFactoryInterface.php \Drupal\lingotek\Moderation\LingotekModerationFactoryInterface::addModerationHandler()
  8. 3.6.x src/Moderation/LingotekModerationFactoryInterface.php \Drupal\lingotek\Moderation\LingotekModerationFactoryInterface::addModerationHandler()
  9. 3.7.x src/Moderation/LingotekModerationFactoryInterface.php \Drupal\lingotek\Moderation\LingotekModerationFactoryInterface::addModerationHandler()
  10. 3.8.x src/Moderation/LingotekModerationFactoryInterface.php \Drupal\lingotek\Moderation\LingotekModerationFactoryInterface::addModerationHandler()

Called when the tag collector finds a moderation handler service.

Parameters

\Drupal\lingotek\Moderation\LingotekModerationHandlerInterface $service: The moderation configuration service.

string $id: The id of the tagged service.

int $priority: The priority for the tagged service.

1 method overrides LingotekModerationFactoryInterface::addModerationHandler()
LingotekModerationFactory::addModerationHandler in src/Moderation/LingotekModerationFactory.php
Called when the tag collector finds a moderation handler service.

File

src/Moderation/LingotekModerationFactoryInterface.php, line 46

Class

LingotekModerationFactoryInterface
A facade for getting the services that are part of moderation integrations.

Namespace

Drupal\lingotek\Moderation

Code

public function addModerationHandler(LingotekModerationHandlerInterface $service, $id, $priority);