public function MaestroQueue::getCreatedTime in Maestro 3.x
Same name and namespace in other branches
- 8.2 src/Entity/MaestroQueue.php \Drupal\maestro\Entity\MaestroQueue::getCreatedTime()
File
- src/
Entity/ MaestroQueue.php, line 78
Class
- MaestroQueue
- Defines the MaestroQueue entity.
Namespace
Drupal\maestro\EntityCode
public function getCreatedTime() {
return $this
->get('created')->value;
}