You are here

public function MaestroProcessStatus::getOwner in Maestro 3.x

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

Returns the entity owner's user entity.

Return value

\Drupal\user\UserInterface The owner user entity.

Overrides EntityOwnerInterface::getOwner

File

src/Entity/MaestroProcessStatus.php, line 79

Class

MaestroProcessStatus
Defines the MaestroProcessStatus entity.

Namespace

Drupal\maestro\Entity

Code

public function getOwner() {
  return NULL;
}