public function JobInterface::getChangedTime in Translation Management Tool 8
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\tmgmtCode
public function getChangedTime();