Search for %s
- Search 7.x for %s
- Search 9.5.x for %s
- Search 8.9.x for %s
- Search 10.3.x for %s
- Search 11.x for %s
- Other projects
| Title | Object type | File name | Summary |
|---|---|---|---|
| layout.css | file | core/ |
.layout--two-col { display: grid; grid-template-columns: 1fr 1fr; } .simple-box { padding: 0.5rem; background: #ccc; } .simple-box-title, .simple-box-description { background: #fff; } |
| layout.css | file | core/ |
/* * DO NOT EDIT THIS FILE. * See the following change record for more information, * https://www.drupal.org/node/3084859 * @preserve */ /** * Add spacing to top and bottom of pages. */ .page-content { margin-top: 1.5rem; margin-bottom:… |
| layout.css | file | core/ |
/* * DO NOT EDIT THIS FILE. * See the following change record for more information, * https://www.drupal.org/node/3084859 * @preserve */ /** * Add spacing to top and bottom of pages. */ .page-content { margin-top: 1.5rem; margin-bottom:… |
| layout.pcss.css | file | core/ |
/** * Add spacing to top and bottom of pages. */ .page-content { margin-top: 1.5rem; margin-bottom: 80px; } @media screen and (min-width: 38em) { .page-content { margin-top: 2rem; } } /** * Add color to layout icons. … |
| layout.pcss.css | file | core/ |
/** * Add spacing to top and bottom of pages. */ .page-content { margin-top: 1.5rem; margin-bottom: 80px; } @media screen and (min-width: 38em) { .page-content { margin-top: 2rem; } } /** * Add color to layout icons. … |
| layout.pcss.css | file | core/ |
/** * Add spacing to top and bottom of pages. */ .page-content { margin-top: 1.5rem; margin-bottom: 80px; } @media screen and (min-width: 38em) { .page-content { margin-top: 2rem; } } /** * Add color to layout icons. … |
| layout.pcss.css | file | core/ |
Base Layout. |
| Layout::$class | property | core/ |
The layout plugin class. |
| Layout::$description | property | core/ |
A description for advanced layouts. |
| Layout::$regions | property | core/ |
An associative array of regions in this layout. |
| Layout::__construct | function | core/ |
Constructs a Layout attribute. |
| LayoutAttributeTest | class | core/ |
Tests the Layout attribute. |
| LayoutAttributeTest.php | file | core/ |
|
| LayoutAttributeTest::testMissingProperties | function | core/ |
Test deprecating plugins without a label or category. |
| LayoutBuilder::$eventDispatcher | property | core/ |
The event dispatcher. |
| 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::layoutBuilderElementGetKeys | function | core/ |
Form element #process callback. |
| 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. |
| LayoutBuilderAccessCheck::__construct | function | core/ |
Constructs a new LayoutBuilderAccessCheck class. |
| 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 install. |
| 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. |
| LayoutBuilderBlockContentDependencyTest | class | core/ |
Test for installing Layout Builder before Block Content in the same request. |
| LayoutBuilderBlockContentDependencyTest.php | file | core/ |
|
| LayoutBuilderBlockContentDependencyTest::testInstallLayoutBuilderAndBlockContent | function | core/ |
Test that block_content can be successfully installed after layout_builder. |
| LayoutBuilderBlockContentDependencyTestThemeHooks | class | core/ |
Hook implementations for layout_builder_block_content_dependency_test. |
| LayoutBuilderBlockContentDependencyTestThemeHooks.php | file | core/ |
|
| LayoutBuilderBlockContentDependencyTestThemeHooks::modulesInstalled | function | core/ |
Implements hook_modules_installed(). |
| LayoutBuilderBlocksTest | class | core/ |
Tests the Layout Builder UI with blocks. |
| LayoutBuilderBlocksTest.php | file | core/ |
|
| LayoutBuilderBlocksTest::testBlockPlaceholder | function | core/ |
Tests the usage of placeholders for empty blocks. |
| LayoutBuilderBlocksTest::testBlockUiListing | function | core/ |
Tests the Block UI when Layout Builder is installed. |
| LayoutBuilderBlocksTest::testDeletedView | function | core/ |
Tests that deleting a View block used in Layout Builder works. |
| LayoutBuilderBlocksTest::testFieldBlockLabel | function | core/ |
Tests the ability to use a specified block label for field blocks. |
| LayoutBuilderBlocksTest::testLayoutBuilderChooseBlocksAlter | function | core/ |
Tests altering block definitions in the choose block controller. |
| LayoutBuilderBlocksTest::testPluginsProvidingCustomAttributesAndContextualLinks | function | core/ |
Tests that block plugins can define custom attributes and contextual links. |
| LayoutBuilderBlocksTest::testPreviewAwarePlugins | function | core/ |
Tests preview-aware layout & block plugins. |
| LayoutBuilderBreadcrumbAlterTest | class | core/ |
Tests layout_builder_system_breadcrumb_alter(). |
| LayoutBuilderBreadcrumbAlterTest.php | file | core/ |
Pagination
- Previous page
- Page 780
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.