public function TMGMTSourcePluginControllerInterface::getData in Translation Management Tool 7
Returns an array with the data structured for translation.
Parameters
TMGMTJobItem $job_item: The job item entity.
See also
5 methods override TMGMTSourcePluginControllerInterface::getData()
- TMGMTEntitySourcePluginController::getData in sources/
entity/ tmgmt_entity.plugin.inc - Returns the data from the fields as a structure that can be processed by the Translation Management system.
- TMGMTI18nStringSourcePluginController::getData in sources/
i18n_string/ tmgmt_i18n_string.plugin.inc - Returns an array with the data structured for translation.
- TMGMTLocaleSourcePluginController::getData in sources/
locale/ tmgmt_locale.plugin.inc - Returns an array with the data structured for translation.
- TMGMTNodeSourcePluginController::getData in sources/
node/ tmgmt_node.plugin.inc - Returns the data from the fields as a structure that can be processed by the Translation Management system.
- TMGMTTestSourcePluginController::getData in tests/
tmgmt_test.plugin.source.inc - Returns an array with the data structured for translation.
File
- plugin/
tmgmt.plugin.interface.source.inc, line 23 - Contains the source plugin interface.
Class
- TMGMTSourcePluginControllerInterface
- Interface for source plugin controllers.
Code
public function getData(TMGMTJobItem $job_item);