public function TranslatorPluginInterface::hasCheckoutSettings

Returns if the translator has any settings for the passed job.

1 method overrides TranslatorPluginInterface::hasCheckoutSettings()
TranslatorPluginBase::hasCheckoutSettings in src/TranslatorPluginBase.php
Returns if the translator has any settings for the passed job.

File

src/TranslatorPluginInterface.php, line 150

Class

TranslatorPluginInterface
Interface for service plugin controllers.

Namespace

Drupal\tmgmt

Code

public function hasCheckoutSettings(JobInterface $job);