You are here

function TemplateCollectionInterface::getTemplates in Courier 8

Same name and namespace in other branches
  1. 2.x src/TemplateCollectionInterface.php \Drupal\courier\TemplateCollectionInterface::getTemplates()

Get all templates associated with this collections.

Return value

\Drupal\courier\ChannelInterface[] An array of template entities.

1 method overrides TemplateCollectionInterface::getTemplates()
TemplateCollection::getTemplates in src/Entity/TemplateCollection.php
Get all templates associated with this collections.

File

src/TemplateCollectionInterface.php, line 73
Contains \Drupal\courier\TemplateCollectionInterface.

Class

TemplateCollectionInterface
Provides an interface defining a courier_template_collection entity.

Namespace

Drupal\courier

Code

function getTemplates();