Error message

  • Warning: count(): Parameter must be an array or an object that implements Countable in _api_make_match_member_link() (line 1230 of /home/projects/api/www/sites/all/modules/api/api.formatting.inc).
  • Warning: count(): Parameter must be an array or an object that implements Countable in _api_make_match_member_link() (line 1230 of /home/projects/api/www/sites/all/modules/api/api.formatting.inc).

function FormatInterface::export

Return the file content for the job data.

Parameters

$job: The translation job object to be exported.

array $conditions: (optional) An array containing list of conditions.

Return value

String with the file content.

2 methods override FormatInterface::export()
Html::export in translators/tmgmt_file/src/Plugin/tmgmt_file/Format/Html.php
Implements TMGMTFileExportInterface::export().
Xliff::export in translators/tmgmt_file/src/Plugin/tmgmt_file/Format/Xliff.php
Return the file content for the job data.

File

translators/tmgmt_file/src/Format/FormatInterface.php, line 24

Class

FormatInterface
Interface for exporting to a given file format.

Namespace

Drupal\tmgmt_file\Format

Code

function export(JobInterface $job, $conditions = array());