| LayoutBuilderTranslationTest::setUpViewDisplay |
function |
core/modules/layout_builder/tests/src/Functional/LayoutBuilderTranslationTest.php |
Set up the View Display. |
| LayoutBuilderTranslationTest::testLayoutOverrideBeforeTranslation |
function |
core/modules/layout_builder/tests/src/Functional/LayoutBuilderTranslationTest.php |
Tests that layout overrides work when created before a translation. |
| LayoutBuilderTranslationTest::testTranslationBeforeLayoutOverride |
function |
core/modules/layout_builder/tests/src/Functional/LayoutBuilderTranslationTest.php |
Tests that layout overrides work when created after a translation. |
| LayoutBuilderUiTest |
class |
core/modules/layout_builder/tests/src/FunctionalJavascript/LayoutBuilderUiTest.php |
Tests the Layout Builder UI. |
| LayoutBuilderUiTest.php |
file |
core/modules/layout_builder/tests/src/FunctionalJavascript/LayoutBuilderUiTest.php |
|
| LayoutBuilderUiTest::$defaultTheme |
property |
core/modules/layout_builder/tests/src/FunctionalJavascript/LayoutBuilderUiTest.php |
|
| LayoutBuilderUiTest::$modules |
property |
core/modules/layout_builder/tests/src/FunctionalJavascript/LayoutBuilderUiTest.php |
|
| LayoutBuilderUiTest::assertHighlightedElement |
function |
core/modules/layout_builder/tests/src/FunctionalJavascript/LayoutBuilderUiTest.php |
Confirms the presence of the 'is-layout-builder-highlighted' class. |
| LayoutBuilderUiTest::assertHighlightNotExists |
function |
core/modules/layout_builder/tests/src/FunctionalJavascript/LayoutBuilderUiTest.php |
Waits for the dialog to close and confirms no highlights are present. |
| LayoutBuilderUiTest::assertModifiedLayout |
function |
core/modules/layout_builder/tests/src/FunctionalJavascript/LayoutBuilderUiTest.php |
Asserts that modifying a layout works as expected. |
| LayoutBuilderUiTest::FIELD_UI_PREFIX |
constant |
core/modules/layout_builder/tests/src/FunctionalJavascript/LayoutBuilderUiTest.php |
Path prefix for the field UI for the test bundle. |
| LayoutBuilderUiTest::setUp |
function |
core/modules/layout_builder/tests/src/FunctionalJavascript/LayoutBuilderUiTest.php |
|
| LayoutBuilderUiTest::testAddHighlights |
function |
core/modules/layout_builder/tests/src/FunctionalJavascript/LayoutBuilderUiTest.php |
Tests that elements that open the dialog are properly highlighted. |
| LayoutBuilderUiTest::testNewExtraField |
function |
core/modules/layout_builder/tests/src/FunctionalJavascript/LayoutBuilderUiTest.php |
Tests removing newly added extra field. |
| LayoutBuilderUiTest::testReloadWithNoSections |
function |
core/modules/layout_builder/tests/src/FunctionalJavascript/LayoutBuilderUiTest.php |
Tests that after removing sections reloading the page does not re-add them. |
| LayoutBuilderUiTest::testUnsavedChangesMessage |
function |
core/modules/layout_builder/tests/src/FunctionalJavascript/LayoutBuilderUiTest.php |
Tests the message indicating unsaved changes. |
| LayoutBuilderViewModeTest |
class |
core/modules/layout_builder/tests/src/Functional/LayoutBuilderViewModeTest.php |
Tests the Layout Builder UI with view modes. |
| LayoutBuilderViewModeTest.php |
file |
core/modules/layout_builder/tests/src/Functional/LayoutBuilderViewModeTest.php |
|
| LayoutBuilderViewModeTest::testFullViewModeMultipleBundles |
function |
core/modules/layout_builder/tests/src/Functional/LayoutBuilderViewModeTest.php |
Ensures that one bundle doesn't interfere with another bundle. |
| LayoutBuilderViewModeTest::testLayoutBuilderUiFullViewMode |
function |
core/modules/layout_builder/tests/src/Functional/LayoutBuilderViewModeTest.php |
Tests the interaction between full and default view modes. |
| LayoutBuilderViewModeTest::testNonDefaultViewMode |
function |
core/modules/layout_builder/tests/src/Functional/LayoutBuilderViewModeTest.php |
Tests that a non-default view mode works as expected. |
| LayoutDefaultTest |
class |
core/tests/Drupal/Tests/Core/Layout/LayoutDefaultTest.php |
Tests Drupal\Core\Layout\LayoutDefault. |
| LayoutDefaultTest.php |
file |
core/tests/Drupal/Tests/Core/Layout/LayoutDefaultTest.php |
|
| LayoutDefaultTest::providerTestBuild |
function |
core/tests/Drupal/Tests/Core/Layout/LayoutDefaultTest.php |
Provides test data for ::testBuild(). |
| LayoutDefaultTest::testBuild |
function |
core/tests/Drupal/Tests/Core/Layout/LayoutDefaultTest.php |
Tests build. |
| LayoutDisplayTest |
class |
core/modules/layout_builder/tests/src/Functional/LayoutDisplayTest.php |
Tests functionality of the entity view display with regard to Layout Builder. |
| LayoutDisplayTest.php |
file |
core/modules/layout_builder/tests/src/Functional/LayoutDisplayTest.php |
|
| LayoutDisplayTest::$defaultTheme |
property |
core/modules/layout_builder/tests/src/Functional/LayoutDisplayTest.php |
|
| LayoutDisplayTest::$modules |
property |
core/modules/layout_builder/tests/src/Functional/LayoutDisplayTest.php |
|
| LayoutDisplayTest::setUp |
function |
core/modules/layout_builder/tests/src/Functional/LayoutDisplayTest.php |
|
| 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. |
| LayoutPluginManagerTest |
class |
core/tests/Drupal/Tests/Core/Layout/LayoutPluginManagerTest.php |
Tests Drupal\Core\Layout\LayoutPluginManager. |
| LayoutPluginManagerTest |
class |
core/tests/Drupal/KernelTests/Core/Layout/LayoutPluginManagerTest.php |
Tests Drupal\Core\Layout\LayoutPluginManager. |
| LayoutPluginManagerTest.php |
file |
core/tests/Drupal/KernelTests/Core/Layout/LayoutPluginManagerTest.php |
|
| LayoutPluginManagerTest.php |
file |
core/tests/Drupal/Tests/Core/Layout/LayoutPluginManagerTest.php |
|
| LayoutPluginManagerTest::$cacheBackend |
property |
core/tests/Drupal/Tests/Core/Layout/LayoutPluginManagerTest.php |
Cache backend instance. |