You are here

public function ExtendedTranslatorPluginInterface::getFileName in TMGMT Extension Suite 8

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

Returns file name for a given job.

Parameters

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

Return value

string Job file name.

File

src/ExtendedTranslatorPluginInterface.php, line 44

Class

ExtendedTranslatorPluginInterface
Interface for service plugin controllers.

Namespace

Drupal\tmgmt_extension_suit

Code

public function getFileName(JobInterface $job);