Files - main - drupal
| Title | Deprecated | File name | Namespace | Summary |
|---|---|---|---|---|
| LatestRevisionCheck.php | core/ |
Drupal\content_moderation\Access | ||
| LatestRevisionCheckTest.php | core/ |
Drupal\Tests\content_moderation\Unit | ||
| LatestRevisionFilterTest.php | core/ |
Drupal\Tests\views\Kernel\Entity | ||
| LatestTranslationAffectedRevision.php | core/ |
Drupal\views\Plugin\views\filter | ||
| LatestTranslationAffectedRevisionTest.php | core/ |
Drupal\Tests\views\Kernel\Entity | ||
| layers.css | core/ |
/* * DO NOT EDIT THIS FILE. * See the following change record for more information, * https://www.drupal.org/node/3084859 * @preserve */ /* * @file * These are random styles that are applicable throughout the entire theme. * * @todo Refactor… | ||
| layers.pcss.css | core/ |
/* * @file * These are random styles that are applicable throughout the entire theme. * * @todo Refactor this file out. This file was imported from Gin. */ /* cspell:ignore imageapi */ @import… | ||
| layout--fourcol-section.html.twig | core/ |
Theme override for a four-column 25%-25%-25%-25% layout. | ||
| layout--fourcol-section.html.twig | core/ |
Default theme implementation for a four-column 25%-25%-25%-25% layout. | ||
| layout--onecol.html.twig | core/ |
Theme override to display a one-column layout. | ||
| layout--onecol.html.twig | core/ |
Default theme implementation to display a one-column layout. | ||
| layout--oneplusfourgrid-section.html.twig | core/ |
Default theme implementation to display a one plus four grid layout. | ||
| layout--threecol-25-50-25.html.twig | core/ |
Theme override for a three column layout. | ||
| layout--threecol-25-50-25.html.twig | core/ |
Default theme implementation for a three column layout. | ||
| layout--threecol-33-34-33.html.twig | core/ |
Default theme implementation for a three column layout. | ||
| layout--threecol-33-34-33.html.twig | core/ |
Theme override for a three column layout. | ||
| layout--threecol-section.html.twig | core/ |
Theme override for a three-column layout. | ||
| layout--threecol-section.html.twig | core/ |
Default theme implementation for a three-column layout. | ||
| layout--twocol-bricks.html.twig | core/ |
Theme override for a two column layout. | ||
| layout--twocol-bricks.html.twig | core/ |
Default theme implementation for a two column layout. | ||
| layout--twocol-section.html.twig | core/ |
Theme override to display a two-column layout. | ||
| layout--twocol-section.html.twig | core/ |
Default theme implementation to display a two-column layout. | ||
| layout--twocol.html.twig | core/ |
Theme override to display a two-column layout. | ||
| layout--twocol.html.twig | core/ |
Default theme implementation to display a two-column layout. | ||
| layout-2-col.css | core/ |
This file is used to create the layout when the theme has 2 columns. | ||
| layout-builder-fourcol-section.css | core/ |
/* * DO NOT EDIT THIS FILE. * See the following change record for more information, * https://www.drupal.org/node/3084859 * @preserve */ /* * @file * Provides the layout styles for four-column layout section. */ .layout--fourcol-section { … | ||
| layout-builder-fourcol-section.pcss.css | core/ |
/* * @file * Provides the layout styles for four-column layout section. */ @import "../base/media-queries.pcss.css"; .layout--fourcol-section { display: grid; gap: var(--grid-gap); grid-template-columns:… | ||
| layout-builder-threecol-section.css | core/ |
/* * DO NOT EDIT THIS FILE. * See the following change record for more information, * https://www.drupal.org/node/3084859 * @preserve */ /* * @file * Provides the layout styles for three-column layout section. */ .layout--threecol-section { … | ||
| layout-builder-threecol-section.pcss.css | core/ |
/* * @file * Provides the layout styles for three-column layout section. */ @import "../base/media-queries.pcss.css"; .layout--threecol-section { display: grid; gap: var(--grid-gap); grid-template-columns:… | ||
| layout-builder-twocol-section.css | core/ |
/* * DO NOT EDIT THIS FILE. * See the following change record for more information, * https://www.drupal.org/node/3084859 * @preserve */ /* * @file * Provides the layout styles for two-column layout section. */ .layout--twocol-section { … | ||
| layout-builder-twocol-section.pcss.css | core/ |
/* * @file * Provides the layout styles for two-column layout section. */ @import "../base/media-queries.pcss.css"; .layout--twocol-section { display: grid; gap: var(--grid-gap); grid-template-columns: var(--layout-twocol-grid); … | ||
| layout-builder.css | core/ |
Styles for layout builder. | ||
| layout-builder.css | 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 | core/ |
This file is used to style the layout builder. | ||
| layout-builder.css | core/ |
/* * DO NOT EDIT THIS FILE. * See the following change record for more information, * https://www.drupal.org/node/3084859 * @preserve */ :is(#extra-specificity-hack, [data-drupal-admin-styles]) { &.admin-toolbar .layout-builder-block { … | ||
| layout-builder.css | core/ |
Layout Builder UI styling. | ||
| layout-builder.pcss.css | core/ |
Layout Builder UI styling. | ||
| layout-builder.pcss.css | core/ |
:is(#extra-specificity-hack, [data-drupal-admin-styles]) { &.admin-toolbar .layout-builder-block { padding: 0; } } .layout-builder.layout-builder--navigation { border: none; } /* Label when "content preview" is disabled.… | ||
| layout-content-medium.css | core/ |
Grid system definition for the content wide layout. | ||
| layout-content-medium.pcss.css | core/ |
Grid system definition for the content wide layout. | ||
| layout-content-narrow.css | core/ |
Grid system definition for the content narrow layout. | ||
| layout-content-narrow.pcss.css | core/ |
Grid system definition for the content narrow layout. | ||
| layout-discovery-section-layout.css | 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 | 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 | core/ |
Visual styles for fields. | ||
| layout-field.pcss.css | core/ |
Visual styles for fields. | ||
| layout-footer.css | core/ |
Grid system definition for the footer top and footer bottom layouts. | ||
| layout-footer.pcss.css | core/ |
Grid system definition for the footer top and footer bottom layouts. | ||
| layout-sidebar.css | core/ |
Special grid system for sidebar. | ||
| layout-sidebar.pcss.css | core/ |
Special grid system for sidebar. |
Pagination
- Previous page
- Page 173
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.