CachedDiscoveryClearerInterface.php
Namespace
Drupal\Core\PluginFile
- 
              core/lib/ Drupal/ Core/ Plugin/ CachedDiscoveryClearerInterface.php 
View source
<?php
namespace Drupal\Core\Plugin;
/**
 * Provides a way to clear static caches of all plugin managers.
 */
interface CachedDiscoveryClearerInterface {
  
  /**
   * Clears the cache on all cached discoveries.
   */
  public function clearCachedDefinitions();
}Interfaces
| Title | Deprecated | Summary | 
|---|---|---|
| CachedDiscoveryClearerInterface | Provides a way to clear static caches of all plugin managers. | 
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.
