You are here

public function MaestroQueue::getCreatedTime in Maestro 3.x

Same name and namespace in other branches
  1. 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\Entity

Code

public function getCreatedTime() {
  return $this
    ->get('created')->value;
}