You are here

abstract class PluginDiscoveryDecoratorTestCachedDiscovery in Plugin 8.2

Provides a dummy discovery that caches definitions.

Hierarchy

Expanded class hierarchy of PluginDiscoveryDecoratorTestCachedDiscovery

File

tests/src/Unit/PluginDiscovery/PluginDiscoveryDecoratorTest.php, line 152

Namespace

Drupal\Tests\plugin\Unit\PluginDiscovery
View source
abstract class PluginDiscoveryDecoratorTestCachedDiscovery 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