You are here

public function ExtendedTranslatorPluginInterface::requestTranslationExtended in TMGMT Extension Suite 8.2

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

Requests translation.

Parameters

\Drupal\tmgmt\JobInterface $job:

array $data:

Return value

mixed

File

src/ExtendedTranslatorPluginInterface.php, line 68

Class

ExtendedTranslatorPluginInterface
Interface for service plugin controllers.

Namespace

Drupal\tmgmt_extension_suit

Code

public function requestTranslationExtended(JobInterface $job, array $data);