You are here

public function MaestroProcessStatus::getCreatedTime in Maestro 8.2

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

File

src/Entity/MaestroProcessStatus.php, line 65

Class

MaestroProcessStatus
Defines the MaestroProcessStatus entity.

Namespace

Drupal\maestro\Entity

Code

public function getCreatedTime() {
  return NULL;
}