public function GlobalTemplateCollectionInterface::getTemplates in Courier 8
Same name and namespace in other branches
- 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\EntityCode
public function getTemplates();