Search for %s
- Search 7.x for %s
- Search 8.9.x for %s
- Search 10.3.x for %s
- Search 11.x for %s
- Search main for %s
- Other projects
| Title | Object type | File name | Summary |
|---|---|---|---|
| StateValuesCleanTest.php | file | core/ |
|
| StateValuesCleanTest::$defaultTheme | property | core/ |
The theme to install as the default for testing. |
| StateValuesCleanTest::$modules | property | core/ |
Modules to enable. |
| StateValuesCleanTest::testFormStateValuesClean | function | core/ |
Tests \Drupal\Core\Form\FormState::cleanValues(). |
| StaticDiscovery | class | core/ |
Allows plugin definitions to be manually registered. |
| StaticDiscovery.php | file | core/ |
|
| StaticDiscovery::deleteDefinition | function | core/ |
Deletes a plugin definition. |
| StaticDiscovery::getDefinitions | function | core/ |
Gets the definition of all plugins for this type. |
| 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/ |
Gets the definition of all plugins for this type. |
| StaticDiscoveryDecorator::__call | function | core/ |
Passes through all unknown calls onto the decorated object. |
| StaticDiscoveryDecorator::__construct | function | core/ |
Constructs a \Drupal\Component\Plugin\Discovery\StaticDiscoveryDecorator object. |
| StaticDiscoveryDecoratorTest | class | core/ |
@group Plugin @coversDefaultClass \Drupal\Component\Plugin\Discovery\StaticDiscoveryDecorator[[api-linebreak]] |
| 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/ |
@covers ::__call[[api-linebreak]] @dataProvider providerCall |
| StaticDiscoveryDecoratorTest::testGetDefinition | function | core/ |
@covers ::getDefinition[[api-linebreak]] @dataProvider providerGetDefinition |
| StaticDiscoveryDecoratorTest::testGetDefinitions | function | core/ |
@covers ::getDefinitions[[api-linebreak]] @dataProvider providerGetDefinitions |
| StaticDiscoveryTest | class | core/ |
Tests that plugins using static discovery are correctly discovered. |
| StaticDiscoveryTest.php | file | core/ |
|
| StaticDiscoveryTest::setUp | 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/ |
Deletes data from a cache backend. |
| StaticFileCacheBackend::fetch | function | core/ |
Fetches data from the cache backend. |
| StaticFileCacheBackend::reset | function | core/ |
Allows tests to reset the static cache to avoid side effects. |
| StaticFileCacheBackend::store | function | core/ |
Stores data into a cache backend. |
| 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/ |
Performs the associated process. |
| StaticMapTest | class | core/ |
Tests the static map process plugin. |
| StaticMapTest.php | file | core/ |
|
| StaticMapTest::setUp | function | core/ |
|
| 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. |
| StaticMapTest::testMapWithInvalidSourceWithANullDefaultValue | function | core/ |
Tests when the source is invalid but there's a default value of NULL. |
| StaticMapTest::testMapWithSourceList | function | core/ |
Tests map when the source is a list. |
Pagination
- Previous page
- Page 1176
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.