You are here

public function EntityTypeBundleInfoInterface::clearCachedBundles in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 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 37
Contains \Drupal\Core\Entity\EntityTypeBundleInfoInterface.

Class

EntityTypeBundleInfoInterface
Provides an interface for an entity type bundle info.

Namespace

Drupal\Core\Entity

Code

public function clearCachedBundles();