You are here

public function TemplateCollectionInterface::validateTokenValues in Courier 2.x

Same name and namespace in other branches
  1. 8 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 100

Class

TemplateCollectionInterface
Provides an interface defining a courier_template_collection entity.

Namespace

Drupal\courier

Code

public function validateTokenValues();