public function JobInterface::getCreatedTime

Returns the created time.

Return value

int The time when the job was last changed.

1 method overrides JobInterface::getCreatedTime()
Job::getCreatedTime in src/Entity/Job.php
Returns the created time.

File

src/JobInterface.php, line 136

Class

JobInterface
Interface for tmgmt_job entity.

Namespace

Drupal\tmgmt

Code

public function getCreatedTime();