You are here

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

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

Gets the first moderation configuration service applying to a given entity.

Return value

\Drupal\lingotek\Moderation\LingotekModerationConfigurationServiceInterface The moderation configuration service.

1 method overrides LingotekModerationFactoryInterface::getModerationConfigurationService()
LingotekModerationFactory::getModerationConfigurationService in src/Moderation/LingotekModerationFactory.php
Gets the first moderation configuration service applying to a given entity.

File

src/Moderation/LingotekModerationFactoryInterface.php, line 54

Class

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

Namespace

Drupal\lingotek\Moderation

Code

public function getModerationConfigurationService();