Search for build
- Search 7.x for build
- Search 9.5.x for build
- Search 10.3.x for build
- Search 11.x for build
- Other projects
Title | Object type | File name | Summary |
---|---|---|---|
layout-builder.css | file | core/ |
This file is used to style the layout builder. |
layout-builder.css | file | core/ |
.layout-builder { padding: 1.5em 1.5em 0.5em; border: 3px solid #2f91da; background-color: #fff; } .layout-builder__add-section { width: 100%; margin-bottom: 1.5em; padding: 1.5em 0; text-align: center; outline: 2px dashed #979797; … |
layout-builder.css | file | core/ |
.layout-builder { padding: 1.5em 1.5em 0.5em; border: 3px solid #2f91da; background-color: #fff; } .layout-builder__add-section { width: 100%; margin-bottom: 1.5em; padding: 1.5em 0; text-align: center; outline: 2px dashed #979797; … |
layout-builder.php | file | core/ |
Test fixture. |
layout.icon_builder | service | core/ |
Drupal\Core\Layout\Icon\SvgIconBuilder |
LayoutBuilder | class | core/ |
Defines a render element for building the Layout Builder UI. |
LayoutBuilder.php | file | core/ |
|
LayoutBuilder::$layoutTempstoreRepository | property | core/ |
The layout tempstore repository. |
LayoutBuilder::$messenger | property | core/ |
The messenger service. |
LayoutBuilder::buildAddSectionLink | function | core/ |
Builds a link to add a new section at a given delta. |
LayoutBuilder::buildAdministrativeSection | function | core/ |
Builds the render array for the layout section while editing. |
LayoutBuilder::create | function | core/ |
Creates an instance of the plugin. |
LayoutBuilder::getInfo | function | core/ |
Returns the element properties for this element. |
LayoutBuilder::layout | function | core/ |
Renders the Layout UI. |
LayoutBuilder::prepareLayout | function | core/ |
Prepares a layout for use in the UI. |
LayoutBuilder::preRender | function | core/ |
Pre-render callback: Renders the Layout Builder UI. |
LayoutBuilder::__construct | function | core/ |
Constructs a new LayoutBuilder. |
LayoutBuilderAccessCheck | class | core/ |
Provides an access check for the Layout Builder defaults. |
LayoutBuilderAccessCheck.php | file | core/ |
|
LayoutBuilderAccessCheck::access | function | core/ |
Checks routing access to the layout. |
LayoutBuilderAccessTest | class | core/ |
Tests access to Layout Builder. |
LayoutBuilderAccessTest.php | file | core/ |
|
LayoutBuilderAccessTest::$defaultTheme | property | core/ |
The theme to install as the default for testing. |
LayoutBuilderAccessTest::$modules | property | core/ |
Modules to enable. |
LayoutBuilderAccessTest::assertExpectedAccess | function | core/ |
Asserts the correct response code is returned based on expected access. |
LayoutBuilderAccessTest::providerTestAccessWithBundles | function | core/ |
Provides test data for ::testAccessWithBundles(). |
LayoutBuilderAccessTest::providerTestAccessWithoutBundles | function | core/ |
Provides test data for ::testAccessWithoutBundles(). |
LayoutBuilderAccessTest::setUp | function | core/ |
|
LayoutBuilderAccessTest::testAccessWithBundles | function | core/ |
Tests Layout Builder access for an entity type that has bundles. |
LayoutBuilderAccessTest::testAccessWithoutBundles | function | core/ |
Tests Layout Builder access for an entity type that does not have bundles. |
LayoutBuilderCompatibilityTestBase | class | core/ |
Tests Layout Builder's compatibility with existing systems. |
LayoutBuilderCompatibilityTestBase.php | file | core/ |
|
LayoutBuilderCompatibilityTestBase::$display | property | core/ |
The entity view display. |
LayoutBuilderCompatibilityTestBase::$entity | property | core/ |
The entity being rendered. |
LayoutBuilderCompatibilityTestBase::$modules | property | core/ |
Modules to enable. |
LayoutBuilderCompatibilityTestBase::assertFieldAttributes | function | core/ |
Asserts that the rendered entity has the correct fields. |
LayoutBuilderCompatibilityTestBase::enableOverrides | function | core/ |
Enables overrides for the display and reloads the entity. |
LayoutBuilderCompatibilityTestBase::installLayoutBuilder | function | core/ |
Installs the Layout Builder. |
LayoutBuilderCompatibilityTestBase::setUp | function | core/ |
|
LayoutBuilderContentModerationIntegrationTest | class | core/ |
Tests Content Moderation's integration with Layout Builder. |
LayoutBuilderContentModerationIntegrationTest.php | file | core/ |
|
LayoutBuilderContentModerationIntegrationTest::$defaultTheme | property | core/ |
The theme to install as the default for testing. |
LayoutBuilderContentModerationIntegrationTest::$modules | property | core/ |
Modules to enable. |
LayoutBuilderContentModerationIntegrationTest::setUp | function | core/ |
|
LayoutBuilderContentModerationIntegrationTest::testLayoutModeration | function | core/ |
Tests that Layout changes are respected by Content Moderation. |
LayoutBuilderContextMappingUpdatePathTest | class | core/ |
Tests context-aware blocks after the context changes to section storage. |
LayoutBuilderContextMappingUpdatePathTest.php | file | core/ |
|
LayoutBuilderContextMappingUpdatePathTest::setDatabaseDumpFiles | function | core/ |
Set database dump files to be used. |
LayoutBuilderContextMappingUpdatePathTest::testRunUpdates | function | core/ |
Tests the upgrade path for enabling Layout Builder. |
LayoutBuilderContextTrait | trait | core/ |
Provides a wrapper around getting contexts from a section storage object. |
Pagination
- Previous page
- Page 30
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.