public function JobItemInterface::abortTranslation

Attempts to abort the translation job item.

Already accepted job items can not be aborted. Always use this method if you want to abort a translation job item.

Throws

\Drupal\tmgmt\TMGMTException If fails to abort the job item.

1 method overrides JobItemInterface::abortTranslation()
JobItem::abortTranslation in src/Entity/JobItem.php
Attempts to abort the translation job item.

File

src/JobItemInterface.php, line 167

Class

JobItemInterface
Interface for tmgmt_job_item entity.

Namespace

Drupal\tmgmt

Code

public function abortTranslation();