You are here

public function TokenEntityMapper::resetInfo in Token 8

Resets metadata describing token and entity mappings.

Overrides TokenEntityMapperInterface::resetInfo

File

src/TokenEntityMapper.php, line 78

Class

TokenEntityMapper
Service to provide mappings between entity and token types.

Namespace

Drupal\token

Code

public function resetInfo() {
  $this->entityMappings = NULL;
}