CachedDiscoveryClearer::$cachedDiscoveries

Same name in other branches
  1. 8.9.x core/lib/Drupal/Core/Plugin/CachedDiscoveryClearer.php \Drupal\Core\Plugin\CachedDiscoveryClearer::cachedDiscoveries
  2. 10 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 17

Class

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

Namespace

Drupal\Core\Plugin

Code

protected $cachedDiscoveries = [];

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