You are here

protected property TokenTrait::$tokens in Courier 8

Same name and namespace in other branches
  1. 2.x src/TokenTrait.php \Drupal\courier\TokenTrait::tokens

Token values keyed by token type.

Type: array

File

src/TokenTrait.php, line 22
Contains \Drupal\courier\TokenTrait.

Class

TokenTrait
Provides an implementation of TokenInterface.

Namespace

Drupal\courier

Code

protected $tokens = [];