public function JobInterface::abortTranslation in Translation Management Tool 8
Attempts to abort the translation job.
Already accepted jobs can not be aborted, submitted jobs only if supported by the translator plugin. Always use this method if you want to abort a translation job.
Return value
bool TRUE if the translation job was aborted, FALSE otherwise.
1 method overrides JobInterface::abortTranslation()
- Job::abortTranslation in src/
Entity/ Job.php - Attempts to abort the translation job.
File
- src/
JobInterface.php, line 571
Class
- JobInterface
- Interface for tmgmt_job entity.
Namespace
Drupal\tmgmtCode
public function abortTranslation();