You are here

public function TokenInterface::getTokenOptions in Courier 2.x

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

Class

TokenInterface
Interface for TokenTrait.

Namespace

Drupal\courier

Code

public function getTokenOptions();