function TemplateCollectionInterface::validateTokenValues in Courier 8
Same name and namespace in other branches
- 2.x src/TemplateCollectionInterface.php \Drupal\courier\TemplateCollectionInterface::validateTokenValues()
Ensures tokens specified by context have values in this collection.
Throws
\Exception Throws exception if there are missing values.
1 method overrides TemplateCollectionInterface::validateTokenValues()
- TemplateCollection::validateTokenValues in src/
Entity/ TemplateCollection.php - Ensures tokens specified by context have values in this collection.
File
- src/
TemplateCollectionInterface.php, line 105 - Contains \Drupal\courier\TemplateCollectionInterface.
Class
- TemplateCollectionInterface
- Provides an interface defining a courier_template_collection entity.
Namespace
Drupal\courierCode
function validateTokenValues();