public function GlobalTemplateCollectionInterface::getTemplate in Courier 8
Same name and namespace in other branches
- 2.x src/Entity/GlobalTemplateCollectionInterface.php \Drupal\courier\Entity\GlobalTemplateCollectionInterface::getTemplate()
Get configuration for a single template type.
Parameters
string $entity_type_id: A template entity type ID.
Return value
mixed Mixed configuration for the template.
1 method overrides GlobalTemplateCollectionInterface::getTemplate()
- GlobalTemplateCollection::getTemplate in src/
Entity/ GlobalTemplateCollection.php - Get configuration for a single template type.
File
- src/
Entity/ GlobalTemplateCollectionInterface.php, line 40
Class
- GlobalTemplateCollectionInterface
- Interface for global template collection entities.
Namespace
Drupal\courier\EntityCode
public function getTemplate($entity_type_id);