ComponentRenderTest::checkPropValidation |
function |
core/modules/sdc/tests/src/Kernel/ComponentRenderTest.php |
Ensures the schema violations are reported properly. |
ComponentRenderTest::checkPropValidation |
function |
core/tests/Drupal/KernelTests/Components/ComponentRenderTest.php |
Ensures the schema violations are reported properly. |
ComponentRenderTest::checkRenderElementAlters |
function |
core/tests/Drupal/KernelTests/Components/ComponentRenderTest.php |
Ensures the alter callbacks work properly. |
ComponentRenderTest::checkRenderElementAlters |
function |
core/modules/sdc/tests/src/Kernel/ComponentRenderTest.php |
Ensures the alter callbacks work properly. |
ComponentRenderTest::checkSlots |
function |
core/modules/sdc/tests/src/Kernel/ComponentRenderTest.php |
Ensure that the slots allow a render array or a scalar when using the render element. |
ComponentRenderTest::checkSlots |
function |
core/tests/Drupal/KernelTests/Components/ComponentRenderTest.php |
Ensure that the slots allow a render array or a scalar when using the render element. |
ComponentRenderTest::testCssLibraryAttachesCorrectly |
function |
core/tests/Drupal/FunctionalJavascriptTests/Components/ComponentRenderTest.php |
Tests that the correct libraries are put on the page using CSS. |
ComponentRenderTest::testCssLibraryAttachesCorrectly |
function |
core/modules/sdc/tests/src/FunctionalJavascript/ComponentRenderTest.php |
Tests that the correct libraries are put on the page using CSS. |
ComponentRenderTest::testCssOrder |
function |
core/tests/Drupal/KernelTests/Component/ComponentRenderTest.php |
Tests the CSS load order. |
ComponentRenderTest::testJsLibraryAttachesCorrectly |
function |
core/tests/Drupal/FunctionalJavascriptTests/Components/ComponentRenderTest.php |
Tests that the correct libraries are put on the page using JS. |
ComponentRenderTest::testJsLibraryAttachesCorrectly |
function |
core/modules/sdc/tests/src/FunctionalJavascript/ComponentRenderTest.php |
Tests that the correct libraries are put on the page using JS. |
ComponentRenderTest::testLibraryOverrides |
function |
core/modules/sdc/tests/src/Functional/ComponentRenderTest.php |
Tests libraryOverrides. |
ComponentRenderTest::testLibraryOverrides |
function |
core/tests/Drupal/FunctionalTests/Components/ComponentRenderTest.php |
Tests libraryOverrides. |
ComponentRenderTest::testPluginDefinition |
function |
core/tests/Drupal/KernelTests/Components/ComponentRenderTest.php |
Ensures some key aspects of the plugin definition are correctly computed. |
ComponentRenderTest::testPluginDefinition |
function |
core/modules/sdc/tests/src/Kernel/ComponentRenderTest.php |
Ensures some key aspects of the plugin definition are correctly computed. |
ComponentRenderTest::testRender |
function |
core/modules/sdc/tests/src/Kernel/ComponentRenderTest.php |
Test that components render correctly. |
ComponentRenderTest::testRender |
function |
core/tests/Drupal/KernelTests/Components/ComponentRenderTest.php |
Test that components render correctly. |
ComponentRenderTest::testVariants |
function |
core/tests/Drupal/KernelTests/Components/ComponentRenderTest.php |
Ensure that components variants render. |
ComponentsIsolatedBuildTest |
class |
core/tests/Drupal/BuildTests/Composer/Component/ComponentsIsolatedBuildTest.php |
Try to install dependencies per component, using Composer. |
ComponentsIsolatedBuildTest.php |
file |
core/tests/Drupal/BuildTests/Composer/Component/ComponentsIsolatedBuildTest.php |
|
ComponentsIsolatedBuildTest::addExpectedRepositories |
function |
core/tests/Drupal/BuildTests/Composer/Component/ComponentsIsolatedBuildTest.php |
Adds expected repositories as path repositories to package under test. |
ComponentsIsolatedBuildTest::provideComponentPaths |
function |
core/tests/Drupal/BuildTests/Composer/Component/ComponentsIsolatedBuildTest.php |
Provides an array with relative paths to the component paths. |
ComponentsIsolatedBuildTest::testComponentComposerJson |
function |
core/tests/Drupal/BuildTests/Composer/Component/ComponentsIsolatedBuildTest.php |
Test whether components' composer.json can be installed in isolation. |
ComponentsTaggedReleaseTest |
class |
core/tests/Drupal/BuildTests/Composer/Component/ComponentsTaggedReleaseTest.php |
Demonstrate that the Component generator responds to release tagging. |
ComponentsTaggedReleaseTest.php |
file |
core/tests/Drupal/BuildTests/Composer/Component/ComponentsTaggedReleaseTest.php |
|
ComponentsTaggedReleaseTest::providerVersionConstraint |
function |
core/tests/Drupal/BuildTests/Composer/Component/ComponentsTaggedReleaseTest.php |
Highly arbitrary version and constraint expectations. |
ComponentsTaggedReleaseTest::testReleaseTagging |
function |
core/tests/Drupal/BuildTests/Composer/Component/ComponentsTaggedReleaseTest.php |
Validate release tagging and regeneration of dependencies. |
ComponentsTwigExtension |
class |
core/lib/Drupal/Core/Template/ComponentsTwigExtension.php |
The twig extension so Drupal can recognize the new code. |
ComponentsTwigExtension.php |
file |
core/lib/Drupal/Core/Template/ComponentsTwigExtension.php |
|
ComponentsTwigExtension::addAdditionalContext |
function |
core/lib/Drupal/Core/Template/ComponentsTwigExtension.php |
Appends additional context to the template based on the template id. |
ComponentsTwigExtension::doValidateProps |
function |
core/lib/Drupal/Core/Template/ComponentsTwigExtension.php |
Performs the actual validation of the schema for the props. |
ComponentsTwigExtension::getFunctions |
function |
core/lib/Drupal/Core/Template/ComponentsTwigExtension.php |
|
ComponentsTwigExtension::getNodeVisitors |
function |
core/lib/Drupal/Core/Template/ComponentsTwigExtension.php |
|
ComponentsTwigExtension::mergeAdditionalRenderContext |
function |
core/lib/Drupal/Core/Template/ComponentsTwigExtension.php |
Calculates additional context for this template. |
ComponentsTwigExtension::validateProps |
function |
core/lib/Drupal/Core/Template/ComponentsTwigExtension.php |
Validates the props in development environments. |
ComponentsTwigExtension::__construct |
function |
core/lib/Drupal/Core/Template/ComponentsTwigExtension.php |
Creates TwigExtension. |
ComponentTestDoesNotExtendCoreTest |
class |
core/tests/PHPStan/Rules/ComponentTestDoesNotExtendCoreTest.php |
Ensures that no component tests are extending a core test base class. |
ComponentTestDoesNotExtendCoreTest.php |
file |
core/tests/PHPStan/Rules/ComponentTestDoesNotExtendCoreTest.php |
|
ComponentTestDoesNotExtendCoreTest::getNodeType |
function |
core/tests/PHPStan/Rules/ComponentTestDoesNotExtendCoreTest.php |
|
ComponentTestDoesNotExtendCoreTest::processNode |
function |
core/tests/PHPStan/Rules/ComponentTestDoesNotExtendCoreTest.php |
|
ComponentTestDoesNotExtendCoreTest::__construct |
function |
core/tests/PHPStan/Rules/ComponentTestDoesNotExtendCoreTest.php |
|
ComponentTestDoesNotExtendCoreTestTest |
class |
core/tests/PHPStan/tests/ComponentTestDoesNotExtendCoreTestTest.php |
Tests ComponentTestDoesNotExtendCoreTest rule. |
ComponentTestDoesNotExtendCoreTestTest.php |
file |
core/tests/PHPStan/tests/ComponentTestDoesNotExtendCoreTestTest.php |
|
ComponentTestDoesNotExtendCoreTestTest::getRule |
function |
core/tests/PHPStan/tests/ComponentTestDoesNotExtendCoreTestTest.php |
|
ComponentTestDoesNotExtendCoreTestTest::testRule |
function |
core/tests/PHPStan/tests/ComponentTestDoesNotExtendCoreTestTest.php |
|
ComponentTranslationTest |
class |
core/tests/Drupal/KernelTests/Components/ComponentTranslationTest.php |
Tests the component can be translated. |
ComponentTranslationTest.php |
file |
core/tests/Drupal/KernelTests/Components/ComponentTranslationTest.php |
|
ComponentTranslationTest::$modules |
property |
core/tests/Drupal/KernelTests/Components/ComponentTranslationTest.php |
Modules to install. |
ComponentTranslationTest::$storage |
property |
core/tests/Drupal/KernelTests/Components/ComponentTranslationTest.php |
The locale storage. |
ComponentTranslationTest::$themes |
property |
core/tests/Drupal/KernelTests/Components/ComponentTranslationTest.php |
Themes to install. |