public function JobItem::getChangedTime in Translation Management Tool 8
1 call to JobItem::getChangedTime()
- JobItem::addTranslatedDataRecursive in src/
Entity/ JobItem.php - Recursively writes translated data to the data array of a job item.
File
- src/
Entity/ JobItem.php, line 269
Class
- JobItem
- Entity class for the tmgmt_job_item entity.
Namespace
Drupal\tmgmt\EntityCode
public function getChangedTime() {
return $this
->get('changed')->value;
}