You are here

public function CourierContextInterface::getTokens in Courier 2.x

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

Get token names.

Return value

array An array of tokens names.

1 method overrides CourierContextInterface::getTokens()
CourierContext::getTokens in src/Entity/CourierContext.php
Get token names.

File

src/CourierContextInterface.php, line 18

Class

CourierContextInterface
Provides an interface defining a courier_context entity.

Namespace

Drupal\courier

Code

public function getTokens();