You are here

public function MaestroProcess::getCreatedTime in Maestro 3.x

Same name and namespace in other branches
  1. 8.2 src/Entity/MaestroProcess.php \Drupal\maestro\Entity\MaestroProcess::getCreatedTime()

File

src/Entity/MaestroProcess.php, line 69

Class

MaestroProcess
Defines the MaestroProcess entity.

Namespace

Drupal\maestro\Entity

Code

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