Search for all
- Search 7.x for all
- Search 9.5.x for all
- Search 8.9.x for all
- Search 10.3.x for all
- Search main for all
- Other projects
| Title | Object type | File name | Summary |
|---|---|---|---|
| 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-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-block: 0 5rem; > .help, … |
| layout.html.twig | file | core/ |
Template for a generic layout. |
| layout.html.twig | file | core/ |
Template for a generic layout. |
| layout.icon_builder | service | core/ |
Drupal\Core\Layout\Icon\SvgIconBuilder |
| 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.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.php | file | core/ |
|
| Layout.php | file | core/ |
|
| Layout::$additional | property | core/ |
Any additional properties and values. |
| Layout::$category | property | core/ |
The human-readable category. |
| Layout::$class | property | core/ |
The layout plugin class. |
| Layout::$default_region | property | core/ |
The default region. |
| Layout::$description | property | core/ |
A description for advanced layouts. |
| Layout::$icon | property | core/ |
The path to the preview image (relative to the 'path' given). |
| Layout::$icon_map | property | core/ |
The icon map. |
| Layout::$id | property | core/ |
The plugin ID. |
| Layout::$label | property | core/ |
The human-readable name. |
| Layout::$library | property | core/ |
The asset library. |
| Layout::$path | property | core/ |
Path (relative to the module or theme) to resources like icon or template. |
| Layout::$regions | property | core/ |
An associative array of regions in this layout. |
| Layout::$template | property | core/ |
The template file to render this layout (relative to the 'path' given). |
| Layout::$theme_hook | property | core/ |
The theme hook used to render this layout. |
| Layout::get | function | core/ |
Gets the value of an annotation. |
| Layout::get | function | core/ |
Gets the value of an attribute. |
| 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 | class | core/ |
Defines a render element for building the Layout Builder UI. |
| LayoutBuilder.php | file | core/ |
|
| LayoutBuilder::$eventDispatcher | property | core/ |
The event dispatcher. |
| LayoutBuilder::addRenderedLayoutBuilder | function | core/ |
Render API #post_render callback that adds layout builder markup to form. |
| 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::getInfo | function | core/ |
Returns the element properties for this element. |
| LayoutBuilder::layout | function | core/ |
Renders the Layout UI. |
| LayoutBuilder::layoutBuilderElementGetKeys | function | core/ |
Form element #process callback. |
| 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::renderLayoutBuilderAfterForm | function | core/ |
Render API #pre_render callback for form containing layout builder element. |
| LayoutBuilder::__construct | function | core/ |
Constructs a new LayoutBuilder. |
| LayoutBuilderAccessCheck | class | core/ |
Provides an access check for the Layout Builder defaults. |
Pagination
- Previous page
- Page 945
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.