You are here

protected property CachedDiscoveryClearer::$cachedDiscoveries in Zircon Profile 8.0

Same name and namespace in other branches
  1. 8 core/lib/Drupal/Core/Plugin/CachedDiscoveryClearer.php \Drupal\Core\Plugin\CachedDiscoveryClearer::cachedDiscoveries

The stored discoveries.

Type: \Drupal\Component\Plugin\Discovery\CachedDiscoveryInterface[]

File

core/lib/Drupal/Core/Plugin/CachedDiscoveryClearer.php, line 22
Contains \Drupal\Core\Plugin\CachedDiscoveryClearer.

Class

CachedDiscoveryClearer
Defines a class which is capable of clearing the cache on plugin managers.

Namespace

Drupal\Core\Plugin

Code

protected $cachedDiscoveries = array();