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 |
|---|---|---|---|
| StaticDiscovery.php | file | core/ |
|
| StaticDiscovery::deleteDefinition | function | core/ |
Deletes a plugin definition. |
| StaticDiscovery::getDefinitions | function | core/ |
|
| StaticDiscovery::setDefinition | function | core/ |
Sets a plugin definition. |
| StaticDiscoveryDecorator | class | core/ |
A decorator that allows manual registration of undiscoverable definitions. |
| StaticDiscoveryDecorator.php | file | core/ |
|
| StaticDiscoveryDecorator::$decorated | property | core/ |
The Discovery object being decorated. |
| StaticDiscoveryDecorator::$registerDefinitions | property | core/ |
A callback or closure used for registering additional definitions. |
| StaticDiscoveryDecorator::getDefinition | function | core/ |
|
| StaticDiscoveryDecorator::getDefinitions | function | core/ |
|
| StaticDiscoveryDecorator::__call | function | core/ |
Passes through all unknown calls onto the decorated object. |
| StaticDiscoveryDecorator::__construct | function | core/ |
Constructs StaticDiscoveryDecorator object. |
| StaticDiscoveryDecoratorTest | class | core/ |
Tests Drupal\Component\Plugin\Discovery\StaticDiscoveryDecorator. |
| StaticDiscoveryDecoratorTest.php | file | core/ |
|
| StaticDiscoveryDecoratorTest::getRegisterDefinitionsCallback | function | core/ |
Helper method to provide a mocked callback object with expectations. |
| StaticDiscoveryDecoratorTest::providerCall | function | core/ |
Data provider for testCall(). |
| StaticDiscoveryDecoratorTest::providerGetDefinition | function | core/ |
Data provider for testGetDefinitions(). |
| StaticDiscoveryDecoratorTest::providerGetDefinitions | function | core/ |
Data provider for testGetDefinitions(). |
| StaticDiscoveryDecoratorTest::testCall | function | core/ |
@legacy-covers ::__call |
| StaticDiscoveryDecoratorTest::testGetDefinition | function | core/ |
Tests get definition. |
| StaticDiscoveryDecoratorTest::testGetDefinitions | function | core/ |
Tests get definitions. |
| StaticDiscoveryDecoratorTestMockInterface | interface | core/ |
Interface used in the mocking process of this test. |
| StaticDiscoveryDecoratorTestMockInterface::registerDefinitionsCallback | function | core/ |
Function used in the mocking process of this test. |
| StaticDiscoveryTest | class | core/ |
Tests that plugins using static discovery are correctly discovered. |
| StaticDiscoveryTest.php | file | core/ |
|
| StaticDiscoveryTest::setUp | function | core/ |
|
| StaticDiscoveryTestDecoratedClass | class | core/ |
A class extending StaticDiscovery for testing purposes. |
| StaticDiscoveryTestDecoratedClass::complexArguments | function | core/ |
|
| StaticDiscoveryTestDecoratedClass::getDefinitions | function | core/ |
|
| StaticDiscoveryTestDecoratedClass::noArguments | function | core/ |
|
| StaticFileCacheBackend | class | core/ |
Allows to cache data based on file modification dates in a static cache. |
| StaticFileCacheBackend.php | file | core/ |
|
| StaticFileCacheBackend::$bin | property | core/ |
Bin used for storing the data in the static cache. |
| StaticFileCacheBackend::$cache | property | core/ |
Internal static cache. |
| StaticFileCacheBackend::delete | function | core/ |
|
| StaticFileCacheBackend::fetch | function | core/ |
|
| StaticFileCacheBackend::reset | function | core/ |
Allows tests to reset the static cache to avoid side effects. |
| StaticFileCacheBackend::store | function | core/ |
|
| StaticFileCacheBackend::__construct | function | core/ |
Constructs a PHP Storage FileCache backend. |
| StaticMap | class | core/ |
Changes the source value based on a static lookup map. |
| StaticMap.php | file | core/ |
|
| StaticMap::transform | function | core/ |
|
| StaticMapTest | class | core/ |
Tests the static map process plugin. |
| StaticMapTest.php | file | core/ |
|
| StaticMapTest::setUp | function | core/ |
|
| StaticMapTest::testMapDotInKey | function | core/ |
Tests when there is a dot in a map key. |
| StaticMapTest::testMapWithEmptySource | function | core/ |
Tests when the source is empty. |
| StaticMapTest::testMapWithInvalidSource | function | core/ |
Tests when the source is invalid. |
| StaticMapTest::testMapWithInvalidSourceAndBypass | function | core/ |
Tests when the source is invalid and bypass is enabled. |
| StaticMapTest::testMapWithInvalidSourceWithADefaultValue | function | core/ |
Tests when the source is invalid but there's a default. |
Pagination
- Previous page
- Page 1512
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.