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 11.x for all
- Other projects
| Title | Object type | File name | Summary |
|---|---|---|---|
| GetTest::testTransformSourceStringAt | function | core/ |
Tests the Get plugin when source is a string pointing to destination. |
| GetTestMethodCallerExtendsTest | class | core/ |
Test for BrowserTestBase::getTestMethodCaller() in child classes. |
| GetTestMethodCallerExtendsTest.php | file | core/ |
|
| GetTestMethodCallerExtendsTest::$defaultTheme | property | core/ |
|
| GetTestMethodCallerExtendsTest::testGetTestMethodCallerChildClass | function | core/ |
A test method that is not present in the parent class. |
| GetTestMethodCallerTest | class | core/ |
Explicit test for BrowserTestBase::getTestMethodCaller(). |
| GetTestMethodCallerTest.php | file | core/ |
|
| GetTestMethodCallerTest::$defaultTheme | property | core/ |
|
| GetTestMethodCallerTest::testGetTestMethodCaller | function | core/ |
Tests BrowserTestBase::getTestMethodCaller(). |
| Gettext | class | core/ |
Static class providing Drupal specific Gettext functionality. |
| Gettext.php | file | core/ |
|
| Gettext::fileToDatabase | function | core/ |
Reads the given PO files into the database. |
| get_defined_functions | function | core/ |
Overrides get_defined_functions() with a configurable mock. |
| gin-action-link.css | file | core/ |
/* * DO NOT EDIT THIS FILE. * See the following change record for more information, * https://www.drupal.org/node/3084859 * @preserve */ .action-link { color: var(--gin-color-primary); border-radius: var(--gin-border-s); background:… |
| gin-action-link.pcss.css | file | core/ |
.action-link { color: var(--gin-color-primary); border-radius: var(--gin-border-s); background: transparent; &:hover { color: var(--gin-color-primary-hover); background: var(--gin-bg-item-hover); } &:focus { color:… |
| gin-admin-item.css | file | core/ |
/* * DO NOT EDIT THIS FILE. * See the following change record for more information, * https://www.drupal.org/node/3084859 * @preserve */ .admin-list { padding: var(--gin-spacing-s) 0; } .admin-item { position: relative; padding-block:… |
| gin-admin-item.pcss.css | file | core/ |
.admin-list { padding: var(--gin-spacing-s) 0; } .admin-item { position: relative; padding-block: var(--gin-spacing-density-s); padding-inline: var(--gin-spacing-l) calc(var(--gin-spacing-xs) + var(--gin-spacing-xl)); margin:… |
| gin-batch.css | file | core/ |
/* * DO NOT EDIT THIS FILE. * See the following change record for more information, * https://www.drupal.org/node/3084859 * @preserve */ .path-batch { .region-header { display: flex; } } |
| gin-batch.pcss.css | file | core/ |
.path-batch { .region-header { display: flex; } } |
| gin-blocks.css | file | core/ |
/* * DO NOT EDIT THIS FILE. * See the following change record for more information, * https://www.drupal.org/node/3084859 * @preserve */ .block-disabled { &:not(:hover) { opacity: 0.6; background: transparent; } } |
| gin-blocks.pcss.css | file | core/ |
.block-disabled { &:not(:hover) { opacity: 0.6; background: transparent; } } |
| gin-body.css | file | core/ |
/* * DO NOT EDIT THIS FILE. * See the following change record for more information, * https://www.drupal.org/node/3084859 * @preserve */ html { font-family: var(--gin-font); scroll-padding-block-start: var(--gin-scroll-offset)… |
| gin-body.pcss.css | file | core/ |
@import "media-queries.pcss.css"; html { font-family: var(--gin-font); scroll-padding-block-start: var(--gin-scroll-offset) !important; } body { overflow-x: hidden; color: var(--gin-color-text); background: var(--gin-bg-app); … |
| gin-button.css | file | core/ |
/* * DO NOT EDIT THIS FILE. * See the following change record for more information, * https://www.drupal.org/node/3084859 * @preserve */ .button, .project__action_button, .dropbutton__item:first-of-type > *, .dropbutton__toggle { color:… |
| gin-button.pcss.css | file | core/ |
@import "media-queries.pcss.css"; .button, .project__action_button, .dropbutton__item:first-of-type > *, .dropbutton__toggle { color: var(--gin-color-primary); background-color: transparent; box-shadow: none; font-size:… |
| gin-card.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 xsmall */ .card { overflow: hidden; padding: 0; border: 1px solid… |
| gin-card.pcss.css | file | core/ |
/* cspell:ignore xsmall */ @import "media-queries.pcss.css"; .card { overflow: hidden; padding: 0; border: 1px solid var(--gin-border-color-layer2); border-radius: var(--gin-border-m); background: transparent; box-shadow:… |
| gin-claro-improvements.css | file | core/ |
/* * DO NOT EDIT THIS FILE. * See the following change record for more information, * https://www.drupal.org/node/3084859 * @preserve */ /* Summary */ details summary { padding: var(--gin-spacing-m); background-color: rgb(230, 228, 223,… |
| gin-claro-improvements.pcss.css | file | core/ |
/* Summary */ details summary { padding: var(--gin-spacing-m); background-color: rgb(230, 228, 223, 0.2); } /* Claro form--inline fixes */ .form--inline, [data-drupal-selector*="-bulk-form"], .layout-region-node-footer__content { … |
| gin-color-overrides.css | file | core/ |
/* * DO NOT EDIT THIS FILE. * See the following change record for more information, * https://www.drupal.org/node/3084859 * @preserve */ /* Color */ a, .link, button.link, .tabs__link.is-active, [open] .gin-details__summary--accordion, [open]… |
| gin-color-overrides.pcss.css | file | core/ |
/* Color */ a, .link, button.link, .tabs__link.is-active, [open] .gin-details__summary--accordion, [open] .gin-details__summary--accordion-item, [open] .gin-details__summary--vertical-tabs-item, .vertical-tabs__menu-item.is-selected… |
| gin-divider.css | file | core/ |
/* * DO NOT EDIT THIS FILE. * See the following change record for more information, * https://www.drupal.org/node/3084859 * @preserve */ .divider { background-color: var(--gin-border-color); } |
| gin-divider.pcss.css | file | core/ |
.divider { background-color: var(--gin-border-color); } |
| gin-dropbutton.css | file | core/ |
/* * DO NOT EDIT THIS FILE. * See the following change record for more information, * https://www.drupal.org/node/3084859 * @preserve */ .dropbutton-widget, html.js .dropbutton-widget { background-color: transparent; } /* Overlay the dropdown… |
| gin-dropbutton.pcss.css | file | core/ |
.dropbutton-widget, html.js .dropbutton-widget { background-color: transparent; } /* Overlay the dropdown button on top of the sticky header and main toolbar */ html.js { .dropbutton-wrapper.open { .dropbutton-widget { z-index: 502; /*… |
| gin-elements.css | file | core/ |
/* * DO NOT EDIT THIS FILE. * See the following change record for more information, * https://www.drupal.org/node/3084859 * @preserve */ hr { margin: var(--gin-spacing-xl) 0; } |
| gin-elements.pcss.css | file | core/ |
hr { margin: var(--gin-spacing-xl) 0; } |
| gin-extend.css | file | core/ |
/* * DO NOT EDIT THIS FILE. * See the following change record for more information, * https://www.drupal.org/node/3084859 * @preserve */ .modules-table-filter { padding: 0; border: 0 none; box-shadow: none; } .package-listing { … |
| gin-extend.pcss.css | file | core/ |
.modules-table-filter { padding: 0; border: 0 none; box-shadow: none; } .package-listing { margin-block-start: var(--gin-spacing-m); } .gin-details__summary { padding-inline-start:… |
| gin-field-ui.css | file | core/ |
/* * DO NOT EDIT THIS FILE. * See the following change record for more information, * https://www.drupal.org/node/3084859 * @preserve */ .draggable.field-plugin-settings-editing, .draggable.drag-previous.field-plugin-settings-editing { … |
| gin-field-ui.pcss.css | file | core/ |
.draggable.field-plugin-settings-editing, .draggable.drag-previous.field-plugin-settings-editing { background: var(--gin-bg-app); } .field-plugin-summary { color: var(--gin-color-text-light); font-size: var(--gin-font-size-xs); } /* Need to… |
| gin-focus.css | file | core/ |
/* * DO NOT EDIT THIS FILE. * See the following change record for more information, * https://www.drupal.org/node/3084859 * @preserve */ .page-wrapper *:focus, .ui-dialog *:focus, .dropbutton .dropbutton__item > *:focus, .dropbutton… |
| gin-focus.pcss.css | file | core/ |
@import "media-queries.pcss.css"; .page-wrapper *:focus, .ui-dialog *:focus, .dropbutton .dropbutton__item > *:focus, .dropbutton .dropbutton__item > *:focus:hover, .dropbutton__items > .dropbutton__item:first-of-type >… |
| gin-form.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 Darkmode, tablesaw */ .form-element { box-sizing: border-box; min-height:… |
| gin-form.pcss.css | file | core/ |
/* cspell:ignore Darkmode, tablesaw */ .form-element { box-sizing: border-box; min-height: calc((var(--input-padding-vertical) * 2) + var(--input-line-height)); color: var(--gin-color-text); border: 1px solid… |
| gin-help.css | file | core/ |
/* * DO NOT EDIT THIS FILE. * See the following change record for more information, * https://www.drupal.org/node/3084859 * @preserve */ .block-help-block { max-width: 64rem; margin: 0; margin-block-end: var(--gin-spacing-m); font-size:… |
| gin-help.pcss.css | file | core/ |
.block-help-block { max-width: 1024px; margin: 0; margin-block-end: var(--gin-spacing-m); font-size: var(--gin-font-size-s); p { /* @todo add this back after visual regression against Gin 5.x */ /* margin: 0; */ color:… |
| gin-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 toleft, totop, tmgmt, webform */ :root { --admin-icon-add:… |
| gin-icons.pcss.css | file | core/ |
/* cspell:ignore toleft, totop, tmgmt, webform */ :root { --admin-icon-add: url("../../media/icons/general/add.svg"); --admin-icon-announcement: url("../../media/icons/navigation/announcement.svg"); --admin-icon-appearance:… |
| gin-image-preview.css | file | core/ |
/* * DO NOT EDIT THIS FILE. * See the following change record for more information, * https://www.drupal.org/node/3084859 * @preserve */ .image-preview { img { background-color: var(--gin-pattern-fallback); background-image:… |
Pagination
- Previous page
- Page 781
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.