interface LingotekModerationServiceInterface in Lingotek Translation 3.1.x
Same name and namespace in other branches
- 8.2 src/Moderation/LingotekModerationServiceInterface.php \Drupal\lingotek\Moderation\LingotekModerationServiceInterface
- 4.0.x src/Moderation/LingotekModerationServiceInterface.php \Drupal\lingotek\Moderation\LingotekModerationServiceInterface
- 3.0.x src/Moderation/LingotekModerationServiceInterface.php \Drupal\lingotek\Moderation\LingotekModerationServiceInterface
- 3.2.x src/Moderation/LingotekModerationServiceInterface.php \Drupal\lingotek\Moderation\LingotekModerationServiceInterface
- 3.3.x src/Moderation/LingotekModerationServiceInterface.php \Drupal\lingotek\Moderation\LingotekModerationServiceInterface
- 3.4.x src/Moderation/LingotekModerationServiceInterface.php \Drupal\lingotek\Moderation\LingotekModerationServiceInterface
- 3.5.x src/Moderation/LingotekModerationServiceInterface.php \Drupal\lingotek\Moderation\LingotekModerationServiceInterface
- 3.6.x src/Moderation/LingotekModerationServiceInterface.php \Drupal\lingotek\Moderation\LingotekModerationServiceInterface
- 3.7.x src/Moderation/LingotekModerationServiceInterface.php \Drupal\lingotek\Moderation\LingotekModerationServiceInterface
- 3.8.x src/Moderation/LingotekModerationServiceInterface.php \Drupal\lingotek\Moderation\LingotekModerationServiceInterface
Common interface for all the Lingotek moderation services.
@package Drupal\lingotek\Moderation
Hierarchy
- interface \Drupal\lingotek\Moderation\LingotekModerationServiceInterface
Expanded class hierarchy of LingotekModerationServiceInterface
All classes that implement LingotekModerationServiceInterface
File
- src/
Moderation/ LingotekModerationServiceInterface.php, line 12
Namespace
Drupal\lingotek\ModerationView source
interface LingotekModerationServiceInterface {
/**
* Checks if this service applies.
*
* @return bool
* TRUE if this service applies. FALSE if not.
*/
public function applies();
/**
* Sets the module handler for this service.
*
* @param \Drupal\Core\Extension\ModuleHandlerInterface $module_handler
* The module handler.
*
* @return $this
*/
public function setModuleHandler(ModuleHandlerInterface $module_handler);
}
Members
Name | Modifiers | Type | Description | Overrides |
---|---|---|---|---|
LingotekModerationServiceInterface:: |
public | function | Checks if this service applies. | |
LingotekModerationServiceInterface:: |
public | function | Sets the module handler for this service. |