public function LingotekWorkbenchModerationCheckTrait::applies in Lingotek Translation 3.1.x
Same name and namespace in other branches
- 8.2 src/Moderation/LingotekWorkbenchModerationCheckTrait.php \Drupal\lingotek\Moderation\LingotekWorkbenchModerationCheckTrait::applies()
- 4.0.x src/Moderation/LingotekWorkbenchModerationCheckTrait.php \Drupal\lingotek\Moderation\LingotekWorkbenchModerationCheckTrait::applies()
- 3.2.x src/Moderation/LingotekWorkbenchModerationCheckTrait.php \Drupal\lingotek\Moderation\LingotekWorkbenchModerationCheckTrait::applies()
- 3.3.x src/Moderation/LingotekWorkbenchModerationCheckTrait.php \Drupal\lingotek\Moderation\LingotekWorkbenchModerationCheckTrait::applies()
- 3.4.x src/Moderation/LingotekWorkbenchModerationCheckTrait.php \Drupal\lingotek\Moderation\LingotekWorkbenchModerationCheckTrait::applies()
- 3.5.x src/Moderation/LingotekWorkbenchModerationCheckTrait.php \Drupal\lingotek\Moderation\LingotekWorkbenchModerationCheckTrait::applies()
- 3.6.x src/Moderation/LingotekWorkbenchModerationCheckTrait.php \Drupal\lingotek\Moderation\LingotekWorkbenchModerationCheckTrait::applies()
- 3.7.x src/Moderation/LingotekWorkbenchModerationCheckTrait.php \Drupal\lingotek\Moderation\LingotekWorkbenchModerationCheckTrait::applies()
- 3.8.x src/Moderation/LingotekWorkbenchModerationCheckTrait.php \Drupal\lingotek\Moderation\LingotekWorkbenchModerationCheckTrait::applies()
File
- src/
Moderation/ LingotekWorkbenchModerationCheckTrait.php, line 24
Class
- LingotekWorkbenchModerationCheckTrait
- Utility methods for all the 'workbench_moderation' moderation services.
Namespace
Drupal\lingotek\ModerationCode
public function applies() {
return $this->moduleHandler
->moduleExists('workbench_moderation');
}