You are here

public function EntityTypeBundleInfoInterface::clearCachedBundles in Drupal 8

Same name and namespace in other branches
  1. 9 core/lib/Drupal/Core/Entity/EntityTypeBundleInfoInterface.php \Drupal\Core\Entity\EntityTypeBundleInfoInterface::clearCachedBundles()
  2. 10 core/lib/Drupal/Core/Entity/EntityTypeBundleInfoInterface.php \Drupal\Core\Entity\EntityTypeBundleInfoInterface::clearCachedBundles()

Clears static and persistent bundles.

2 methods override EntityTypeBundleInfoInterface::clearCachedBundles()
EntityManager::clearCachedBundles in core/lib/Drupal/Core/Entity/EntityManager.php
EntityTypeBundleInfo::clearCachedBundles in core/lib/Drupal/Core/Entity/EntityTypeBundleInfo.php
Clears static and persistent bundles.

File

core/lib/Drupal/Core/Entity/EntityTypeBundleInfoInterface.php, line 38

Class

EntityTypeBundleInfoInterface
Provides an interface for an entity type bundle info.

Namespace

Drupal\Core\Entity

Code

public function clearCachedBundles();