public function CachedDiscoveryInterface::clearCachedDefinitions

Clears static and persistent plugin definition caches.

2 methods override CachedDiscoveryInterface::clearCachedDefinitions()
CacheDecorator::clearCachedDefinitions in drupal/core/lib/Drupal/Core/Plugin/Discovery/CacheDecorator.php
Implements \Drupal\Component\Plugin\Discovery\CachedDiscoveryInterface::clearCachedDefinitions().
PluginManagerBase::clearCachedDefinitions in drupal/core/lib/Drupal/Component/Plugin/PluginManagerBase.php
Clears static and persistent plugin definition caches.

File

drupal/core/lib/Drupal/Component/Plugin/Discovery/CachedDiscoveryInterface.php, line 18
Contains \Drupal\Component\Plugin\Discovery\CachedDiscoveryInterface.

Class

CachedDiscoveryInterface
Interface for discovery compenents holding a cache of plugin definitions.

Namespace

Drupal\Component\Plugin\Discovery

Code

public function clearCachedDefinitions();