public function TMGMTSourcePluginControllerInterface::saveTranslation in Translation Management Tool 7
Saves a translation.
Parameters
TMGMTJobItem $job_item: The job item entity.
Return value
boolean TRUE if the translation was saved successfully, FALSE otherwise.
5 methods override TMGMTSourcePluginControllerInterface::saveTranslation()
- TMGMTEntitySourcePluginController::saveTranslation in sources/
entity/ tmgmt_entity.plugin.inc - Saves a translation.
- TMGMTI18nStringSourcePluginController::saveTranslation in sources/
i18n_string/ tmgmt_i18n_string.plugin.inc - Saves a translation.
- TMGMTLocaleSourcePluginController::saveTranslation in sources/
locale/ tmgmt_locale.plugin.inc - Saves a translation.
- TMGMTNodeSourcePluginController::saveTranslation in sources/
node/ tmgmt_node.plugin.inc - Saves a translation.
- TMGMTTestSourcePluginController::saveTranslation in tests/
tmgmt_test.plugin.source.inc - Saves a translation.
File
- plugin/
tmgmt.plugin.interface.source.inc, line 34 - Contains the source plugin interface.
Class
- TMGMTSourcePluginControllerInterface
- Interface for source plugin controllers.
Code
public function saveTranslation(TMGMTJobItem $job_item);