You are here

public function TMGMTTranslatorPluginControllerInterface::abortTranslation in Translation Management Tool 7

Aborts a translation job.

Parameters

TMGMTJob $job: The job that should have its translation aborted.

Return value

boolean TRUE if the job could be aborted, FALSE otherwise.

1 method overrides TMGMTTranslatorPluginControllerInterface::abortTranslation()
TMGMTDefaultTranslatorPluginController::abortTranslation in plugin/tmgmt.plugin.translator.inc
Aborts a translation job.

File

plugin/tmgmt.plugin.interface.translator.inc, line 201
Contains the source plugin interface.

Class

TMGMTTranslatorPluginControllerInterface
Interface for service plugin controllers.

Code

public function abortTranslation(TMGMTJob $job);