function TemplateCollectionInterface::getOwner in Courier 8
Same name and namespace in other branches
- 2.x 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 43 - Contains \Drupal\courier\TemplateCollectionInterface.
Class
- TemplateCollectionInterface
- Provides an interface defining a courier_template_collection entity.
Namespace
Drupal\courierCode
function getOwner();