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 |
|---|---|---|---|
| TableTest::assertTableStructureInRenderedPage | function | core/ |
Confirms the saved page has the expected table structure. |
| TableTest::setUp | function | core/ |
|
| TableTest::testTableCaptionUi | function | core/ |
Tests creating a table with caption in the UI. |
| TableTest::testTableConversion | function | core/ |
Confirms tables convert to the expected markup. |
| TableTest::testThemeTableFooter | function | core/ |
Tests that the 'footer' option works correctly. |
| TableTest::testThemeTableHeaderCellOption | function | core/ |
Tests that the 'header' option in cells works correctly. |
| TableTest::testThemeTableHeaderRenderArray | function | core/ |
Tests header elements with a mix of string and render array values. |
| TableTest::testThemeTableNoStickyHeaders | function | core/ |
If $sticky is FALSE, `sticky-header` class should not be included. |
| TableTest::testThemeTableNotResponsiveHeaders | function | core/ |
Tests that the 'responsive-table' class is not applied without headers. |
| TableTest::testThemeTableNotResponsiveProperty | function | core/ |
Tests that 'responsive-table' class only applied when responsive is TRUE. |
| TableTest::testThemeTableResponsive | function | core/ |
Tests that the 'responsive-table' class is applied correctly. |
| TableTest::testThemeTableResponsivePriority | function | core/ |
Tests 'priority-medium' and 'priority-low' classes. |
| TableTest::testThemeTableRowRenderArray | function | core/ |
Tests row elements with a mix of string and render array values. |
| TableTest::testThemeTableStickyHeaders | function | core/ |
If $sticky is TRUE, `sticky-header` class should be included. |
| TableTest::testThemeTableTitle | function | core/ |
Tests that the select/checkbox label is being generated and escaped. |
| TableTest::testThemeTableWithEmptyMessage | function | core/ |
Tests the display of the table header. |
| TableTest::testThemeTableWithNoStriping | function | core/ |
Tests that the 'no_striping' option works correctly. |
| tabs.css | file | core/ |
/* * DO NOT EDIT THIS FILE. * See the following change record for more information, * https://www.drupal.org/node/3084859 * @preserve */ /** * Tabs. */ :root { /** * Tabs. */ --tabs-border-radius-size: var(--base-border-radius); … |
| tabs.css | file | core/ |
Visual styles for tabs. |
| tabs.css | file | core/ |
/* * DO NOT EDIT THIS FILE. * See the following change record for more information, * https://www.drupal.org/node/3084859 * @preserve */ /* Breakpoint where tabs switch between vertical and horizontal layouts. */ .tabs { --tabs-height:… |
| tabs.css | file | core/ |
Visual styles for tabs. |
| tabs.css | file | core/ |
This file is used to style the tabs region. |
| tabs.css | file | core/ |
.tabs { box-shadow: none; } .tabs-wrapper, .horizontal-tabs ul.horizontal-tabs-list { padding: 0 var(--gin-spacing-xs); margin-inline: calc(var(--gin-spacing-xs) * -1); } @media (min-width: 48em) { .tabs-wrapper, .horizontal-tabs… |
| tabs.css | file | core/ |
/* * DO NOT EDIT THIS FILE. * See the following change record for more information, * https://www.drupal.org/node/3084859 * @preserve */ /** * Tabs. */ :root { /** * Tabs. */ --tabs-border-radius-size: var(--base-border-radius); … |
| tabs.css | file | core/ |
Styles for tabs and horizontal/vertical tab components. |
| tabs.css | file | core/ |
/* * DO NOT EDIT THIS FILE. * See the following change record for more information, * https://www.drupal.org/node/3084859 * @preserve */ /** * Tabs. */ :root { /** * Tabs. */ --tabs-border-radius-size: var(--admin-radius-2xs); … |
| tabs.pcss.css | file | core/ |
/** * Tabs. */ @custom-media --tabs-horizontal (min-width: 768px); :root { /** * Tabs. */ --tabs-border-radius-size: var(--admin-radius-2xs); --tabs--focus-height: 3px; --tabs--active-height: 3px; --tabs-link-height: 3rem; /* 48px */ … |
| tabs.pcss.css | file | core/ |
/** * Tabs. */ :root { /** * Tabs. */ --tabs-border-radius-size: var(--base-border-radius); --tabs--hover-height: 3px; --tabs--focus-height: 3px; --tabs--active-height: 3px; --tabs-link-height: 3rem; /* 48px */ … |
| tabs.pcss.css | file | core/ |
Styles for tabs and horizontal/vertical tab components. |
| tabs.pcss.css | file | core/ |
/** * Tabs. */ :root { /** * Tabs. */ --tabs-border-radius-size: var(--base-border-radius); --tabs--hover-height: 3px; --tabs--focus-height: 3px; --tabs--active-height: 3px; --tabs-link-height: 3rem; /* 48px */ … |
| tabs.pcss.css | file | core/ |
@import "../base/media-queries.pcss.css"; /* Breakpoint where tabs switch between vertical and horizontal layouts. */ @custom-media --tabs-layout-switch (--md); .tabs { --tabs-height: var(--sp3); --tabs-padding-inline: var(--sp1-5); … |
| Tag | class | core/ |
Simple caching of query results for Views displays. |
| Tag.php | file | core/ |
|
| Tag::cacheExpire | function | core/ |
|
| Tag::getDefaultCacheMaxAge | function | core/ |
|
| Tag::summaryTitle | function | core/ |
|
| TaggedHandlersPass | class | core/ |
Collects services to add/inject them into a consumer service. |
| TaggedHandlersPass.php | file | core/ |
|
| TaggedHandlersPass::$tagCache | property | core/ |
Service tag information keyed by tag name. |
| TaggedHandlersPass::process | function | core/ |
Finds services tagged with 'service_collector' or 'service_id_collector', then finds all corresponding tagged services. |
| TaggedHandlersPass::processServiceCollectorPass | function | core/ |
Processes a service collector service pass. |
| TaggedHandlersPass::processServiceIdCollectorPass | function | core/ |
Processes a service collector ID service pass. |
| TaggedHandlersPass::resolveDefinitionClass | function | core/ |
Resolves the definition class. |
| TaggedHandlersPassTest | class | core/ |
Tests Drupal\Core\DependencyInjection\Compiler\TaggedHandlersPass. |
| TaggedHandlersPassTest.php | file | core/ |
|
| TaggedHandlersPassTest::buildContainer | function | core/ |
|
| TaggedHandlersPassTest::testIdCollectorProcessRequiredHandlers | function | core/ |
Tests a required consumer with no handlers. |
| TaggedHandlersPassTest::testProcess | function | core/ |
Tests one consumer and two handlers. |
| TaggedHandlersPassTest::testProcessChildDefinition | function | core/ |
Tests child handler with parent service. |
| TaggedHandlersPassTest::testProcessInterfaceMismatch | function | core/ |
Tests interface validation in non-production environment. |
Pagination
- Previous page
- Page 1564
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.