Files - main - drupal
| Title | Deprecated | File name | Namespace | Summary |
|---|---|---|---|---|
| GenericTest.php | core/ |
Drupal\FunctionalTests\Recipe\Core\editorial_workflow | ||
| GenericTest.php | core/ |
Drupal\FunctionalTests\Recipe\Core\article_content_type | ||
| GenericTest.php | core/ |
Drupal\FunctionalTests\Recipe\Core\document_media_type | ||
| GenericTest.php | core/ |
Drupal\Tests\media\Functional | ||
| GenericTest.php | core/ |
Drupal\Tests\file\Functional | ||
| GenericTest.php | core/ |
Drupal\Tests\dblog\Functional | ||
| GenericTest.php | core/ |
Drupal\Tests\language\Functional | ||
| GenericTest.php | core/ |
Drupal\Tests\telephone\Functional | ||
| GenericTest.php | core/ |
Drupal\Tests\dynamic_page_cache\Functional | ||
| GenericTest.php | core/ |
Drupal\Tests\locale\Functional | ||
| GenericTest.php | core/ |
Drupal\Tests\page_cache\Functional | ||
| GenericTest.php | core/ |
Drupal\Tests\responsive_image\Functional | ||
| GenericTest.php | core/ |
Drupal\Tests\migrate_drupal\Functional | ||
| GenericTest.php | core/ |
Drupal\Tests\navigation\Functional | ||
| GenericTest.php | core/ |
Drupal\Tests\settings_tray\Functional | ||
| GenericTestExistsTest.php | core/ |
Drupal\Tests\Core\Extension | ||
| generic_module1_test.info.yml | core/ |
core/modules/system/tests/modules/generic_module1_test/generic_module1_test.info.yml | ||
| generic_module2_test.info.yml | core/ |
core/modules/system/tests/modules/generic_module2_test/generic_module2_test.info.yml | ||
| get-started.html.twig | core/ |
Olivero's theme Get Started section. | ||
| Get.php | core/ |
Drupal\migrate\Plugin\migrate\process | ||
| GetDocumentFromResponseTrait.php | core/ |
Drupal\Tests\jsonapi\Traits | ||
| GetTest.php | core/ |
Drupal\Tests\migrate\Unit\process | ||
| GetTestMethodCallerExtendsTest.php | core/ |
Drupal\FunctionalTests | ||
| GetTestMethodCallerTest.php | core/ |
Drupal\FunctionalTests | ||
| Gettext.php | core/ |
Drupal\locale | ||
| gin-action-link.css | 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 | 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 | 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 | 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 | 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 | core/ |
.path-batch { .region-header { display: flex; } } | ||
| gin-blocks.css | 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 | core/ |
.block-disabled { &:not(:hover) { opacity: 0.6; background: transparent; } } | ||
| gin-body.css | 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 | 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 | 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 | 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 | 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 | 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 | 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 | 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 | 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 | 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 | 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 | core/ |
.divider { background-color: var(--gin-border-color); } | ||
| gin-dropbutton.css | 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 | 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 | 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 | core/ |
hr { margin: var(--gin-spacing-xl) 0; } | ||
| gin-extend.css | 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 { … |
Pagination
- Previous page
- Page 144
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.