You are here

public function GlobalTemplateCollectionInterface::getTemplates in Courier 8

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

Get configuration for all template types.

Return value

array Template configuration keyed by template entity type ID's.

1 method overrides GlobalTemplateCollectionInterface::getTemplates()
GlobalTemplateCollection::getTemplates in src/Entity/GlobalTemplateCollection.php
Get configuration for all template types.

File

src/Entity/GlobalTemplateCollectionInterface.php, line 29

Class

GlobalTemplateCollectionInterface
Interface for global template collection entities.

Namespace

Drupal\courier\Entity

Code

public function getTemplates();