You are here

public function EntityTypeRepositoryInterface::clearCachedDefinitions in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 core/lib/Drupal/Core/Entity/EntityTypeRepositoryInterface.php \Drupal\Core\Entity\EntityTypeRepositoryInterface::clearCachedDefinitions()

Clear the static cache.

@todo Remove in https://www.drupal.org/node/2549143.

Deprecated

in Drupal 8.0.0, will be removed before Drupal 9.0.0.

1 method overrides EntityTypeRepositoryInterface::clearCachedDefinitions()
EntityTypeRepository::clearCachedDefinitions in core/lib/Drupal/Core/Entity/EntityTypeRepository.php
Clear the static cache.

File

core/lib/Drupal/Core/Entity/EntityTypeRepositoryInterface.php, line 57
Contains \Drupal\Core\Entity\EntityTypeRepositoryInterface.

Class

EntityTypeRepositoryInterface
Provides an interface for helper methods for loading entity types.

Namespace

Drupal\Core\Entity

Code

public function clearCachedDefinitions();