You are here

public function MaestroProcessVariables::getCreatedTime in Maestro 3.x

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

File

src/Entity/MaestroProcessVariables.php, line 66

Class

MaestroProcessVariables
Defines the MaestroProcessVariables entity.

Namespace

Drupal\maestro\Entity

Code

public function getCreatedTime() {
  return NULL;
}