You are here

public function EntityTypeBundleInfoInterface::clearCachedBundles in Drupal 9

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

Clears static and persistent bundles.

1 method overrides EntityTypeBundleInfoInterface::clearCachedBundles()
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();