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 |
|---|---|---|---|
| LatestRevisionCheckTest.php | file | core/ |
|
| LatestRevisionCheckTest::accessSituationProvider | function | core/ |
Data provider for testLastAccessPermissions(). |
| LatestRevisionCheckTest::setUp | function | core/ |
|
| LatestRevisionCheckTest::testLatestAccessPermissions | function | core/ |
Tests the access check of the LatestRevisionCheck service. |
| LatestRevisionFilterTest | class | core/ |
Tests the 'Latest revision' filter. |
| LatestRevisionFilterTest.php | file | core/ |
|
| LatestRevisionFilterTest::$modules | property | core/ |
Modules to install. |
| LatestRevisionFilterTest::$testViews | property | core/ |
Views to be enabled. |
| LatestRevisionFilterTest::assertNotInResultSet | function | core/ |
Asserts that a list of revision IDs are not in the result. |
| LatestRevisionFilterTest::testLatestRevisionFilter | function | core/ |
Tests the 'Latest revision' filter. |
| LatestTranslationAffectedRevision | class | core/ |
Filter to show only the latest translation affected revision of an entity. |
| LatestTranslationAffectedRevision.php | file | core/ |
|
| LatestTranslationAffectedRevision::$entityTypeManager | property | core/ |
Entity Type Manager service. |
| LatestTranslationAffectedRevision::$joinHandler | property | core/ |
Views Handler Plugin Manager. |
| LatestTranslationAffectedRevision::adminSummary | function | core/ |
Display the filter on the administrative summary. |
| LatestTranslationAffectedRevision::canExpose | function | core/ |
Determine if a filter can be exposed. |
| LatestTranslationAffectedRevision::operatorForm | function | core/ |
Options form subform for setting the operator. |
| LatestTranslationAffectedRevision::query | function | core/ |
Add this filter to the query. |
| LatestTranslationAffectedRevision::__construct | function | core/ |
Constructs a new LatestRevisionTranslationAffected. |
| LatestTranslationAffectedRevisionTest | class | core/ |
Tests the 'Latest translation affected revision' filter. |
| LatestTranslationAffectedRevisionTest.php | file | core/ |
|
| LatestTranslationAffectedRevisionTest::$modules | property | core/ |
Modules to install. |
| LatestTranslationAffectedRevisionTest::$testViews | property | core/ |
Views to be enabled. |
| LatestTranslationAffectedRevisionTest::testLatestRevisionFilter | function | core/ |
Tests the 'Latest revision' filter. |
| layers.css | file | 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 | file | 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 Builder access | group | core/ |
In determining access rights for the Layout Builder UI, \Drupal\layout_builder\Access\LayoutBuilderAccessCheck checks if the specified section storage plugin (an implementation of \Drupal\layout_builder\SectionStorageInterface) grants access. |
| layout--fourcol-section.html.twig | file | core/ |
Default theme implementation for a four-column 25%-25%-25%-25% layout. |
| layout--fourcol-section.html.twig | file | core/ |
Theme override for a four-column 25%-25%-25%-25% layout. |
| layout--oneplusfourgrid-section.html.twig | file | core/ |
Default theme implementation to display a one plus four grid layout. |
| layout--threecol-section.html.twig | file | core/ |
Theme override for a three-column layout. |
| layout--threecol-section.html.twig | file | core/ |
Default theme implementation for a three-column layout. |
| layout--twocol-bricks.html.twig | file | core/ |
Theme override for a two column layout. |
| layout--twocol-bricks.html.twig | file | core/ |
Default theme implementation for a two column layout. |
| layout--twocol-section.html.twig | file | core/ |
Theme override to display a two-column layout. |
| layout--twocol-section.html.twig | file | core/ |
Default theme implementation to display a two-column layout. |
| layout-2-col.css | file | core/ |
This file is used to create the layout when the theme has 2 columns. |
| layout-builder-fourcol-section.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 the layout styles for four-column layout section. */ .layout--fourcol-section { … |
| layout-builder-fourcol-section.pcss.css | file | 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 | file | 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 | file | 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 | file | 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 | file | 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 | file | 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 | file | core/ |
This file is used to style the layout builder. |
| layout-builder.css | file | core/ |
Layout Builder UI styling. |
| layout-builder.css | file | 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 | file | core/ |
Styles for layout builder. |
| layout-builder.pcss.css | file | 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-builder.pcss.css | file | core/ |
Layout Builder UI styling. |
Pagination
- Previous page
- Page 796
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.