| StateTest::testCanTransitionTo |
function |
core/modules/workflows/tests/src/Unit/StateTest.php |
Tests can transition to. |
| StateTest::testDelete |
function |
core/tests/Drupal/Tests/Core/State/StateTest.php |
Tests both delete() & deleteMultiple() method. |
| StateTest::testDeleteAfterGet |
function |
core/tests/Drupal/Tests/Core/State/StateTest.php |
Tests both get() & delete() method. |
| StateTest::testDeleteMultiple |
function |
core/tests/Drupal/Tests/Core/State/StateTest.php |
Tests both deleteMultiple() method. |
| StateTest::testExistingGetValuesSetDuringRequest |
function |
core/tests/Drupal/Tests/Core/State/StateTest.php |
Tests getValuesSetDuringRequest() method with an existing value. |
| StateTest::testGet |
function |
core/tests/Drupal/Tests/Core/State/StateTest.php |
Tests both get() & getMultiple() method. |
| StateTest::testGetEmpty |
function |
core/tests/Drupal/Tests/Core/State/StateTest.php |
Tests both get() & getMultiple() method. |
| StateTest::testGetMultiple |
function |
core/tests/Drupal/Tests/Core/State/StateTest.php |
Tests getMultiple() method. |
| StateTest::testGetMultiplePartiallyFilledStaticCache |
function |
core/tests/Drupal/Tests/Core/State/StateTest.php |
Tests getMultiple() method. |
| StateTest::testGetMultipleStaticCache |
function |
core/tests/Drupal/Tests/Core/State/StateTest.php |
Tests getMultiple() method. |
| StateTest::testGetMultipleWithMissingValues |
function |
core/tests/Drupal/Tests/Core/State/StateTest.php |
Tests getMultiple() method. |
| StateTest::testGetStaticCache |
function |
core/tests/Drupal/Tests/Core/State/StateTest.php |
Tests both get() & getMultiple() method. |
| StateTest::testGetters |
function |
core/modules/workflows/tests/src/Unit/StateTest.php |
Tests getters. |
| StateTest::testGetTransitions |
function |
core/modules/workflows/tests/src/Unit/StateTest.php |
Tests get transitions. |
| StateTest::testGetTransitionTo |
function |
core/modules/workflows/tests/src/Unit/StateTest.php |
Tests get transition to. |
| StateTest::testGetTransitionToException |
function |
core/modules/workflows/tests/src/Unit/StateTest.php |
Tests get transition to exception. |
| StateTest::testGetValuesSetDuringRequest |
function |
core/tests/Drupal/Tests/Core/State/StateTest.php |
Tests the ::getValuesSetDuringRequest() method. |
| StateTest::testLabelCallback |
function |
core/modules/workflows/tests/src/Unit/StateTest.php |
Tests label callback. |
| StateTest::testResetCache |
function |
core/tests/Drupal/Tests/Core/State/StateTest.php |
Tests both resetCache(), get() and getMultiple() method. |
| StateTest::testSet |
function |
core/tests/Drupal/Tests/Core/State/StateTest.php |
Tests set() method. |
| StateTest::testSetBeforeGet |
function |
core/tests/Drupal/Tests/Core/State/StateTest.php |
Tests get() method. |
| StateTest::testSetMultiple |
function |
core/tests/Drupal/Tests/Core/State/StateTest.php |
Tests setMultiple() method. |
| StateTest::testSetMultipleBeforeGetMultiple |
function |
core/tests/Drupal/Tests/Core/State/StateTest.php |
Tests getMultiple() method. |
| StateTransitionValidationTest |
class |
core/modules/content_moderation/tests/src/Unit/StateTransitionValidationTest.php |
Tests Drupal\content_moderation\StateTransitionValidation. |
| StateTransitionValidationTest.php |
file |
core/modules/content_moderation/tests/src/Unit/StateTransitionValidationTest.php |
|
| StateTransitionValidationTest::$workflow |
property |
core/modules/content_moderation/tests/src/Unit/StateTransitionValidationTest.php |
A test workflow. |
| StateTransitionValidationTest::setUp |
function |
core/modules/content_moderation/tests/src/Unit/StateTransitionValidationTest.php |
|
| StateTransitionValidationTest::testUserSensitiveValidTransitions |
function |
core/modules/content_moderation/tests/src/Unit/StateTransitionValidationTest.php |
Verifies user-aware transition validation. |
| StateTransitionValidationTest::userTransitionsProvider |
function |
core/modules/content_moderation/tests/src/Unit/StateTransitionValidationTest.php |
Data provider for the user transition test. |
| StateValuesCleanAdvancedTest |
class |
core/modules/system/tests/src/Functional/Form/StateValuesCleanAdvancedTest.php |
Tests the removal of internal Form API elements from submitted form values. |
| StateValuesCleanAdvancedTest.php |
file |
core/modules/system/tests/src/Functional/Form/StateValuesCleanAdvancedTest.php |
|
| StateValuesCleanAdvancedTest::$defaultTheme |
property |
core/modules/system/tests/src/Functional/Form/StateValuesCleanAdvancedTest.php |
The theme to install as the default for testing. |
| StateValuesCleanAdvancedTest::$image |
property |
core/modules/system/tests/src/Functional/Form/StateValuesCleanAdvancedTest.php |
An image file path for uploading. |
| StateValuesCleanAdvancedTest::$modules |
property |
core/modules/system/tests/src/Functional/Form/StateValuesCleanAdvancedTest.php |
Modules to install. |
| StateValuesCleanAdvancedTest::testFormStateValuesCleanAdvanced |
function |
core/modules/system/tests/src/Functional/Form/StateValuesCleanAdvancedTest.php |
Tests \Drupal\Core\Form\FormState::cleanValues(). |
| StateValuesCleanTest |
class |
core/modules/system/tests/src/Functional/Form/StateValuesCleanTest.php |
Tests the proper removal of submitted form values. |
| StateValuesCleanTest.php |
file |
core/modules/system/tests/src/Functional/Form/StateValuesCleanTest.php |
|
| StateValuesCleanTest::$defaultTheme |
property |
core/modules/system/tests/src/Functional/Form/StateValuesCleanTest.php |
The theme to install as the default for testing. |
| StateValuesCleanTest::$modules |
property |
core/modules/system/tests/src/Functional/Form/StateValuesCleanTest.php |
Modules to install. |
| StateValuesCleanTest::testFormStateValuesClean |
function |
core/modules/system/tests/src/Functional/Form/StateValuesCleanTest.php |
Tests \Drupal\Core\Form\FormState::cleanValues(). |
| StaticDiscoveryDecoratorTest |
class |
core/tests/Drupal/Tests/Component/Plugin/Discovery/StaticDiscoveryDecoratorTest.php |
Tests Drupal\Component\Plugin\Discovery\StaticDiscoveryDecorator. |
| StaticDiscoveryDecoratorTest.php |
file |
core/tests/Drupal/Tests/Component/Plugin/Discovery/StaticDiscoveryDecoratorTest.php |
|
| StaticDiscoveryDecoratorTest::getRegisterDefinitionsCallback |
function |
core/tests/Drupal/Tests/Component/Plugin/Discovery/StaticDiscoveryDecoratorTest.php |
Helper method to provide a mocked callback object with expectations. |
| StaticDiscoveryDecoratorTest::providerCall |
function |
core/tests/Drupal/Tests/Component/Plugin/Discovery/StaticDiscoveryDecoratorTest.php |
Data provider for testCall(). |
| StaticDiscoveryDecoratorTest::providerGetDefinition |
function |
core/tests/Drupal/Tests/Component/Plugin/Discovery/StaticDiscoveryDecoratorTest.php |
Data provider for testGetDefinitions(). |
| StaticDiscoveryDecoratorTest::providerGetDefinitions |
function |
core/tests/Drupal/Tests/Component/Plugin/Discovery/StaticDiscoveryDecoratorTest.php |
Data provider for testGetDefinitions(). |
| StaticDiscoveryDecoratorTest::testCall |
function |
core/tests/Drupal/Tests/Component/Plugin/Discovery/StaticDiscoveryDecoratorTest.php |
@legacy-covers ::__call |
| StaticDiscoveryDecoratorTest::testGetDefinition |
function |
core/tests/Drupal/Tests/Component/Plugin/Discovery/StaticDiscoveryDecoratorTest.php |
Tests get definition. |
| StaticDiscoveryDecoratorTest::testGetDefinitions |
function |
core/tests/Drupal/Tests/Component/Plugin/Discovery/StaticDiscoveryDecoratorTest.php |
Tests get definitions. |
| StaticDiscoveryDecoratorTestMockInterface |
interface |
core/tests/Drupal/Tests/Component/Plugin/Discovery/StaticDiscoveryDecoratorTest.php |
Interface used in the mocking process of this test. |