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 |
|---|---|---|---|
| gin-system-themes.pcss.css | file | core/ |
.system-themes-list { margin-block-end: var(--gin-spacing-l); } #system-themes-page { hr { display: none; } } |
| gin-table.css | file | core/ |
/* * DO NOT EDIT THIS FILE. * See the following change record for more information, * https://www.drupal.org/node/3084859 * @preserve */ .gin-table-scroll-wrapper { clear: both; overflow-x: auto; overflow-y: hidden; overscroll-behavior-x:… |
| gin-table.pcss.css | file | core/ |
@import "media-queries.pcss.css"; .gin-table-scroll-wrapper { clear: both; overflow-x: auto; overflow-y: hidden; overscroll-behavior-x: contain; margin-block-start: calc(var(--gin-spacing-xs) *… |
| gin-tabledrag.css | file | core/ |
/* * DO NOT EDIT THIS FILE. * See the following change record for more information, * https://www.drupal.org/node/3084859 * @preserve */ /* cspell:ignore smartdate */ .draggable { a.tabledrag-handle { float: none; vertical-align:… |
| gin-tabledrag.pcss.css | file | core/ |
/* cspell:ignore smartdate */ @import "media-queries.pcss.css"; .draggable { a.tabledrag-handle { float: none; vertical-align: middle; &:focus::before { box-shadow: 0 0 0 1px var(--gin-color-focus-border), … |
| gin-taxonomy.css | file | core/ |
/* * DO NOT EDIT THIS FILE. * See the following change record for more information, * https://www.drupal.org/node/3084859 * @preserve */ /* For visibility issue in Taxonomy terms */ .taxonomy-overview-terms:not(:has(.action-link)) { #edit-help… |
| gin-taxonomy.pcss.css | file | core/ |
/* For visibility issue in Taxonomy terms */ .taxonomy-overview-terms:not(:has(.action-link)) { #edit-help { margin-block-end: var(--gin-spacing-m); } } |
| gin-title.css | file | core/ |
/* * DO NOT EDIT THIS FILE. * See the following change record for more information, * https://www.drupal.org/node/3084859 * @preserve */ .block-page-title-block { &:last-child { margin-block-end: 0; } } .page-title { overflow:… |
| gin-title.pcss.css | file | core/ |
@import "media-queries.pcss.css"; .block-page-title-block { &:last-child { margin-block-end: 0; } } .page-title { overflow: hidden; max-width: 90%; padding-inline-end: 0.25em; white-space: nowrap; letter-spacing:… |
| gin-toolbar-icons.css | file | core/ |
/* * DO NOT EDIT THIS FILE. * See the following change record for more information, * https://www.drupal.org/node/3084859 * @preserve */ /* cspell:ignore webform, tmgmt, toleft, totop… |
| gin-toolbar-icons.pcss.css | file | core/ |
/* cspell:ignore webform, tmgmt, toleft, totop… |
| gin-tour.css | file | core/ |
/* * DO NOT EDIT THIS FILE. * See the following change record for more information, * https://www.drupal.org/node/3084859 * @preserve */ .shepherd-element { border-radius: var(--gin-border-m); } .joyride-content-wrapper… |
| gin-tour.pcss.css | file | core/ |
.shepherd-element { border-radius: var(--gin-border-m); } .joyride-content-wrapper .button, .button:not(:focus).shepherd-button { box-shadow: none; } |
| gin-update.css | file | core/ |
/* * DO NOT EDIT THIS FILE. * See the following change record for more information, * https://www.drupal.org/node/3084859 * @preserve */ .project-update__version { padding-block: 0; } .project-update__version-links { padding-inline-end:… |
| gin-update.pcss.css | file | core/ |
.project-update__version { padding-block: 0; } .project-update__version-links { padding-inline-end: 0; } .project-update__details { padding: 0; color: var(--gin-color-text-light); font-size:… |
| gin-views-unwrapped.css | file | core/ |
/* * DO NOT EDIT THIS FILE. * See the following change record for more information, * https://www.drupal.org/node/3084859 * @preserve */ .views-edit-view { .unit-title { margin-block-start: 0; margin-block-end: var(--gin-spacing-m); … |
| gin-views-unwrapped.pcss.css | file | core/ |
@import "media-queries.pcss.css"; .views-edit-view { .unit-title { margin-block-start: 0; margin-block-end: var(--gin-spacing-m); /* Duplicated from h1/h2/h3 styles in _body.scss (was @extend h2). */ letter-spacing:… |
| gin-views.css | file | core/ |
/* * DO NOT EDIT THIS FILE. * See the following change record for more information, * https://www.drupal.org/node/3084859 * @preserve */ .views-exposed-form.views-exposed-form { padding-block-start: var(--gin-spacing-xs); … |
| gin-views.pcss.css | file | core/ |
@import "media-queries.pcss.css"; .views-exposed-form.views-exposed-form { padding-block-start: var(--gin-spacing-xs); .form-element--type-select { max-width: 240px; } .form-type--boolean .form-boolean { … |
| gin.css | file | core/ |
@charset "UTF-8"; /* cspell:ignore imageapi, smartdate, tablesaw */ html { font-family: var(--gin-font); scroll-padding-block-start: var(--gin-scroll-offset) !important; } body { overflow-x: hidden; color:… |
| gin.css | file | core/ |
@charset "UTF-8"; /* cspell:ignore imageapi, smartdate, tablesaw */ html { font-family: var(--gin-font); scroll-padding-block-start: var(--gin-scroll-offset) !important; } body { overflow-x: hidden; color:… |
| Git | class | composer/ |
Provide some Git utility operations. |
| Git.php | file | composer/ |
|
| Git::checkIgnore | function | composer/ |
Determines whether the specified scaffold file is already ignored. |
| Git::checkTracked | function | composer/ |
Determines whether the specified scaffold file is tracked by git. |
| Git::isRepository | function | composer/ |
Checks to see if the project root dir is in a git repository. |
| Git::__construct | function | composer/ |
This class provides only static methods. |
| GitExcluder | class | core/ |
Excludes .git directories from stage operations. |
| GitExcluder.php | file | core/ |
|
| GitExcluder::excludeGitDirectories | function | core/ |
Excludes .git directories from stage operations. |
| GitExcluder::getSubscribedEvents | function | core/ |
|
| GitExcluder::__construct | function | core/ |
|
| GitExcluderTest | class | core/ |
Tests Git Excluder. |
| GitExcluderTest.php | file | core/ |
|
| GitExcluderTest::setUp | function | core/ |
|
| GitExcluderTest::testGitDirectoriesExcludedActive | function | core/ |
Tests that Git directories are excluded from stage during PreCreate. |
| GitExcluderTest::testGitDirectoriesExcludedStage | function | core/ |
Tests that Git directories are excluded from active during PreApply. |
| give-it-a-go-and-grow-your-own-herbs.html | file | core/ |
|
| give-it-a-go-and-grow-your-own-herbs.html | file | core/ |
|
| give-your-oatmeal-the-ultimate-makeover.html | file | core/ |
|
| give-your-oatmeal-the-ultimate-makeover.html | file | core/ |
|
| GlobalAttribute | class | core/ |
CKEditor 5 Global Attribute for filter_html. |
| GlobalAttribute.php | file | core/ |
|
| GlobalAttribute::getDynamicPluginConfig | function | core/ |
Allows a plugin to modify its static configuration. |
| globals.api.php | file | core/ |
These are the global variables that Drupal uses. |
| GlossaryTest | class | core/ |
Tests glossary functionality of views. |
| GlossaryTest.php | file | core/ |
|
| GlossaryTest::$defaultTheme | property | core/ |
The theme to install as the default for testing. |
| GlossaryTest::$modules | property | core/ |
Modules to install. |
| GlossaryTest::testGlossaryView | function | core/ |
Tests the default glossary view. |
Pagination
- Previous page
- Page 805
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.