You are here

public function ExtendedTranslatorPluginInterface::isReadyForDownload in TMGMT Extension Suite 8.3

Same name and namespace in other branches
  1. 8 src/ExtendedTranslatorPluginInterface.php \Drupal\tmgmt_extension_suit\ExtendedTranslatorPluginInterface::isReadyForDownload()
  2. 8.2 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.

1 method overrides ExtendedTranslatorPluginInterface::isReadyForDownload()
TestLocalTranslator::isReadyForDownload in modules/tmgmt_extension_suit_test/src/Plugin/tmgmt/Translator/TestLocalTranslator.php
Checks whether job is ready for download or not.

File

src/ExtendedTranslatorPluginInterface.php, line 23

Class

ExtendedTranslatorPluginInterface
Interface for service plugin controllers.

Namespace

Drupal\tmgmt_extension_suit

Code

public function isReadyForDownload(JobInterface $job);