public function Job::getChangedTime in Translation Management Tool 8
Returns the created time.
Return value
int The time when the job was last changed.
Overrides JobInterface::getChangedTime
File
- src/
Entity/ Job.php, line 215
Class
- Job
- Entity class for the tmgmt_job entity.
Namespace
Drupal\tmgmt\EntityCode
public function getChangedTime() {
return $this
->get('changed')->value;
}