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