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 main for %s
- Other projects
| Title | Object type | File name | Summary |
|---|---|---|---|
| layout-content-medium.css | file | core/ |
Grid system definition for the content wide layout. |
| layout-content-medium.pcss.css | file | core/ |
Grid system definition for the content wide layout. |
| layout-content-narrow.css | file | core/ |
Grid system definition for the content narrow layout. |
| layout-content-narrow.pcss.css | file | core/ |
Grid system definition for the content narrow layout. |
| layout-discovery-section-layout.css | file | core/ |
/* * DO NOT EDIT THIS FILE. * See the following change record for more information, * https://www.drupal.org/node/3084859 * @preserve */ /* * @file * Provides default layout styles for all layout sections. */ .layout { margin-block-end:… |
| layout-discovery-section-layout.pcss.css | file | core/ |
/* * @file * Provides default layout styles for all layout sections. */ @import "../base/media-queries.pcss.css"; .layout { margin-block-end: var(--sp); @media (--md) { margin-block-end: var(--sp2); } @media (--lg) { … |
| layout-field.css | file | core/ |
Visual styles for fields. |
| layout-field.pcss.css | file | core/ |
Visual styles for fields. |
| layout-footer.css | file | core/ |
Grid system definition for the footer top and footer bottom layouts. |
| layout-footer.pcss.css | file | core/ |
Grid system definition for the footer top and footer bottom layouts. |
| layout-sidebar.css | file | core/ |
Special grid system for sidebar. |
| layout-sidebar.pcss.css | file | core/ |
Special grid system for sidebar. |
| layout-test-1col.html.twig | file | core/ |
Template for an example 1 column layout. |
| layout-test-2col.css | file | core/ |
.layout-example-2col .region-left { float: left; width: 50%; } * html .layout-example-2col .region-left { width: 49.9%; } .layout-example-2col .region-right { float: left; width: 50%; } * html .layout-example-2col .region-right { width:… |
| layout-test-2col.html.twig | file | core/ |
Template for an example 2 column layout. |
| layout-test-plugin.html.twig | file | core/ |
Template for layout_test_plugin layout. |
| layout-views-grid.css | file | core/ |
Responsive styles for views grid horizontal layout. |
| layout-views-grid.pcss.css | file | core/ |
Responsive styles for views grid horizontal layout. |
| layout.css | file | core/ |
Base Layout. |
| layout.css | file | core/ |
This file is used to create generic layout styles. |
| 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/ |
.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-block: 0 5rem; > .help, … |
| 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. */ @import "../base/media-queries.pcss.css"; .page-content { margin-block: 0 80px; > .help, > .region-content, > .region-highlighted { @media (--admin-small) { … |
| 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::testDeprecatedMissingProperties | 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(). |
Pagination
- Previous page
- Page 797
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.