Resets metadata describing supported tokens.
public function resetInfo() { $this->tokenInfo = NULL; $this->cacheTagsInvalidator ->invalidateTags([ static::TOKEN_INFO_CACHE_TAG, ]); }