CachedDiscoveryClearerInterface.php

Same filename and directory in other branches
  1. 9 core/lib/Drupal/Core/Plugin/CachedDiscoveryClearerInterface.php
  2. 8.9.x core/lib/Drupal/Core/Plugin/CachedDiscoveryClearerInterface.php
  3. 10 core/lib/Drupal/Core/Plugin/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.

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.