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