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 main for all
  6. Other projects
Title Object type File name Summary
get-started.html.twig file core/themes/olivero/templates/includes/get-started.html.twig Olivero's theme Get Started section.
Get.php file core/modules/migrate/src/Plugin/migrate/process/Get.php
Get::$multiple property core/modules/migrate/src/Plugin/migrate/process/Get.php Flag indicating whether there are multiple values.
Get::multiple function core/modules/migrate/src/Plugin/migrate/process/Get.php Indicates whether the returned value requires multiple handling.
Get::transform function core/modules/migrate/src/Plugin/migrate/process/Get.php Performs the associated process.
GetDocumentFromResponseTrait trait core/modules/jsonapi/tests/src/Traits/GetDocumentFromResponseTrait.php Test trait for retrieving the JSON:API document from a response.
GetDocumentFromResponseTrait.php file core/modules/jsonapi/tests/src/Traits/GetDocumentFromResponseTrait.php
GetDocumentFromResponseTrait::getDocumentFromResponse function core/modules/jsonapi/tests/src/Traits/GetDocumentFromResponseTrait.php Retrieve document from response, with basic validation.
GetTest class core/modules/migrate/tests/src/Unit/process/GetTest.php Tests the get process plugin.
GetTest.php file core/modules/migrate/tests/src/Unit/process/GetTest.php
GetTest::integerValuesDataProvider function core/modules/migrate/tests/src/Unit/process/GetTest.php Provides data for the successful lookup test.
GetTest::testIntegerValues function core/modules/migrate/tests/src/Unit/process/GetTest.php Tests the Get plugin when source has integer values.
GetTest::testPluginSyntax function core/modules/migrate/tests/src/Unit/process/GetTest.php Tests the Get plugin for syntax errors by creating a prophecy of the class.
GetTest::testTransformSourceArray function core/modules/migrate/tests/src/Unit/process/GetTest.php Tests the Get plugin when source is an array.
GetTest::testTransformSourceArrayAt function core/modules/migrate/tests/src/Unit/process/GetTest.php Tests the Get plugin when source is an array pointing to destination.
GetTest::testTransformSourceString function core/modules/migrate/tests/src/Unit/process/GetTest.php Tests the Get plugin when source is a string.
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 The theme to install as the default for testing.
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 The theme to install as the default for testing.
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…

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