You are here

public function ExtendedTranslatorPluginInterface::cancelTranslation in TMGMT Extension Suite 8

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

Cancels translation.

This method cancels not Drupal translation but translation in 3rd party service instead.

Parameters

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

Return value

bool TRUE if canceled FALSE otherwise.

File

src/ExtendedTranslatorPluginInterface.php, line 58

Class

ExtendedTranslatorPluginInterface
Interface for service plugin controllers.

Namespace

Drupal\tmgmt_extension_suit

Code

public function cancelTranslation(JobInterface $job);