function FormatInterface::export in Translation Management Tool 8
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\FormatCode
function export(JobInterface $job, $conditions = array());