Search for %s
- Search 7.x for %s
- Search 9.5.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 |
|---|---|---|---|
| StateTransitionValidationTest | class | core/ |
@coversDefaultClass \Drupal\content_moderation\StateTransitionValidation[[api-linebreak]] @group content_moderation |
| StateTransitionValidationTest.php | file | core/ |
|
| StateTransitionValidationTest::$workflow | property | core/ |
A test workflow. |
| StateTransitionValidationTest::setUp | function | core/ |
|
| StateTransitionValidationTest::testDeprecatedEntityParameter | function | core/ |
@expectedDeprecation Omitting the $entity parameter from Drupal\content_moderation\StateTransitionValidation::isTransitionValid is deprecated and will be required in Drupal 9.0.0. @group legacy |
| StateTransitionValidationTest::testUserSensitiveValidTransitions | function | core/ |
Verifies user-aware transition validation. |
| StateTransitionValidationTest::userTransitionsProvider | function | core/ |
Data provider for the user transition test. |
| StateValuesCleanAdvancedTest | class | core/ |
Tests proper removal of submitted form values using \Drupal\Core\Form\FormState::cleanValues() when having forms with elements containing buttons like "managed_file". |
| StateValuesCleanAdvancedTest.php | file | core/ |
|
| StateValuesCleanAdvancedTest::$defaultTheme | property | core/ |
The theme to install as the default for testing. |
| StateValuesCleanAdvancedTest::$image | property | core/ |
An image file path for uploading. |
| StateValuesCleanAdvancedTest::$modules | property | core/ |
Modules to enable. |
| StateValuesCleanAdvancedTest::testFormStateValuesCleanAdvanced | function | core/ |
Tests \Drupal\Core\Form\FormState::cleanValues(). |
| StateValuesCleanTest | class | core/ |
Tests proper removal of submitted form values using \Drupal\Core\Form\FormState::cleanValues(). |
| 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/ |
A discovery mechanism that allows plugin definitions to be manually registered rather than actively discovered. |
| 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. |
Pagination
- Previous page
- Page 1145
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.