Skip to main content
Drupal API
User account menu
  • Log in

Breadcrumb

  1. Drupal Core 11.1.x

Files - Drupal 11.1.x - Drupal Core

Primary tabs

  • Drupal 11.1.x
Title Deprecated File name Namespace Summary
LatestTranslationAffectedRevision.php core/modules/views/src/Plugin/views/filter/LatestTranslationAffectedRevision.php Drupal\views\Plugin\views\filter
LavaLiteInstaller.php vendor/composer/installers/src/Composer/Installers/LavaLiteInstaller.php Composer\Installers
layout--fourcol-section.html.twig core/themes/stable9/layouts/layout_builder/fourcol_section/layout--fourcol-section.html.twig Theme override for a four-column 25%-25%-25%-25% layout.
layout--fourcol-section.html.twig core/modules/layout_builder/layouts/fourcol_section/layout--fourcol-section.html.twig Default theme implementation for a four-column 25%-25%-25%-25% layout.
layout--onecol.html.twig core/themes/stable9/layouts/layout_discovery/onecol/layout--onecol.html.twig Theme override to display a one-column layout.
layout--onecol.html.twig core/modules/layout_discovery/layouts/onecol/layout--onecol.html.twig Default theme implementation to display a one-column layout.
layout--oneplusfourgrid-section.html.twig core/profiles/demo_umami/themes/umami/layouts/oneplusfourgrid_section/layout--oneplusfourgrid-section.html.twig Default theme implementation to display a one plus four grid layout.
layout--threecol-25-50-25.html.twig core/themes/stable9/layouts/layout_discovery/threecol_25_50_25/layout--threecol-25-50-25.html.twig Theme override for a three column layout.
layout--threecol-25-50-25.html.twig core/modules/layout_discovery/layouts/threecol_25_50_25/layout--threecol-25-50-25.html.twig Default theme implementation for a three column layout.
layout--threecol-33-34-33.html.twig core/modules/layout_discovery/layouts/threecol_33_34_33/layout--threecol-33-34-33.html.twig Default theme implementation for a three column layout.
layout--threecol-33-34-33.html.twig core/themes/stable9/layouts/layout_discovery/threecol_33_34_33/layout--threecol-33-34-33.html.twig Theme override for a three column layout.
layout--threecol-section.html.twig core/themes/stable9/layouts/layout_builder/threecol_section/layout--threecol-section.html.twig Theme override for a three-column layout.
layout--threecol-section.html.twig core/modules/layout_builder/layouts/threecol_section/layout--threecol-section.html.twig Default theme implementation for a three-column layout.
layout--twocol-bricks.html.twig core/themes/stable9/layouts/layout_discovery/twocol_bricks/layout--twocol-bricks.html.twig Theme override for a two column layout.
layout--twocol-bricks.html.twig core/modules/layout_discovery/layouts/twocol_bricks/layout--twocol-bricks.html.twig Default theme implementation for a two column layout.
layout--twocol-section.html.twig core/themes/stable9/layouts/layout_builder/twocol_section/layout--twocol-section.html.twig Theme override to display a two-column layout.
layout--twocol-section.html.twig core/modules/layout_builder/layouts/twocol_section/layout--twocol-section.html.twig Default theme implementation to display a two-column layout.
layout--twocol.html.twig core/modules/layout_discovery/layouts/twocol/layout--twocol.html.twig Default theme implementation to display a two-column layout.
layout--twocol.html.twig core/themes/stable9/layouts/layout_discovery/twocol/layout--twocol.html.twig Theme override to display a two-column layout.
layout-2-col.css core/profiles/demo_umami/themes/umami/css/layout/layout-2-col.css This file is used to create the layout when the theme has 2 columns.
layout-builder-fourcol-section.css core/themes/olivero/css/layout/layout-builder-fourcol-section.css /* * 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/themes/olivero/css/layout/layout-builder-fourcol-section.pcss.css /* * @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/themes/olivero/css/layout/layout-builder-threecol-section.css /* * 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/themes/olivero/css/layout/layout-builder-threecol-section.pcss.css /* * @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/themes/olivero/css/layout/layout-builder-twocol-section.css /* * 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/themes/olivero/css/layout/layout-builder-twocol-section.pcss.css /* * @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/modules/navigation/css/base/layout-builder.css /* * DO NOT EDIT THIS FILE. * See the following change record for more information, * https://www.drupal.org/node/3084859 * @preserve */ .admin-toolbar .layout-builder-block { padding: 0; } #navigation-layout .layout-builder { border:…
layout-builder.css core/themes/stable9/css/layout_builder/layout-builder.css .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/modules/layout_builder/css/layout-builder.css Layout Builder UI styling.
layout-builder.css core/profiles/demo_umami/themes/umami/css/components/layout_builder/layout-builder.css This file is used to style the layout builder.
layout-builder.pcss.css core/modules/navigation/css/base/layout-builder.pcss.css .admin-toolbar .layout-builder-block { padding: 0; } #navigation-layout .layout-builder { border: none; } /* Label when "content preview" is disabled. */ .navigation-layout .layout-builder-block__content-preview-placeholder-label { …
layout-builder.pcss.css core/modules/layout_builder/css/layout-builder.pcss.css Layout Builder UI styling.
layout-content-medium.css core/themes/olivero/css/layout/layout-content-medium.css Grid system definition for the content wide layout.
layout-content-medium.pcss.css core/themes/olivero/css/layout/layout-content-medium.pcss.css Grid system definition for the content wide layout.
layout-content-narrow.css core/themes/olivero/css/layout/layout-content-narrow.css Grid system definition for the content narrow layout.
layout-content-narrow.pcss.css core/themes/olivero/css/layout/layout-content-narrow.pcss.css Grid system definition for the content narrow layout.
layout-discovery-section-layout.css core/themes/olivero/css/layout/layout-discovery-section-layout.css /* * 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/themes/olivero/css/layout/layout-discovery-section-layout.pcss.css /* * @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/themes/olivero/css/components/layout-field.css Visual styles for fields.
layout-field.pcss.css core/themes/olivero/css/components/layout-field.pcss.css Visual styles for fields.
layout-footer.css core/themes/olivero/css/layout/layout-footer.css Grid system definition for the footer top and footer bottom layouts.
layout-footer.pcss.css core/themes/olivero/css/layout/layout-footer.pcss.css Grid system definition for the footer top and footer bottom layouts.
layout-sidebar.css core/themes/olivero/css/layout/layout-sidebar.css Special grid system for sidebar.
layout-sidebar.pcss.css core/themes/olivero/css/layout/layout-sidebar.pcss.css Special grid system for sidebar.
layout-views-grid.css core/themes/olivero/css/layout/layout-views-grid.css Responsive styles for views grid horizontal layout.
layout-views-grid.pcss.css core/themes/olivero/css/layout/layout-views-grid.pcss.css Responsive styles for views grid horizontal layout.
layout.css core/themes/olivero/css/layout/layout.css Base Layout.
layout.css core/profiles/demo_umami/themes/umami/css/layout/layout.css This file is used to create generic layout styles.
layout.css core/themes/claro/css/layout/layout.css /* * 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.html.twig core/modules/layout_discovery/templates/layout.html.twig Template for a generic layout.

Pagination

  • First page
  • Previous page
  • …
  • Page 139
  • Page 140
  • Page 141
  • Page 142
  • Page 143
  • Page 144
  • Page 145
  • Page 146
  • Page 147
  • …
  • Next page
  • Last page

API Navigation

  • Drupal Core 11.1.x
  • Topics
  • Classes
  • Functions
  • Constants
  • Globals
  • Files
  • Namespaces
  • Deprecated
  • Services
RSS feed
Powered by Drupal