You are here

public function MaestroProductionAssignments::getCreatedTime in Maestro 3.x

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

File

src/Entity/MaestroProductionAssignments.php, line 69

Class

MaestroProductionAssignments
Defines the MaestroProductionAssignments entity.

Namespace

Drupal\maestro\Entity

Code

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