Files - main - drupal
| Title | Deprecated | File name | Namespace | Summary |
|---|---|---|---|---|
| layout-test-1col.html.twig | core/ |
Template for an example 1 column layout. | ||
| layout-test-2col.css | 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 | core/ |
Template for an example 2 column layout. | ||
| layout-test-plugin.html.twig | core/ |
Template for layout_test_plugin layout. | ||
| layout-views-grid.css | core/ |
Responsive styles for views grid horizontal layout. | ||
| layout-views-grid.pcss.css | core/ |
Responsive styles for views grid horizontal layout. | ||
| layout.css | core/ |
Base Layout. | ||
| layout.css | 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 | core/ |
This file is used to create generic layout styles. | ||
| layout.css | 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 | 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 | 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.html.twig | core/ |
Template for a generic layout. | ||
| layout.html.twig | core/ |
Template for a generic layout. | ||
| layout.pcss.css | core/ |
Base Layout. | ||
| layout.pcss.css | 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 | 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 | 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.php | core/ |
Drupal\Core\Layout\Attribute | ||
| Layout.php | core/ |
Drupal\Core\Layout\Annotation | ||
| LayoutAttributeTest.php | core/ |
Drupal\Tests\Core\Layout | ||
| LayoutBuilder.php | core/ |
Drupal\layout_builder\Element | ||
| LayoutBuilderAccessCheck.php | core/ |
Drupal\layout_builder\Access | ||
| LayoutBuilderAccessTest.php | core/ |
Drupal\Tests\layout_builder\Functional | ||
| LayoutBuilderBlockContentDependencyTest.php | core/ |
Drupal\Tests\layout_builder\Kernel | ||
| LayoutBuilderBlockContentDependencyTestThemeHooks.php | core/ |
Drupal\layout_builder_block_content_dependency_test\Hook | ||
| LayoutBuilderBlocksTest.php | core/ |
Drupal\Tests\layout_builder\Functional | ||
| LayoutBuilderBreadcrumbAlterTest.php | core/ |
Drupal\Tests\layout_builder\Kernel | ||
| LayoutBuilderCompatibilityTestBase.php | core/ |
Drupal\Tests\layout_builder\Kernel | ||
| LayoutBuilderContentModerationIntegrationTest.php | core/ |
Drupal\Tests\content_moderation\Functional | ||
| LayoutBuilderContextTrait.php | core/ |
Drupal\layout_builder\Context | ||
| LayoutBuilderController.php | core/ |
Drupal\layout_builder\Controller | ||
| LayoutBuilderDefaultValuesTest.php | core/ |
Drupal\Tests\layout_builder\Functional | ||
| LayoutBuilderDisableForm.php | core/ |
Drupal\layout_builder\Form | ||
| LayoutBuilderDisableInteractionsTest.php | core/ |
Drupal\Tests\layout_builder\FunctionalJavascript | ||
| LayoutBuilderEnabledInterface.php | core/ |
Drupal\layout_builder | ||
| LayoutBuilderEntityFormTrait.php | core/ |
Drupal\layout_builder\Form | ||
| LayoutBuilderEntityViewDisplay.php | core/ |
Drupal\layout_builder\Entity | ||
| LayoutBuilderEntityViewDisplay.php | core/ |
Drupal\layout_builder_override_dependency | ||
| LayoutBuilderEntityViewDisplay.php | core/ |
Drupal\layout_builder_override | ||
| LayoutBuilderEntityViewDisplayForm.php | core/ |
Drupal\layout_builder\Form | ||
| LayoutBuilderEntityViewDisplayJsonAnonTest.php | core/ |
Drupal\Tests\layout_builder\Functional\Rest | ||
| LayoutBuilderEntityViewDisplayJsonBasicAuthTest.php | core/ |
Drupal\Tests\layout_builder\Functional\Rest | ||
| LayoutBuilderEntityViewDisplayJsonCookieTest.php | core/ |
Drupal\Tests\layout_builder\Functional\Rest | ||
| LayoutBuilderEntityViewDisplayResourceTestBase.php | core/ |
Drupal\Tests\layout_builder\Functional\Rest | ||
| LayoutBuilderEntityViewDisplayStorage.php | core/ |
Drupal\layout_builder\Entity | ||
| LayoutBuilderEntityViewDisplayTest.php | core/ |
Drupal\Tests\layout_builder\Kernel | ||
| LayoutBuilderEntityViewDisplayTest.php | core/ |
Drupal\Tests\layout_builder\Functional\Jsonapi | ||
| LayoutBuilderEntityViewDisplayValidationTest.php | core/ |
Drupal\Tests\layout_builder\Kernel | ||
| LayoutBuilderEntityViewDisplayXmlAnonTest.php | core/ |
Drupal\Tests\layout_builder\Functional\Rest |
Pagination
- Previous page
- Page 174
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.