You are here

public function TemplateCollectionInterface::getOwner in Courier 2.x

Same name and namespace in other branches
  1. 8 src/TemplateCollectionInterface.php \Drupal\courier\TemplateCollectionInterface::getOwner()

Gets the owner entity.

Return value

\Drupal\Core\Entity\EntityInterface|null The owner entity, or NULL if it does not exist.

1 method overrides TemplateCollectionInterface::getOwner()
TemplateCollection::getOwner in src/Entity/TemplateCollection.php
Gets the owner entity.

File

src/TemplateCollectionInterface.php, line 38

Class

TemplateCollectionInterface
Provides an interface defining a courier_template_collection entity.

Namespace

Drupal\courier

Code

public function getOwner();