| ComplexDataNormalizerTest::testNormalizeNonComplex |
function |
core/modules/serialization/tests/src/Unit/Normalizer/ComplexDataNormalizerTest.php |
Tests normalize() where $object does not implement ComplexDataInterface. |
| ComplexDataNormalizerTest::testSupportsNormalization |
function |
core/modules/serialization/tests/src/Unit/Normalizer/ComplexDataNormalizerTest.php |
Tests supports normalization. |
| ComplexDataNormalizerTest::TEST_FORMAT |
constant |
core/modules/serialization/tests/src/Unit/Normalizer/ComplexDataNormalizerTest.php |
Test format string. |
| ComplexTestType |
class |
core/modules/workflows/tests/modules/workflow_type_test/src/Plugin/WorkflowType/ComplexTestType.php |
Test workflow type. |
| ComplexTestType.php |
file |
core/modules/workflows/tests/modules/workflow_type_test/src/Plugin/WorkflowType/ComplexTestType.php |
|
| ComplexTestType::defaultConfiguration |
function |
core/modules/workflows/tests/modules/workflow_type_test/src/Plugin/WorkflowType/ComplexTestType.php |
Gets default configuration for this plugin. |
| ComplexTestType::onDependencyRemoval |
function |
core/modules/workflows/tests/modules/workflow_type_test/src/Plugin/WorkflowType/ComplexTestType.php |
Informs the plugin that a dependency of the workflow will be deleted. |
| ComplexTestTypeConfigureForm |
class |
core/modules/workflows/tests/modules/workflow_type_test/src/Form/ComplexTestTypeConfigureForm.php |
Form to configure the complex test workflow type. |
| ComplexTestTypeConfigureForm.php |
file |
core/modules/workflows/tests/modules/workflow_type_test/src/Form/ComplexTestTypeConfigureForm.php |
|
| ComplexTestTypeConfigureForm::buildConfigurationForm |
function |
core/modules/workflows/tests/modules/workflow_type_test/src/Form/ComplexTestTypeConfigureForm.php |
Form constructor. |
| ComplexTestTypeConfigureForm::submitConfigurationForm |
function |
core/modules/workflows/tests/modules/workflow_type_test/src/Form/ComplexTestTypeConfigureForm.php |
Form submission handler. |
| ComplexTestTypeStateForm |
class |
core/modules/workflows/tests/modules/workflow_type_test/src/Form/ComplexTestTypeStateForm.php |
Form to configure the complex test workflow states. |
| ComplexTestTypeStateForm.php |
file |
core/modules/workflows/tests/modules/workflow_type_test/src/Form/ComplexTestTypeStateForm.php |
|
| ComplexTestTypeStateForm::buildConfigurationForm |
function |
core/modules/workflows/tests/modules/workflow_type_test/src/Form/ComplexTestTypeStateForm.php |
Form constructor. |
| ComplexTestTypeTransitionForm |
class |
core/modules/workflows/tests/modules/workflow_type_test/src/Form/ComplexTestTypeTransitionForm.php |
Form to configure the complex test workflow states. |
| ComplexTestTypeTransitionForm.php |
file |
core/modules/workflows/tests/modules/workflow_type_test/src/Form/ComplexTestTypeTransitionForm.php |
|
| ComplexTestTypeTransitionForm::buildConfigurationForm |
function |
core/modules/workflows/tests/modules/workflow_type_test/src/Form/ComplexTestTypeTransitionForm.php |
Form constructor. |
| ComplexWorkflowTypeTest |
class |
core/modules/workflows/tests/src/Kernel/ComplexWorkflowTypeTest.php |
Workflow entity tests that require modules or storage. |
| ComplexWorkflowTypeTest.php |
file |
core/modules/workflows/tests/src/Kernel/ComplexWorkflowTypeTest.php |
|
| ComplexWorkflowTypeTest::$modules |
property |
core/modules/workflows/tests/src/Kernel/ComplexWorkflowTypeTest.php |
Modules to install. |
| ComplexWorkflowTypeTest::testLoadMultipleByType |
function |
core/modules/workflows/tests/src/Kernel/ComplexWorkflowTypeTest.php |
Tests load multiple by type. |
| component-tests.php |
file |
core/tests/PHPStan/fixtures/component-tests.php |
|
| ComponentAsFormElementTest |
class |
core/tests/Drupal/KernelTests/Components/ComponentAsFormElementTest.php |
Tests the correct rendering of components in form. |
| ComponentAsFormElementTest.php |
file |
core/tests/Drupal/KernelTests/Components/ComponentAsFormElementTest.php |
|
| ComponentAsFormElementTest::$modules |
property |
core/tests/Drupal/KernelTests/Components/ComponentAsFormElementTest.php |
Modules to install. |
| ComponentAsFormElementTest::$themes |
property |
core/tests/Drupal/KernelTests/Components/ComponentAsFormElementTest.php |
Themes to install. |
| ComponentAsFormElementTest::buildForm |
function |
core/tests/Drupal/KernelTests/Components/ComponentAsFormElementTest.php |
Form constructor. |
| ComponentAsFormElementTest::customValidator |
function |
core/tests/Drupal/KernelTests/Components/ComponentAsFormElementTest.php |
Validation callback for a datetime element. |
| ComponentAsFormElementTest::getFormId |
function |
core/tests/Drupal/KernelTests/Components/ComponentAsFormElementTest.php |
Returns a unique string identifying the form. |
| ComponentAsFormElementTest::submitForm |
function |
core/tests/Drupal/KernelTests/Components/ComponentAsFormElementTest.php |
Form submission handler. |
| ComponentAsFormElementTest::testElementValidateCallback |
function |
core/tests/Drupal/KernelTests/Components/ComponentAsFormElementTest.php |
Tests that #element_validate works as expected. |
| ComponentAsFormElementTest::testFormRenderingAndSubmission |
function |
core/tests/Drupal/KernelTests/Components/ComponentAsFormElementTest.php |
Tests that fields validation messages are sorted in the fields order. |
| ComponentAsFormElementTest::validateForm |
function |
core/tests/Drupal/KernelTests/Components/ComponentAsFormElementTest.php |
Form validation handler. |
| ComponentElement::mergeElementAttributesToPropAttributes |
function |
core/lib/Drupal/Core/Render/Element/ComponentElement.php |
Merge element attributes with props attributes. |
| ComponentInFormTest |
class |
core/tests/Drupal/KernelTests/Components/ComponentInFormTest.php |
Tests the correct rendering of components in form. |
| ComponentInFormTest.php |
file |
core/tests/Drupal/KernelTests/Components/ComponentInFormTest.php |
|
| ComponentInFormTest::$modules |
property |
core/tests/Drupal/KernelTests/Components/ComponentInFormTest.php |
Modules to install. |
| ComponentInFormTest::$themes |
property |
core/tests/Drupal/KernelTests/Components/ComponentInFormTest.php |
Themes to install. |
| ComponentInFormTest::buildForm |
function |
core/tests/Drupal/KernelTests/Components/ComponentInFormTest.php |
Form constructor. |
| ComponentInFormTest::getFormId |
function |
core/tests/Drupal/KernelTests/Components/ComponentInFormTest.php |
Returns a unique string identifying the form. |
| ComponentInFormTest::submitForm |
function |
core/tests/Drupal/KernelTests/Components/ComponentInFormTest.php |
Form submission handler. |
| ComponentInFormTest::testFormRenderingAndSubmission |
function |
core/tests/Drupal/KernelTests/Components/ComponentInFormTest.php |
Tests that fields validation messages are sorted in the fields order. |
| ComponentInFormTest::validateForm |
function |
core/tests/Drupal/KernelTests/Components/ComponentInFormTest.php |
Form validation handler. |
| ComponentInvalidReplacementTest |
class |
core/tests/Drupal/KernelTests/Components/ComponentInvalidReplacementTest.php |
Tests invalid render options for components. |
| ComponentInvalidReplacementTest.php |
file |
core/tests/Drupal/KernelTests/Components/ComponentInvalidReplacementTest.php |
|
| ComponentInvalidReplacementTest::$modules |
property |
core/tests/Drupal/KernelTests/Components/ComponentInvalidReplacementTest.php |
Modules to install. |
| ComponentInvalidReplacementTest::$themes |
property |
core/tests/Drupal/KernelTests/Components/ComponentInvalidReplacementTest.php |
Themes to install. |
| ComponentInvalidReplacementTest::testInvalidDefinitionTheme |
function |
core/tests/Drupal/KernelTests/Components/ComponentInvalidReplacementTest.php |
Ensure that component replacement validates the schema compatibility. |
| ComponentKernelTestBase |
class |
core/tests/Drupal/KernelTests/Components/ComponentKernelTestBase.php |
Defines a base class for component kernel tests. |
| ComponentKernelTestBase.php |
file |
core/tests/Drupal/KernelTests/Components/ComponentKernelTestBase.php |
|