You are here

abstract class LimitedPluginDiscoveryDecoratorTestCachedDiscovery in Plugin 8.2

Provides a dummy plugin manager that caches definitions.

Hierarchy

Expanded class hierarchy of LimitedPluginDiscoveryDecoratorTestCachedDiscovery

File

tests/src/Unit/PluginDiscovery/LimitedPluginDiscoveryDecoratorTest.php, line 129

Namespace

Drupal\Tests\plugin\Unit\PluginDiscovery
View source
abstract class LimitedPluginDiscoveryDecoratorTestCachedDiscovery implements DiscoveryInterface, CachedDiscoveryInterface {

}

Members

Namesort descending Modifiers Type Description Overrides
CachedDiscoveryInterface::clearCachedDefinitions public function Clears static and persistent plugin definition caches. 2
CachedDiscoveryInterface::useCaches public function Disable the use of caches. 2
DiscoveryInterface::getDefinition public function Gets a specific plugin definition. 4
DiscoveryInterface::getDefinitions public function Gets the definition of all plugins for this type. 3
DiscoveryInterface::hasDefinition public function Indicates if a specific plugin definition exists. 2