You are here

public function MaestroProcessVariables::getOwner in Maestro 3.x

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

Returns the entity owner's user entity.

Return value

\Drupal\user\UserInterface The owner user entity.

Overrides EntityOwnerInterface::getOwner

File

src/Entity/MaestroProcessVariables.php, line 80

Class

MaestroProcessVariables
Defines the MaestroProcessVariables entity.

Namespace

Drupal\maestro\Entity

Code

public function getOwner() {
  return NULL;
}