public function Token::setInfo in Drupal 8
Same name and namespace in other branches
- 9 core/lib/Drupal/Core/Utility/Token.php \Drupal\Core\Utility\Token::setInfo()
Sets metadata describing supported tokens.
Parameters
array $tokens: Token metadata that has an identical structure to the return value of hook_token_info().
See also
File
- core/
lib/ Drupal/ Core/ Utility/ Token.php, line 397
Class
- Token
- Drupal placeholder/token replacement system.
Namespace
Drupal\Core\UtilityCode
public function setInfo(array $tokens) {
$this->tokenInfo = $tokens;
}