public EntityManager::clearCachedBundles()
Overrides EntityTypeBundleInfoInterface::clearCachedBundles
File
- core/lib/Drupal/Core/Entity/EntityManager.php, line 225
Class
- EntityManager
- Provides a wrapper around many other services relating to entities.
Namespace
Drupal\Core\Entity
Code
public function clearCachedBundles() { $this->container->get('entity_type.bundle.info')->clearCachedBundles(); }
Please login to continue.