You are here

public function TokenInterface::getTokenValues in Courier 2.x

Same name and namespace in other branches
  1. 8 src/TokenInterface.php \Drupal\courier\TokenInterface::getTokenValues()

Gets token values.

Return value

array Token values keyed by token type.

File

src/TokenInterface.php, line 18

Class

TokenInterface
Interface for TokenTrait.

Namespace

Drupal\courier

Code

public function getTokenValues();