public function TranslatorInterface::hasCheckoutSettings in Translation Management Tool 8
Returns if the plugin has any settings for this job.
Parameters
\Drupal\tmgmt\JobInterface $job: The Job entity that should be translated.
1 method overrides TranslatorInterface::hasCheckoutSettings()
- Translator::hasCheckoutSettings in src/
Entity/ Translator.php - Returns if the plugin has any settings for this job.
File
- src/
TranslatorInterface.php, line 185
Class
- TranslatorInterface
- Interface for the tmgmt_translator entity.
Namespace
Drupal\tmgmtCode
public function hasCheckoutSettings(JobInterface $job);