You are here

function TokenInterface::getTokenOptions in Courier 8

Same name and namespace in other branches
  1. 2.x src/TokenInterface.php \Drupal\courier\TokenInterface::getTokenOptions()

Gets token options as required by \Drupal::token()->replace().

Return value

array An array of token options.

File

src/TokenInterface.php, line 44
Contains \Drupal\courier\TokenInterface.

Class

TokenInterface
Interface for TokenTrait.

Namespace

Drupal\courier

Code

function getTokenOptions();