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