Skip to main content
Drupal API
User account menu
  • Log in

Breadcrumb

  1. Drupal Core 11.1.x

CachedDiscoveryClearerInterface.php

Namespace

Drupal\Core\Plugin

File

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.

API Navigation

  • Drupal Core 11.1.x
  • Topics
  • Classes
  • Functions
  • Constants
  • Globals
  • Files
  • Namespaces
  • Deprecated
  • Services
RSS feed
Powered by Drupal