function Token::resetInfo
Resets metadata describing supported tokens.
File
-
core/
lib/ Drupal/ Core/ Utility/ Token.php, line 464
Class
- Token
- Drupal placeholder/token replacement system.
Namespace
Drupal\Core\UtilityCode
public function resetInfo() {
$this->tokenInfo = NULL;
$this->cacheTagsInvalidator
->invalidateTags([
static::TOKEN_INFO_CACHE_TAG,
]);
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.