| LayoutBuilderEntityViewDisplayTest.php |
file |
core/modules/layout_builder/tests/src/Functional/Jsonapi/LayoutBuilderEntityViewDisplayTest.php |
|
| LayoutBuilderEntityViewDisplayTest::$defaultTheme |
property |
core/modules/layout_builder/tests/src/Functional/Jsonapi/LayoutBuilderEntityViewDisplayTest.php |
The theme to install as the default for testing. |
| LayoutBuilderEntityViewDisplayTest::$modules |
property |
core/modules/layout_builder/tests/src/Functional/Jsonapi/LayoutBuilderEntityViewDisplayTest.php |
Modules to install. |
| LayoutBuilderEntityViewDisplayTest::createEntity |
function |
core/modules/layout_builder/tests/src/Functional/Jsonapi/LayoutBuilderEntityViewDisplayTest.php |
Creates the entity to be tested. |
| LayoutBuilderEntityViewDisplayTest::getExpectedDocument |
function |
core/modules/layout_builder/tests/src/Functional/Jsonapi/LayoutBuilderEntityViewDisplayTest.php |
Returns the expected JSON:API document for the entity. |
| LayoutBuilderEntityViewDisplayTest::getSectionList |
function |
core/modules/layout_builder/tests/src/Kernel/LayoutBuilderEntityViewDisplayTest.php |
Sets up the section list. |
| LayoutBuilderEntityViewDisplayTest::providerTestIsLayoutBuilderEnabled |
function |
core/modules/layout_builder/tests/src/Kernel/LayoutBuilderEntityViewDisplayTest.php |
Provides test data for ::testIsLayoutBuilderEnabled(). |
| LayoutBuilderEntityViewDisplayTest::testInvalidConfiguration |
function |
core/modules/layout_builder/tests/src/Kernel/LayoutBuilderEntityViewDisplayTest.php |
Tests that configuration schema enforces valid values. |
| LayoutBuilderEntityViewDisplayTest::testIsLayoutBuilderEnabled |
function |
core/modules/layout_builder/tests/src/Kernel/LayoutBuilderEntityViewDisplayTest.php |
@dataProvider providerTestIsLayoutBuilderEnabled |
| LayoutBuilderEntityViewDisplayTest::testSetOverridable |
function |
core/modules/layout_builder/tests/src/Kernel/LayoutBuilderEntityViewDisplayTest.php |
Tests that setting overridable enables Layout Builder only when TRUE. |
| LayoutBuilderEntityViewDisplayValidationTest |
class |
core/modules/layout_builder/tests/src/Kernel/LayoutBuilderEntityViewDisplayValidationTest.php |
Tests validation of Layout Builder's entity_view_display entities. |
| LayoutBuilderEntityViewDisplayValidationTest.php |
file |
core/modules/layout_builder/tests/src/Kernel/LayoutBuilderEntityViewDisplayValidationTest.php |
|
| LayoutBuilderEntityViewDisplayValidationTest::$modules |
property |
core/modules/layout_builder/tests/src/Kernel/LayoutBuilderEntityViewDisplayValidationTest.php |
Modules to install. |
| LayoutBuilderEntityViewDisplayValidationTest::setUp |
function |
core/modules/layout_builder/tests/src/Kernel/LayoutBuilderEntityViewDisplayValidationTest.php |
|
| LayoutBuilderEntityViewDisplayValidationTest::testImmutableProperties |
function |
core/modules/layout_builder/tests/src/Kernel/LayoutBuilderEntityViewDisplayValidationTest.php |
Tests that immutable properties cannot be changed. |
| LayoutBuilderEntityViewDisplayValidationTest::testLabelValidation |
function |
core/modules/layout_builder/tests/src/Kernel/LayoutBuilderEntityViewDisplayValidationTest.php |
Tests validation of config entity's label. |
| LayoutBuilderEntityViewDisplayXmlAnonTest |
class |
core/modules/layout_builder/tests/src/Functional/Rest/LayoutBuilderEntityViewDisplayXmlAnonTest.php |
@group layout_builder
@group rest |
| LayoutBuilderEntityViewDisplayXmlAnonTest.php |
file |
core/modules/layout_builder/tests/src/Functional/Rest/LayoutBuilderEntityViewDisplayXmlAnonTest.php |
|
| LayoutBuilderEntityViewDisplayXmlAnonTest::$defaultTheme |
property |
core/modules/layout_builder/tests/src/Functional/Rest/LayoutBuilderEntityViewDisplayXmlAnonTest.php |
The theme to install as the default for testing. |
| LayoutBuilderEntityViewDisplayXmlAnonTest::$format |
property |
core/modules/layout_builder/tests/src/Functional/Rest/LayoutBuilderEntityViewDisplayXmlAnonTest.php |
The format to use in this test. |
| LayoutBuilderEntityViewDisplayXmlAnonTest::$mimeType |
property |
core/modules/layout_builder/tests/src/Functional/Rest/LayoutBuilderEntityViewDisplayXmlAnonTest.php |
The MIME type that corresponds to $format. |
| LayoutBuilderEntityViewDisplayXmlBasicAuthTest |
class |
core/modules/layout_builder/tests/src/Functional/Rest/LayoutBuilderEntityViewDisplayXmlBasicAuthTest.php |
@group layout_builder
@group rest |
| LayoutBuilderEntityViewDisplayXmlBasicAuthTest.php |
file |
core/modules/layout_builder/tests/src/Functional/Rest/LayoutBuilderEntityViewDisplayXmlBasicAuthTest.php |
|
| LayoutBuilderEntityViewDisplayXmlBasicAuthTest::$auth |
property |
core/modules/layout_builder/tests/src/Functional/Rest/LayoutBuilderEntityViewDisplayXmlBasicAuthTest.php |
The authentication mechanism to use in this test. |
| LayoutBuilderEntityViewDisplayXmlBasicAuthTest::$defaultTheme |
property |
core/modules/layout_builder/tests/src/Functional/Rest/LayoutBuilderEntityViewDisplayXmlBasicAuthTest.php |
The theme to install as the default for testing. |
| LayoutBuilderEntityViewDisplayXmlBasicAuthTest::$format |
property |
core/modules/layout_builder/tests/src/Functional/Rest/LayoutBuilderEntityViewDisplayXmlBasicAuthTest.php |
The format to use in this test. |
| LayoutBuilderEntityViewDisplayXmlBasicAuthTest::$mimeType |
property |
core/modules/layout_builder/tests/src/Functional/Rest/LayoutBuilderEntityViewDisplayXmlBasicAuthTest.php |
The MIME type that corresponds to $format. |
| LayoutBuilderEntityViewDisplayXmlBasicAuthTest::$modules |
property |
core/modules/layout_builder/tests/src/Functional/Rest/LayoutBuilderEntityViewDisplayXmlBasicAuthTest.php |
Modules to install. |
| LayoutBuilderEntityViewDisplayXmlCookieTest |
class |
core/modules/layout_builder/tests/src/Functional/Rest/LayoutBuilderEntityViewDisplayXmlCookieTest.php |
@group layout_builder
@group rest |
| LayoutBuilderEntityViewDisplayXmlCookieTest.php |
file |
core/modules/layout_builder/tests/src/Functional/Rest/LayoutBuilderEntityViewDisplayXmlCookieTest.php |
|
| LayoutBuilderEntityViewDisplayXmlCookieTest::$auth |
property |
core/modules/layout_builder/tests/src/Functional/Rest/LayoutBuilderEntityViewDisplayXmlCookieTest.php |
The authentication mechanism to use in this test. |
| LayoutBuilderEntityViewDisplayXmlCookieTest::$defaultTheme |
property |
core/modules/layout_builder/tests/src/Functional/Rest/LayoutBuilderEntityViewDisplayXmlCookieTest.php |
The theme to install as the default for testing. |
| LayoutBuilderEntityViewDisplayXmlCookieTest::$format |
property |
core/modules/layout_builder/tests/src/Functional/Rest/LayoutBuilderEntityViewDisplayXmlCookieTest.php |
The format to use in this test. |
| LayoutBuilderEntityViewDisplayXmlCookieTest::$mimeType |
property |
core/modules/layout_builder/tests/src/Functional/Rest/LayoutBuilderEntityViewDisplayXmlCookieTest.php |
The MIME type that corresponds to $format. |
| LayoutBuilderFieldBlockEntityReferenceCacheTagsTest |
class |
core/modules/layout_builder/tests/src/Functional/LayoutBuilderFieldBlockEntityReferenceCacheTagsTest.php |
Tests cache tags on entity reference field blocks in Layout Builder. |
| LayoutBuilderFieldBlockEntityReferenceCacheTagsTest.php |
file |
core/modules/layout_builder/tests/src/Functional/LayoutBuilderFieldBlockEntityReferenceCacheTagsTest.php |
|
| LayoutBuilderFieldBlockEntityReferenceCacheTagsTest::$defaultTheme |
property |
core/modules/layout_builder/tests/src/Functional/LayoutBuilderFieldBlockEntityReferenceCacheTagsTest.php |
The theme to install as the default for testing. |
| LayoutBuilderFieldBlockEntityReferenceCacheTagsTest::$modules |
property |
core/modules/layout_builder/tests/src/Functional/LayoutBuilderFieldBlockEntityReferenceCacheTagsTest.php |
Modules to install. |
| LayoutBuilderFieldBlockEntityReferenceCacheTagsTest::setUp |
function |
core/modules/layout_builder/tests/src/Functional/LayoutBuilderFieldBlockEntityReferenceCacheTagsTest.php |
|
| LayoutBuilderFieldBlockEntityReferenceCacheTagsTest::testEntityReferenceFieldBlockCaching |
function |
core/modules/layout_builder/tests/src/Functional/LayoutBuilderFieldBlockEntityReferenceCacheTagsTest.php |
Tests cache tags on field block for entity reference field. |
| LayoutBuilderFieldBlockEntityReferenceCacheTagsTest::verifyPageCacheContainsTags |
function |
core/modules/layout_builder/tests/src/Functional/LayoutBuilderFieldBlockEntityReferenceCacheTagsTest.php |
Verify that when loading a given page, it's a page cache hit or miss. |
| LayoutBuilderFieldLayoutCompatibilityTest |
class |
core/modules/layout_builder/tests/src/Kernel/LayoutBuilderFieldLayoutCompatibilityTest.php |
Ensures that Layout Builder and Field Layout are compatible with each other. |
| LayoutBuilderFieldLayoutCompatibilityTest.php |
file |
core/modules/layout_builder/tests/src/Kernel/LayoutBuilderFieldLayoutCompatibilityTest.php |
|
| LayoutBuilderFieldLayoutCompatibilityTest::$modules |
property |
core/modules/layout_builder/tests/src/Kernel/LayoutBuilderFieldLayoutCompatibilityTest.php |
Modules to install. |
| LayoutBuilderFieldLayoutCompatibilityTest::setUp |
function |
core/modules/layout_builder/tests/src/Kernel/LayoutBuilderFieldLayoutCompatibilityTest.php |
|
| LayoutBuilderFieldLayoutCompatibilityTest::testCompatibility |
function |
core/modules/layout_builder/tests/src/Kernel/LayoutBuilderFieldLayoutCompatibilityTest.php |
Tests the compatibility of Layout Builder and Field Layout. |
| LayoutBuilderFormModeTest |
class |
core/modules/layout_builder/tests/src/Functional/LayoutBuilderFormModeTest.php |
Tests Layout Builder forms. |
| LayoutBuilderFormModeTest.php |
file |
core/modules/layout_builder/tests/src/Functional/LayoutBuilderFormModeTest.php |
|
| LayoutBuilderFormModeTest::$defaultTheme |
property |
core/modules/layout_builder/tests/src/Functional/LayoutBuilderFormModeTest.php |
The theme to install as the default for testing. |
| LayoutBuilderFormModeTest::$modules |
property |
core/modules/layout_builder/tests/src/Functional/LayoutBuilderFormModeTest.php |
Modules to install. |