You are here

public function TokenReplacerInterface::tokens in Forena Reports 8

Same name and namespace in other branches
  1. 7.5 src/Token/TokenReplacerInterface.php \Drupal\forena\Token\TokenReplacerInterface::tokens()

Parameters

$text:

Return value

mixed Return the tokens contained in the text.

1 method overrides TokenReplacerInterface::tokens()
TokenReplacerBase::tokens in src/Token/TokenReplacerBase.php
List all of the tokens used in a piece of text, ignoring duplicates.

File

src/Token/TokenReplacerInterface.php, line 26

Class

TokenReplacerInterface

Namespace

Drupal\forena\Token

Code

public function tokens($text);