public function MaestroQueue::getCreatedTime in Maestro 8.2
Same name and namespace in other branches
- 3.x 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;
}