function TokenInterface::getTokenValues in Courier 8
Same name and namespace in other branches
- 2.x src/TokenInterface.php \Drupal\courier\TokenInterface::getTokenValues()
Gets token values.
Return value
array Token values keyed by token type.
File
- src/
TokenInterface.php, line 23 - Contains \Drupal\courier\TokenInterface.
Class
- TokenInterface
- Interface for TokenTrait.
Namespace
Drupal\courierCode
function getTokenValues();