You are here

public function ExtendedTranslatorPluginInterface::isReadyForDownload in TMGMT Extension Suite 8.2

Same name and namespace in other branches
  1. 8.3 src/ExtendedTranslatorPluginInterface.php \Drupal\tmgmt_extension_suit\ExtendedTranslatorPluginInterface::isReadyForDownload()
  2. 8 src/ExtendedTranslatorPluginInterface.php \Drupal\tmgmt_extension_suit\ExtendedTranslatorPluginInterface::isReadyForDownload()

Checks whether job is ready for download or not.

Parameters

\Drupal\tmgmt\JobInterface $job: Job object.

Return value

bool TRUE if ready FALSE otherwise.

File

src/ExtendedTranslatorPluginInterface.php, line 22

Class

ExtendedTranslatorPluginInterface
Interface for service plugin controllers.

Namespace

Drupal\tmgmt_extension_suit

Code

public function isReadyForDownload(JobInterface $job);