public function JobInterface::getData in Translation Management Tool 8
Returns the source data of all job items.
Parameters
array $key: If present, only the subarray identified by key is returned.
int $index: Optional index of an attribute below $key.
Return value
array A nested array with the source data where the most upper key is the job item id.
1 method overrides JobInterface::getData()
- Job::getData in src/
Entity/ Job.php - Returns the source data of all job items.
File
- src/
JobInterface.php, line 597
Class
- JobInterface
- Interface for tmgmt_job entity.
Namespace
Drupal\tmgmtCode
public function getData($key = array(), $index = NULL);