| LayoutDisplayTest::testMultipleViewModes |
function |
core/modules/layout_builder/tests/src/Functional/LayoutDisplayTest.php |
Tests the interaction between multiple view modes. |
| LayoutEntityHelperTraitTest |
class |
core/modules/layout_builder/tests/src/Kernel/LayoutEntityHelperTraitTest.php |
Tests Drupal\layout_builder\LayoutEntityHelperTrait. |
| LayoutEntityHelperTraitTest |
class |
core/modules/layout_builder/tests/src/Unit/LayoutEntityHelperTraitTest.php |
Tests Drupal\layout_builder\LayoutEntityHelperTrait. |
| LayoutEntityHelperTraitTest.php |
file |
core/modules/layout_builder/tests/src/Unit/LayoutEntityHelperTraitTest.php |
|
| LayoutEntityHelperTraitTest.php |
file |
core/modules/layout_builder/tests/src/Kernel/LayoutEntityHelperTraitTest.php |
|
| LayoutEntityHelperTraitTest::$modules |
property |
core/modules/layout_builder/tests/src/Kernel/LayoutEntityHelperTraitTest.php |
|
| LayoutEntityHelperTraitTest::providerSectionsWithInlineComponents |
function |
core/modules/layout_builder/tests/src/Unit/LayoutEntityHelperTraitTest.php |
Data provider method for tests that need sections with inline blocks. |
| LayoutEntityHelperTraitTest::providerTestGetSectionStorageForEntity |
function |
core/modules/layout_builder/tests/src/Kernel/LayoutEntityHelperTraitTest.php |
Data provider for testGetSectionStorageForEntity(). |
| LayoutEntityHelperTraitTest::providerTestOriginalEntityUsesDefaultStorage |
function |
core/modules/layout_builder/tests/src/Kernel/LayoutEntityHelperTraitTest.php |
Data provider for testOriginalEntityUsesDefaultStorage(). |
| LayoutEntityHelperTraitTest::setUp |
function |
core/modules/layout_builder/tests/src/Kernel/LayoutEntityHelperTraitTest.php |
|
| LayoutEntityHelperTraitTest::testGetEntitySections |
function |
core/modules/layout_builder/tests/src/Kernel/LayoutEntityHelperTraitTest.php |
Tests get entity sections. |
| LayoutEntityHelperTraitTest::testGetInlineBlockComponents |
function |
core/modules/layout_builder/tests/src/Unit/LayoutEntityHelperTraitTest.php |
Tests get inline block components. |
| LayoutEntityHelperTraitTest::testGetInlineBlockRevisionIdsInSections |
function |
core/modules/layout_builder/tests/src/Unit/LayoutEntityHelperTraitTest.php |
Tests get inline block revision ids in sections. |
| LayoutEntityHelperTraitTest::testGetSectionStorageForEntity |
function |
core/modules/layout_builder/tests/src/Kernel/LayoutEntityHelperTraitTest.php |
Tests get section storage for entity. |
| LayoutEntityHelperTraitTest::testOriginalEntityUsesDefaultStorage |
function |
core/modules/layout_builder/tests/src/Kernel/LayoutEntityHelperTraitTest.php |
Tests original entity uses default storage. |
| LayoutPluginManagerExceptionTest |
class |
core/tests/Drupal/Tests/Core/Layout/LayoutPluginManagerExceptionTest.php |
Tests Drupal\Core\Layout\LayoutPluginManager exceptions. |
| LayoutPluginManagerExceptionTest.php |
file |
core/tests/Drupal/Tests/Core/Layout/LayoutPluginManagerExceptionTest.php |
|
| LayoutPluginManagerExceptionTest::testProcessDefinitionWithMissingLayoutLabel |
function |
core/tests/Drupal/Tests/Core/Layout/LayoutPluginManagerExceptionTest.php |
Tests ::processDefinition() with a layout that doesn't have a label. |
| LayoutPluginManagerTest |
class |
core/tests/Drupal/KernelTests/Core/Layout/LayoutPluginManagerTest.php |
Tests Drupal\Core\Layout\LayoutPluginManager. |
| LayoutPluginManagerTest |
class |
core/tests/Drupal/Tests/Core/Layout/LayoutPluginManagerTest.php |
Tests Drupal\Core\Layout\LayoutPluginManager. |
| LayoutPluginManagerTest.php |
file |
core/tests/Drupal/Tests/Core/Layout/LayoutPluginManagerTest.php |
|
| LayoutPluginManagerTest.php |
file |
core/tests/Drupal/KernelTests/Core/Layout/LayoutPluginManagerTest.php |
|
| LayoutPluginManagerTest::$cacheBackend |
property |
core/tests/Drupal/Tests/Core/Layout/LayoutPluginManagerTest.php |
Cache backend instance. |
| LayoutPluginManagerTest::$layoutPluginManager |
property |
core/tests/Drupal/Tests/Core/Layout/LayoutPluginManagerTest.php |
The layout plugin manager. |
| LayoutPluginManagerTest::$moduleHandler |
property |
core/tests/Drupal/Tests/Core/Layout/LayoutPluginManagerTest.php |
The module handler. |
| LayoutPluginManagerTest::$modules |
property |
core/tests/Drupal/KernelTests/Core/Layout/LayoutPluginManagerTest.php |
|
| LayoutPluginManagerTest::$themeHandler |
property |
core/tests/Drupal/Tests/Core/Layout/LayoutPluginManagerTest.php |
The theme handler. |
| LayoutPluginManagerTest::$themeManager |
property |
core/tests/Drupal/Tests/Core/Layout/LayoutPluginManagerTest.php |
The theme manager. |
| LayoutPluginManagerTest::activateTheme |
function |
core/tests/Drupal/KernelTests/Core/Layout/LayoutPluginManagerTest.php |
Activates a specified theme. |
| LayoutPluginManagerTest::setUp |
function |
core/tests/Drupal/KernelTests/Core/Layout/LayoutPluginManagerTest.php |
|
| LayoutPluginManagerTest::setUp |
function |
core/tests/Drupal/Tests/Core/Layout/LayoutPluginManagerTest.php |
|
| LayoutPluginManagerTest::setUpFilesystem |
function |
core/tests/Drupal/Tests/Core/Layout/LayoutPluginManagerTest.php |
Sets up the filesystem with YAML files and annotated plugins. |
| LayoutPluginManagerTest::testGetCategories |
function |
core/tests/Drupal/Tests/Core/Layout/LayoutPluginManagerTest.php |
Tests get categories. |
| LayoutPluginManagerTest::testGetDefinition |
function |
core/tests/Drupal/Tests/Core/Layout/LayoutPluginManagerTest.php |
Tests get definition. |
| LayoutPluginManagerTest::testGetDefinitions |
function |
core/tests/Drupal/Tests/Core/Layout/LayoutPluginManagerTest.php |
Tests get definitions. |
| LayoutPluginManagerTest::testGetGroupedDefinitions |
function |
core/tests/Drupal/Tests/Core/Layout/LayoutPluginManagerTest.php |
Tests get grouped definitions. |
| LayoutPluginManagerTest::testGetLayoutOptions |
function |
core/tests/Drupal/Tests/Core/Layout/LayoutPluginManagerTest.php |
Test that modules and themes can alter the list of layouts. |
| LayoutPluginManagerTest::testGetSortedDefinitions |
function |
core/tests/Drupal/Tests/Core/Layout/LayoutPluginManagerTest.php |
Tests get sorted definitions. |
| LayoutPluginManagerTest::testGetThemeImplementations |
function |
core/tests/Drupal/Tests/Core/Layout/LayoutPluginManagerTest.php |
Tests get theme implementations. |
| LayoutPluginManagerTest::testPluginOverride |
function |
core/tests/Drupal/KernelTests/Core/Layout/LayoutPluginManagerTest.php |
Tests that layout plugins are correctly overridden. |
| LayoutPluginManagerTest::testProcessDefinition |
function |
core/tests/Drupal/Tests/Core/Layout/LayoutPluginManagerTest.php |
Tests process definition. |
| LayoutPluginManagerTest::testProcessDefinitionWithMissingLayoutCategory |
function |
core/tests/Drupal/Tests/Core/Layout/LayoutPluginManagerTest.php |
Tests ::processDefinition() with a layout that doesn't have a category. |
| LayoutRestTestBase |
class |
core/modules/layout_builder/tests/src/Functional/Rest/LayoutRestTestBase.php |
Base class for Layout Builder REST tests. |
| LayoutRestTestBase.php |
file |
core/modules/layout_builder/tests/src/Functional/Rest/LayoutRestTestBase.php |
|
| LayoutRestTestBase::$modules |
property |
core/modules/layout_builder/tests/src/Functional/Rest/LayoutRestTestBase.php |
|
| LayoutRestTestBase::$node |
property |
core/modules/layout_builder/tests/src/Functional/Rest/LayoutRestTestBase.php |
A test node. |
| LayoutRestTestBase::$nodeStorage |
property |
core/modules/layout_builder/tests/src/Functional/Rest/LayoutRestTestBase.php |
The node storage. |
| LayoutRestTestBase::assertAuthenticationEdgeCases |
function |
core/modules/layout_builder/tests/src/Functional/Rest/LayoutRestTestBase.php |
|
| LayoutRestTestBase::assertNormalizationEdgeCases |
function |
core/modules/layout_builder/tests/src/Functional/Rest/LayoutRestTestBase.php |
|
| LayoutRestTestBase::assertResponseWhenMissingAuthentication |
function |
core/modules/layout_builder/tests/src/Functional/Rest/LayoutRestTestBase.php |
|