Search for all
| Title | Object type | File name | Summary |
|---|---|---|---|
| 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/ |
Clears static and persistent plugin definition caches. |
| DefaultPluginManager::extractProviderFromDefinition | function | core/ |
Extracts the provider from a plugin definition. |
| DefaultPluginManager::findDefinitions | function | core/ |
Finds plugin definitions. |
| DefaultPluginManager::getCacheContexts | function | core/ |
The cache contexts associated with this object. |
| DefaultPluginManager::getCachedDefinitions | function | core/ |
Returns the cached plugin definitions of the decorated discovery class. |
| DefaultPluginManager::getCacheMaxAge | function | core/ |
The maximum age for which this object may be cached. |
| DefaultPluginManager::getCacheTags | function | core/ |
The cache tags associated with this object. |
| DefaultPluginManager::getDefinitions | function | core/ |
Gets the definition of all plugins for this type. |
| DefaultPluginManager::getDiscovery | function | core/ |
Gets the plugin discovery. |
| DefaultPluginManager::getFactory | function | core/ |
Gets the plugin factory. |
| 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/ |
Disable the use of caches. |
| DefaultPluginManager::__construct | function | core/ |
Creates the discovery object. |
| DefaultPluginManagerTest | class | core/ |
Tests the DefaultPluginManager. |
| DefaultPluginManagerTest.php | file | core/ |
|
| DefaultPluginManagerTest::$expectedDefinitions | property | core/ |
The expected plugin definitions. |
| 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::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/ |
@covers ::getCacheContexts[[api-linebreak]] |
| DefaultPluginManagerTest::testGetCacheMaxAge | function | core/ |
@covers ::getCacheMaxAge[[api-linebreak]] |
| DefaultPluginManagerTest::testGetCacheTags | function | core/ |
@covers ::getCacheTags[[api-linebreak]] |
| DefaultPluginManagerTest::testGetDefinitionPluginNotFoundException | function | core/ |
Tests the plugin manager behavior for a missing plugin ID. |
| DefaultPluginManagerTest::testGetDefinitionsWithoutRequiredInterface | function | core/ |
Tests plugins without a required interface. |
| DefaultPluginManagerTest::testProcessDefinition | function | core/ |
@covers ::processDefinition[[api-linebreak]] @dataProvider providerTestProcessDefinition |
| DefaultPluginManagerTest::testProviderExists | function | core/ |
@covers ::findDefinitions[[api-linebreak]] @covers ::extractProviderFromDefinition[[api-linebreak]] |
| DefaultProcessor | class | core/ |
Defines a default processor implementation. |
| DefaultProcessor.php | file | core/ |
|
| DefaultProcessor::$configFactory | property | core/ |
Contains the configuration object factory. |
| DefaultProcessor::$dateFormatter | property | core/ |
The date formatter service. |
| DefaultProcessor::$itemStorage | property | core/ |
The entity storage for items. |
| DefaultProcessor::$messenger | property | core/ |
The messenger. |
| DefaultProcessor::buildConfigurationForm | function | core/ |
Form constructor. |
Pagination
- Previous page
- Page 382
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.