public function JobInterface::getChangedTime

Returns the created time.

Return value

int The time when the job was last changed.

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

File

src/JobInterface.php, line 128

Class

JobInterface
Interface for tmgmt_job entity.

Namespace

Drupal\tmgmt

Code

public function getChangedTime();