Search for all
- Search 7.x for all
- Search 9.5.x for all
- Search 8.9.x for all
- Search 10.3.x for all
- Search 11.x for all
- Other projects
| Title | Object type | File name | Summary |
|---|---|---|---|
| DefaultPluginManager::$defaults | property | core/ |
A set of defaults to be referenced by $this->processDefinition(). |
| DefaultPluginManager::$moduleExtensionList | property | core/ |
The module extension list. |
| DefaultPluginManager::$moduleHandler | property | core/ |
The module handler to invoke the alter hook. |
| DefaultPluginManager::$namespaces | property | core/ |
An object of root paths that are traversable. |
| DefaultPluginManager::$pluginDefinitionAnnotationName | property | core/ |
The name of the annotation that contains the plugin definition. |
| DefaultPluginManager::$pluginDefinitionAttributeName | property | core/ |
The name of the attribute that contains the plugin definition. |
| DefaultPluginManager::$pluginInterface | property | core/ |
The interface each plugin should implement. |
| DefaultPluginManager::$subdir | property | core/ |
The subdirectory within a namespace to look for plugins. |
| DefaultPluginManager::alterDefinitions | function | core/ |
Invokes the hook to alter the definitions if the alter hook is set. |
| DefaultPluginManager::alterInfo | function | core/ |
Sets the alter hook name. |
| DefaultPluginManager::clearCachedDefinitions | function | core/ |
|
| DefaultPluginManager::extractProviderFromDefinition | function | core/ |
Extracts the provider from a plugin definition. |
| DefaultPluginManager::findDefinitions | function | core/ |
Finds plugin definitions. |
| DefaultPluginManager::getCacheContexts | function | core/ |
|
| DefaultPluginManager::getCachedDefinitions | function | core/ |
Returns the cached plugin definitions of the decorated discovery class. |
| DefaultPluginManager::getCacheMaxAge | function | core/ |
|
| DefaultPluginManager::getCacheTags | function | core/ |
|
| DefaultPluginManager::getDefinitions | function | core/ |
|
| DefaultPluginManager::getDiscovery | function | core/ |
|
| DefaultPluginManager::getFactory | function | core/ |
|
| DefaultPluginManager::processDefinition | function | core/ |
Performs extra processing on plugin definitions. |
| DefaultPluginManager::providerExists | function | core/ |
Determines if the provider of a definition exists. |
| DefaultPluginManager::setCacheBackend | function | core/ |
Initialize the cache backend. |
| DefaultPluginManager::setCachedDefinitions | function | core/ |
Sets a cache of plugin definitions for the decorated discovery class. |
| DefaultPluginManager::useCaches | function | core/ |
|
| DefaultPluginManager::__construct | function | core/ |
Constructs a new \Drupal\Core\Plugin\DefaultPluginManager object. |
| DefaultPluginManagerTest | class | core/ |
Tests the DefaultPluginManager. |
| DefaultPluginManagerTest | class | core/ |
Tests the default plugin manager. |
| DefaultPluginManagerTest.php | file | core/ |
|
| DefaultPluginManagerTest.php | file | core/ |
|
| DefaultPluginManagerTest::$expectedDefinitions | property | core/ |
The expected plugin definitions. |
| DefaultPluginManagerTest::$modules | property | core/ |
|
| DefaultPluginManagerTest::$namespaces | property | core/ |
The namespaces to look for plugin definitions. |
| DefaultPluginManagerTest::providerTestProcessDefinition | function | core/ |
|
| DefaultPluginManagerTest::setUp | function | core/ |
|
| DefaultPluginManagerTest::testCacheClearWithTags | function | core/ |
Tests the plugin manager cache clear with tags. |
| DefaultPluginManagerTest::testCreateInstanceWithInvalidInterfaces | function | core/ |
Tests plugins without the proper interface. |
| DefaultPluginManagerTest::testCreateInstanceWithJustValidInterfaces | function | core/ |
Tests plugins with the proper interface. |
| DefaultPluginManagerTest::testDefaultPluginManager | function | core/ |
Tests the plugin manager with no cache and altering. |
| DefaultPluginManagerTest::testDefaultPluginManager | function | core/ |
Tests annotations and attributes on the default plugin manager. |
| DefaultPluginManagerTest::testDefaultPluginManagerAnnotationsOnly | function | core/ |
Tests the deprecation message for using only annotations. |
| DefaultPluginManagerTest::testDefaultPluginManagerNoCache | function | core/ |
Tests the plugin manager with caching disabled. |
| DefaultPluginManagerTest::testDefaultPluginManagerWithAlter | function | core/ |
Tests the plugin manager with no cache and altering. |
| DefaultPluginManagerTest::testDefaultPluginManagerWithDisabledModule | function | core/ |
Tests the plugin manager with a disabled module. |
| DefaultPluginManagerTest::testDefaultPluginManagerWithEmptyCache | function | core/ |
Tests the plugin manager with caching and altering. |
| DefaultPluginManagerTest::testDefaultPluginManagerWithFilledCache | function | core/ |
Tests the plugin manager with caching and altering. |
| DefaultPluginManagerTest::testDefaultPluginManagerWithObjects | function | core/ |
Tests the plugin manager and object plugin definitions. |
| DefaultPluginManagerTest::testDefaultPluginManagerWithPluginExtendingNonInstalledClass | function | core/ |
Tests the plugin manager with a plugin that extends a non-installed class. |
| DefaultPluginManagerTest::testGetCacheContexts | function | core/ |
Tests get cache contexts. |
| DefaultPluginManagerTest::testGetCacheMaxAge | function | core/ |
Tests get cache max age. |
Pagination
- Previous page
- Page 407
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.