You are here

public function MaestroEntityIdentifiers::getOwner in Maestro 3.x

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

File

src/Entity/MaestroEntityIdentifiers.php, line 80

Class

MaestroEntityIdentifiers
Defines the MaestroEntityIdentifiers entity.

Namespace

Drupal\maestro\Entity

Code

public function getOwner() {
  return NULL;
}