You are here

public function MaestroProductionAssignments::getCompletedTime in Maestro 8.2

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

Get the completed time for the process.

File

src/Entity/MaestroProductionAssignments.php, line 113

Class

MaestroProductionAssignments
Defines the MaestroProductionAssignments entity.

Namespace

Drupal\maestro\Entity

Code

public function getCompletedTime() {
  return $this
    ->get('completed')->value;
}