You are here

public property TMGMTJobItem::$data in Translation Management Tool 7

Can be used by the source plugin to store the data instead of creating it on demand.

If additional information is added in the UI, like adding comments, it will also be saved here.

Always use TMGMTJobItem::getData() to load the data, which will use this property if present and otherwise get it from the source.

Type: array

File

entity/tmgmt.entity.job_item.inc, line 69

Class

TMGMTJobItem
Entity class for the tmgmt_job entity.

Code

public $data = array();