You are here

protected property TokenTrait::$tokens in Courier 2.x

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

Token values keyed by token type.

Type: array

File

src/TokenTrait.php, line 17

Class

TokenTrait
Provides an implementation of TokenInterface.

Namespace

Drupal\courier

Code

protected $tokens = [];