Search for all

  1. Search 7.x for all
  2. Search 9.5.x for all
  3. Search 8.9.x for all
  4. Search 10.3.x for all
  5. Search 11.x for all
  6. Other projects
Title Object type File name Summary
GetTest::testTransformSourceStringAt function core/modules/migrate/tests/src/Unit/process/GetTest.php Tests the Get plugin when source is a string pointing to destination.
GetTestMethodCallerExtendsTest class core/tests/Drupal/FunctionalTests/GetTestMethodCallerExtendsTest.php Test for BrowserTestBase::getTestMethodCaller() in child classes.
GetTestMethodCallerExtendsTest.php file core/tests/Drupal/FunctionalTests/GetTestMethodCallerExtendsTest.php
GetTestMethodCallerExtendsTest::$defaultTheme property core/tests/Drupal/FunctionalTests/GetTestMethodCallerExtendsTest.php
GetTestMethodCallerExtendsTest::testGetTestMethodCallerChildClass function core/tests/Drupal/FunctionalTests/GetTestMethodCallerExtendsTest.php A test method that is not present in the parent class.
GetTestMethodCallerTest class core/tests/Drupal/FunctionalTests/GetTestMethodCallerTest.php Explicit test for BrowserTestBase::getTestMethodCaller().
GetTestMethodCallerTest.php file core/tests/Drupal/FunctionalTests/GetTestMethodCallerTest.php
GetTestMethodCallerTest::$defaultTheme property core/tests/Drupal/FunctionalTests/GetTestMethodCallerTest.php
GetTestMethodCallerTest::testGetTestMethodCaller function core/tests/Drupal/FunctionalTests/GetTestMethodCallerTest.php Tests BrowserTestBase::getTestMethodCaller().
Gettext class core/modules/locale/src/Gettext.php Static class providing Drupal specific Gettext functionality.
Gettext.php file core/modules/locale/src/Gettext.php
Gettext::fileToDatabase function core/modules/locale/src/Gettext.php Reads the given PO files into the database.
get_defined_functions function core/tests/Drupal/Tests/Core/Theme/RegistryTest.php Overrides get_defined_functions() with a configurable mock.
gin-action-link.css file core/themes/default_admin/migration/css/base/gin-action-link.css /*
* 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/themes/default_admin/migration/css/base/gin-action-link.pcss.css .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/themes/default_admin/migration/css/base/gin-admin-item.css /*
* 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/themes/default_admin/migration/css/base/gin-admin-item.pcss.css .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/themes/default_admin/migration/css/base/gin-batch.css /*
* 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/themes/default_admin/migration/css/base/gin-batch.pcss.css .path-batch {
.region-header {
display: flex;
}
}
gin-blocks.css file core/themes/default_admin/migration/css/base/gin-blocks.css /*
* 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/themes/default_admin/migration/css/base/gin-blocks.pcss.css .block-disabled {
&:not(:hover) {
opacity: 0.6;
background: transparent;
}
}
gin-body.css file core/themes/default_admin/migration/css/base/gin-body.css /*
* 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/themes/default_admin/migration/css/base/gin-body.pcss.css @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/themes/default_admin/migration/css/base/gin-button.css /*
* 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/themes/default_admin/migration/css/base/gin-button.pcss.css @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/themes/default_admin/migration/css/base/gin-card.css /*
* 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/themes/default_admin/migration/css/base/gin-card.pcss.css /* 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/themes/default_admin/migration/css/base/gin-claro-improvements.css /*
* 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/themes/default_admin/migration/css/base/gin-claro-improvements.pcss.css /* 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/themes/default_admin/migration/css/base/gin-color-overrides.css /*
* 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/themes/default_admin/migration/css/base/gin-color-overrides.pcss.css /* 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/themes/default_admin/migration/css/base/gin-divider.css /*
* 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/themes/default_admin/migration/css/base/gin-divider.pcss.css .divider {
background-color: var(--gin-border-color);
}
gin-dropbutton.css file core/themes/default_admin/migration/css/base/gin-dropbutton.css /*
* 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/themes/default_admin/migration/css/base/gin-dropbutton.pcss.css .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/themes/default_admin/migration/css/base/gin-elements.css /*
* 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/themes/default_admin/migration/css/base/gin-elements.pcss.css hr {
margin: var(--gin-spacing-xl) 0;
}
gin-extend.css file core/themes/default_admin/migration/css/base/gin-extend.css /*
* 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/themes/default_admin/migration/css/base/gin-extend.pcss.css .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/themes/default_admin/migration/css/base/gin-field-ui.css /*
* 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/themes/default_admin/migration/css/base/gin-field-ui.pcss.css .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/themes/default_admin/migration/css/base/gin-focus.css /*
* 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/themes/default_admin/migration/css/base/gin-focus.pcss.css @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/themes/default_admin/migration/css/base/gin-form.css /*
* 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/themes/default_admin/migration/css/base/gin-form.pcss.css /* 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/themes/default_admin/migration/css/base/gin-help.css /*
* 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/themes/default_admin/migration/css/base/gin-help.pcss.css .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/themes/default_admin/migration/css/base/gin-icons.css /*
* 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/themes/default_admin/migration/css/base/gin-icons.pcss.css /* 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/themes/default_admin/migration/css/base/gin-image-preview.css /*
* 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:…

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.