ComponentKernelTestBase::$negotiator |
property |
core/tests/Drupal/Tests/Core/Theme/Component/ComponentKernelTestBase.php |
The component negotiator. |
ComponentKernelTestBase::$themes |
property |
core/tests/Drupal/Tests/Core/Theme/Component/ComponentKernelTestBase.php |
Themes to install. |
ComponentKernelTestBase::renderComponentRenderArray |
function |
core/tests/Drupal/Tests/Core/Theme/Component/ComponentKernelTestBase.php |
Renders a component for testing sake. |
ComponentKernelTestBase::setUp |
function |
core/tests/Drupal/Tests/Core/Theme/Component/ComponentKernelTestBase.php |
|
ComponentMetadataTest |
class |
core/tests/Drupal/Tests/Core/Theme/Component/ComponentMetadataTest.php |
Unit tests for the component metadata class. |
ComponentMetadataTest.php |
file |
core/tests/Drupal/Tests/Core/Theme/Component/ComponentMetadataTest.php |
|
ComponentMetadataTest::dataProviderMetadata |
function |
core/tests/Drupal/Tests/Core/Theme/Component/ComponentMetadataTest.php |
Data provider for the test testMetadataEnforceSchema. |
ComponentMetadataTest::testMetadata |
function |
core/tests/Drupal/Tests/Core/Theme/Component/ComponentMetadataTest.php |
Tests that the correct data is returned for each property. |
ComponentMetadataTest::testMetadataEnforceSchema |
function |
core/tests/Drupal/Tests/Core/Theme/Component/ComponentMetadataTest.php |
Tests the correct checks when enforcing schemas or not. |
ComponentNegotiatorTest |
class |
core/tests/Drupal/Tests/Core/Theme/Component/ComponentNegotiatorTest.php |
Tests the component negotiator. |
ComponentNegotiatorTest.php |
file |
core/tests/Drupal/Tests/Core/Theme/Component/ComponentNegotiatorTest.php |
|
ComponentNegotiatorTest::$modules |
property |
core/tests/Drupal/Tests/Core/Theme/Component/ComponentNegotiatorTest.php |
Modules to install. |
ComponentNegotiatorTest::$themes |
property |
core/tests/Drupal/Tests/Core/Theme/Component/ComponentNegotiatorTest.php |
Themes to install. |
ComponentNegotiatorTest::testNegotiate |
function |
core/tests/Drupal/Tests/Core/Theme/Component/ComponentNegotiatorTest.php |
@covers ::negotiate[[api-linebreak]] |
ComponentNegotiatorTest::testRenderWithReplacements |
function |
core/tests/Drupal/Tests/Core/Theme/Component/ComponentNegotiatorTest.php |
Tests rendering components with component replacement. |
ComponentNodeVisitorTest |
class |
core/tests/Drupal/KernelTests/Components/ComponentNodeVisitorTest.php |
Tests the node visitor. |
ComponentNodeVisitorTest.php |
file |
core/tests/Drupal/KernelTests/Components/ComponentNodeVisitorTest.php |
|
ComponentNodeVisitorTest::$modules |
property |
core/tests/Drupal/KernelTests/Components/ComponentNodeVisitorTest.php |
Modules to install. |
ComponentNodeVisitorTest::$themes |
property |
core/tests/Drupal/KernelTests/Components/ComponentNodeVisitorTest.php |
Themes to install. |
ComponentNodeVisitorTest::testOtherVisitorsCanModifyTwigNodes |
function |
core/tests/Drupal/KernelTests/Components/ComponentNodeVisitorTest.php |
Test that other visitors can modify Twig nodes. |
ComponentPluginManagerTest |
class |
core/tests/Drupal/Tests/Core/Theme/Component/ComponentPluginManagerTest.php |
Tests the component plugin manager. |
ComponentPluginManagerTest.php |
file |
core/tests/Drupal/Tests/Core/Theme/Component/ComponentPluginManagerTest.php |
|
ComponentPluginManagerTest::$modules |
property |
core/tests/Drupal/Tests/Core/Theme/Component/ComponentPluginManagerTest.php |
Modules to install. |
ComponentPluginManagerTest::$themes |
property |
core/tests/Drupal/Tests/Core/Theme/Component/ComponentPluginManagerTest.php |
Themes to install. |
ComponentPluginManagerTest::testFindEmptyMetadataFile |
function |
core/tests/Drupal/Tests/Core/Theme/Component/ComponentPluginManagerTest.php |
Test that components render correctly. |
ComponentPluginManagerTest::testMismatchingFolderName |
function |
core/tests/Drupal/Tests/Core/Theme/Component/ComponentPluginManagerTest.php |
Test that the machine name is grabbed from the *.component.yml. |
ComponentRenderInvalidTest |
class |
core/tests/Drupal/KernelTests/Components/ComponentRenderInvalidTest.php |
Tests invalid render options for components. |
ComponentRenderInvalidTest.php |
file |
core/tests/Drupal/KernelTests/Components/ComponentRenderInvalidTest.php |
|
ComponentRenderInvalidTest::$modules |
property |
core/tests/Drupal/KernelTests/Components/ComponentRenderInvalidTest.php |
Modules to install. |
ComponentRenderInvalidTest::$themes |
property |
core/tests/Drupal/KernelTests/Components/ComponentRenderInvalidTest.php |
Themes to install. |
ComponentRenderInvalidTest::testInvalidDefinitionModule |
function |
core/tests/Drupal/KernelTests/Components/ComponentRenderInvalidTest.php |
Ensure that components in modules without schema fail validation. |
ComponentRenderInvalidTest::testInvalidDefinitionTheme |
function |
core/tests/Drupal/KernelTests/Components/ComponentRenderInvalidTest.php |
Ensure that components in modules without schema fail validation. |
ComponentRenderTest |
class |
core/tests/Drupal/KernelTests/Components/ComponentRenderTest.php |
Tests the correct rendering of components. |
ComponentRenderTest |
class |
core/tests/Drupal/FunctionalJavascriptTests/Components/ComponentRenderTest.php |
Tests the correct rendering of components. |
ComponentRenderTest |
class |
core/tests/Drupal/FunctionalTests/Components/ComponentRenderTest.php |
Tests the correct rendering of components. |
ComponentRenderTest.php |
file |
core/tests/Drupal/FunctionalTests/Components/ComponentRenderTest.php |
|
ComponentRenderTest.php |
file |
core/tests/Drupal/FunctionalJavascriptTests/Components/ComponentRenderTest.php |
|
ComponentRenderTest.php |
file |
core/tests/Drupal/KernelTests/Components/ComponentRenderTest.php |
|
ComponentRenderTest::$defaultTheme |
property |
core/tests/Drupal/FunctionalJavascriptTests/Components/ComponentRenderTest.php |
The theme to install as the default for testing. |
ComponentRenderTest::$defaultTheme |
property |
core/tests/Drupal/FunctionalTests/Components/ComponentRenderTest.php |
The theme to install as the default for testing. |
ComponentRenderTest::$modules |
property |
core/tests/Drupal/FunctionalTests/Components/ComponentRenderTest.php |
Modules to install. |
ComponentRenderTest::$modules |
property |
core/tests/Drupal/FunctionalJavascriptTests/Components/ComponentRenderTest.php |
Modules to install. |
ComponentRenderTest::$modules |
property |
core/tests/Drupal/KernelTests/Components/ComponentRenderTest.php |
Modules to install. |
ComponentRenderTest::$themes |
property |
core/tests/Drupal/KernelTests/Components/ComponentRenderTest.php |
Themes to install. |
ComponentRenderTest::checkArrayObjectTypeCast |
function |
core/tests/Drupal/KernelTests/Components/ComponentRenderTest.php |
Ensure fuzzy coercing of arrays and objects works properly. |
ComponentRenderTest::checkAttributeMerging |
function |
core/tests/Drupal/KernelTests/Components/ComponentRenderTest.php |
Ensures the attributes are merged properly. |
ComponentRenderTest::checkEmbedWithNested |
function |
core/tests/Drupal/KernelTests/Components/ComponentRenderTest.php |
Render a card with slots that include a CTA component. |
ComponentRenderTest::checkEmptyProps |
function |
core/tests/Drupal/KernelTests/Components/ComponentRenderTest.php |
Ensure that components can have 0 props. |
ComponentRenderTest::checkIncludeDataMapping |
function |
core/tests/Drupal/KernelTests/Components/ComponentRenderTest.php |
Check using a component with an include and no default context. |
ComponentRenderTest::checkIncludeDefaultContent |
function |
core/tests/Drupal/KernelTests/Components/ComponentRenderTest.php |
Check using a component with an include and default context. |