public function Job::getCreatedTime

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\Entity

Code

public function getCreatedTime() {
  return $this
    ->get('created')->value;
}