You are here

public function MaestroEntityIdentifiers::getCompletedTime in Maestro 3.x

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

Get the completed time for the process.

File

src/Entity/MaestroEntityIdentifiers.php, line 110

Class

MaestroEntityIdentifiers
Defines the MaestroEntityIdentifiers entity.

Namespace

Drupal\maestro\Entity

Code

public function getCompletedTime() {
  return NULL;
}