| LayoutBuilderAccessTest::assertExpectedAccess |
function |
core/modules/layout_builder/tests/src/Functional/LayoutBuilderAccessTest.php |
Asserts the correct response code is returned based on expected access. |
| LayoutBuilderAccessTest::providerTestAccessWithBundles |
function |
core/modules/layout_builder/tests/src/Functional/LayoutBuilderAccessTest.php |
Provides test data for ::testAccessWithBundles(). |
| LayoutBuilderAccessTest::providerTestAccessWithoutBundles |
function |
core/modules/layout_builder/tests/src/Functional/LayoutBuilderAccessTest.php |
Provides test data for ::testAccessWithoutBundles(). |
| LayoutBuilderAccessTest::setUp |
function |
core/modules/layout_builder/tests/src/Functional/LayoutBuilderAccessTest.php |
|
| LayoutBuilderAccessTest::testAccessWithBundles |
function |
core/modules/layout_builder/tests/src/Functional/LayoutBuilderAccessTest.php |
Tests Layout Builder access for an entity type that has bundles. |
| LayoutBuilderAccessTest::testAccessWithoutBundles |
function |
core/modules/layout_builder/tests/src/Functional/LayoutBuilderAccessTest.php |
Tests Layout Builder access for an entity type that does not have bundles. |
| LayoutBuilderBlockContentDependencyTest |
class |
core/modules/layout_builder/tests/src/Kernel/LayoutBuilderBlockContentDependencyTest.php |
Test for installing Layout Builder before Block Content in the same request. |
| LayoutBuilderBlockContentDependencyTest.php |
file |
core/modules/layout_builder/tests/src/Kernel/LayoutBuilderBlockContentDependencyTest.php |
|
| LayoutBuilderBlockContentDependencyTest::testInstallLayoutBuilderAndBlockContent |
function |
core/modules/layout_builder/tests/src/Kernel/LayoutBuilderBlockContentDependencyTest.php |
Test that block_content can be successfully installed after layout_builder. |
| LayoutBuilderBlockContentDependencyTestThemeHooks |
class |
core/modules/layout_builder/tests/modules/layout_builder_block_content_dependency_test/src/Hook/LayoutBuilderBlockContentDependencyTestThemeHooks.php |
Hook implementations for layout_builder_block_content_dependency_test. |
| LayoutBuilderBlockContentDependencyTestThemeHooks.php |
file |
core/modules/layout_builder/tests/modules/layout_builder_block_content_dependency_test/src/Hook/LayoutBuilderBlockContentDependencyTestThemeHooks.php |
|
| LayoutBuilderBlockContentDependencyTestThemeHooks::modulesInstalled |
function |
core/modules/layout_builder/tests/modules/layout_builder_block_content_dependency_test/src/Hook/LayoutBuilderBlockContentDependencyTestThemeHooks.php |
Implements hook_modules_installed(). |
| LayoutBuilderBlocksTest |
class |
core/modules/layout_builder/tests/src/Functional/LayoutBuilderBlocksTest.php |
Tests the Layout Builder UI with blocks. |
| LayoutBuilderBlocksTest.php |
file |
core/modules/layout_builder/tests/src/Functional/LayoutBuilderBlocksTest.php |
|
| LayoutBuilderBlocksTest::testBlockPlaceholder |
function |
core/modules/layout_builder/tests/src/Functional/LayoutBuilderBlocksTest.php |
Tests the usage of placeholders for empty blocks. |
| LayoutBuilderBlocksTest::testBlockUiListing |
function |
core/modules/layout_builder/tests/src/Functional/LayoutBuilderBlocksTest.php |
Tests the Block UI when Layout Builder is installed. |
| LayoutBuilderBlocksTest::testDeletedView |
function |
core/modules/layout_builder/tests/src/Functional/LayoutBuilderBlocksTest.php |
Tests that deleting a View block used in Layout Builder works. |
| LayoutBuilderBlocksTest::testFieldBlockLabel |
function |
core/modules/layout_builder/tests/src/Functional/LayoutBuilderBlocksTest.php |
Tests the ability to use a specified block label for field blocks. |
| LayoutBuilderBlocksTest::testLayoutBuilderChooseBlocksAlter |
function |
core/modules/layout_builder/tests/src/Functional/LayoutBuilderBlocksTest.php |
Tests altering block definitions in the choose block controller. |
| LayoutBuilderBlocksTest::testPluginsProvidingCustomAttributesAndContextualLinks |
function |
core/modules/layout_builder/tests/src/Functional/LayoutBuilderBlocksTest.php |
Tests that block plugins can define custom attributes and contextual links. |
| LayoutBuilderBlocksTest::testPreviewAwarePlugins |
function |
core/modules/layout_builder/tests/src/Functional/LayoutBuilderBlocksTest.php |
Tests preview-aware layout & block plugins. |
| LayoutBuilderBreadcrumbAlterTest |
class |
core/modules/layout_builder/tests/src/Kernel/LayoutBuilderBreadcrumbAlterTest.php |
Tests layout_builder_system_breadcrumb_alter(). |
| LayoutBuilderBreadcrumbAlterTest.php |
file |
core/modules/layout_builder/tests/src/Kernel/LayoutBuilderBreadcrumbAlterTest.php |
|
| LayoutBuilderBreadcrumbAlterTest::testBreadcrumbAlterNullRouteMatch |
function |
core/modules/layout_builder/tests/src/Kernel/LayoutBuilderBreadcrumbAlterTest.php |
Check that there are no errors when alter called with null route match. |
| LayoutBuilderCompatibilityTestBase |
class |
core/modules/layout_builder/tests/src/Kernel/LayoutBuilderCompatibilityTestBase.php |
Tests Layout Builder's compatibility with existing systems. |
| LayoutBuilderCompatibilityTestBase.php |
file |
core/modules/layout_builder/tests/src/Kernel/LayoutBuilderCompatibilityTestBase.php |
|
| LayoutBuilderCompatibilityTestBase::$display |
property |
core/modules/layout_builder/tests/src/Kernel/LayoutBuilderCompatibilityTestBase.php |
The entity view display. |
| LayoutBuilderCompatibilityTestBase::$entity |
property |
core/modules/layout_builder/tests/src/Kernel/LayoutBuilderCompatibilityTestBase.php |
The entity being rendered. |
| LayoutBuilderCompatibilityTestBase::$modules |
property |
core/modules/layout_builder/tests/src/Kernel/LayoutBuilderCompatibilityTestBase.php |
Modules to install. |
| LayoutBuilderCompatibilityTestBase::assertFieldAttributes |
function |
core/modules/layout_builder/tests/src/Kernel/LayoutBuilderCompatibilityTestBase.php |
Asserts that the rendered entity has the correct fields. |
| LayoutBuilderCompatibilityTestBase::enableOverrides |
function |
core/modules/layout_builder/tests/src/Kernel/LayoutBuilderCompatibilityTestBase.php |
Enables overrides for the display and reloads the entity. |
| LayoutBuilderCompatibilityTestBase::installLayoutBuilder |
function |
core/modules/layout_builder/tests/src/Kernel/LayoutBuilderCompatibilityTestBase.php |
Installs the Layout Builder. |
| LayoutBuilderCompatibilityTestBase::setUp |
function |
core/modules/layout_builder/tests/src/Kernel/LayoutBuilderCompatibilityTestBase.php |
|
| LayoutBuilderContentModerationIntegrationTest |
class |
core/modules/content_moderation/tests/src/Functional/LayoutBuilderContentModerationIntegrationTest.php |
Tests Content Moderation's integration with Layout Builder. |
| LayoutBuilderContentModerationIntegrationTest.php |
file |
core/modules/content_moderation/tests/src/Functional/LayoutBuilderContentModerationIntegrationTest.php |
|
| LayoutBuilderContentModerationIntegrationTest::$defaultTheme |
property |
core/modules/content_moderation/tests/src/Functional/LayoutBuilderContentModerationIntegrationTest.php |
The theme to install as the default for testing. |
| LayoutBuilderContentModerationIntegrationTest::$modules |
property |
core/modules/content_moderation/tests/src/Functional/LayoutBuilderContentModerationIntegrationTest.php |
Modules to install. |
| LayoutBuilderContentModerationIntegrationTest::setUp |
function |
core/modules/content_moderation/tests/src/Functional/LayoutBuilderContentModerationIntegrationTest.php |
|
| LayoutBuilderContentModerationIntegrationTest::testLayoutModeration |
function |
core/modules/content_moderation/tests/src/Functional/LayoutBuilderContentModerationIntegrationTest.php |
Tests that Layout changes are respected by Content Moderation. |
| LayoutBuilderContentModerationIntegrationTest::testModeratedInlineBlockBundles |
function |
core/modules/content_moderation/tests/src/Functional/LayoutBuilderContentModerationIntegrationTest.php |
Test placing inline blocks that belong to a moderated content block bundle. |
| LayoutBuilderDefaultValuesTest |
class |
core/modules/layout_builder/tests/src/Functional/LayoutBuilderDefaultValuesTest.php |
Tests rendering default field values in Layout Builder. |
| LayoutBuilderDefaultValuesTest.php |
file |
core/modules/layout_builder/tests/src/Functional/LayoutBuilderDefaultValuesTest.php |
|
| LayoutBuilderDefaultValuesTest::$defaultTheme |
property |
core/modules/layout_builder/tests/src/Functional/LayoutBuilderDefaultValuesTest.php |
The theme to install as the default for testing. |
| LayoutBuilderDefaultValuesTest::$modules |
property |
core/modules/layout_builder/tests/src/Functional/LayoutBuilderDefaultValuesTest.php |
Modules to install. |
| LayoutBuilderDefaultValuesTest::addImageFields |
function |
core/modules/layout_builder/tests/src/Functional/LayoutBuilderDefaultValuesTest.php |
Helper function to add image fields. |
| LayoutBuilderDefaultValuesTest::addTextFields |
function |
core/modules/layout_builder/tests/src/Functional/LayoutBuilderDefaultValuesTest.php |
Helper function to add string fields. |
| LayoutBuilderDefaultValuesTest::assertNodeWithDefaultValues |
function |
core/modules/layout_builder/tests/src/Functional/LayoutBuilderDefaultValuesTest.php |
Test for expected text on node 2. |
| LayoutBuilderDefaultValuesTest::assertNodeWithValues |
function |
core/modules/layout_builder/tests/src/Functional/LayoutBuilderDefaultValuesTest.php |
Test for expected text on node 1. |
| LayoutBuilderDefaultValuesTest::defaultValueCallback |
function |
core/modules/layout_builder/tests/src/Functional/LayoutBuilderDefaultValuesTest.php |
Sample 'default value' callback. |
| LayoutBuilderDefaultValuesTest::setUp |
function |
core/modules/layout_builder/tests/src/Functional/LayoutBuilderDefaultValuesTest.php |
|