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
TableTest::assertTableStructureInRenderedPage function core/modules/ckeditor5/tests/src/FunctionalJavascript/TableTest.php Confirms the saved page has the expected table structure.
TableTest::setUp function core/modules/ckeditor5/tests/src/FunctionalJavascript/TableTest.php
TableTest::testTableCaptionUi function core/modules/ckeditor5/tests/src/FunctionalJavascript/TableTest.php Tests creating a table with caption in the UI.
TableTest::testTableConversion function core/modules/ckeditor5/tests/src/FunctionalJavascript/TableTest.php Confirms tables convert to the expected markup.
TableTest::testThemeTableFooter function core/tests/Drupal/KernelTests/Core/Render/Element/TableTest.php Tests that the 'footer' option works correctly.
TableTest::testThemeTableHeaderCellOption function core/tests/Drupal/KernelTests/Core/Render/Element/TableTest.php Tests that the 'header' option in cells works correctly.
TableTest::testThemeTableHeaderRenderArray function core/tests/Drupal/KernelTests/Core/Render/Element/TableTest.php Tests header elements with a mix of string and render array values.
TableTest::testThemeTableNoStickyHeaders function core/tests/Drupal/KernelTests/Core/Render/Element/TableTest.php If $sticky is FALSE, `sticky-header` class should not be included.
TableTest::testThemeTableNotResponsiveHeaders function core/tests/Drupal/KernelTests/Core/Render/Element/TableTest.php Tests that the 'responsive-table' class is not applied without headers.
TableTest::testThemeTableNotResponsiveProperty function core/tests/Drupal/KernelTests/Core/Render/Element/TableTest.php Tests that 'responsive-table' class only applied when responsive is TRUE.
TableTest::testThemeTableResponsive function core/tests/Drupal/KernelTests/Core/Render/Element/TableTest.php Tests that the 'responsive-table' class is applied correctly.
TableTest::testThemeTableResponsivePriority function core/tests/Drupal/KernelTests/Core/Render/Element/TableTest.php Tests 'priority-medium' and 'priority-low' classes.
TableTest::testThemeTableRowRenderArray function core/tests/Drupal/KernelTests/Core/Render/Element/TableTest.php Tests row elements with a mix of string and render array values.
TableTest::testThemeTableStickyHeaders function core/tests/Drupal/KernelTests/Core/Render/Element/TableTest.php If $sticky is TRUE, `sticky-header` class should be included.
TableTest::testThemeTableTitle function core/tests/Drupal/KernelTests/Core/Render/Element/TableTest.php Tests that the select/checkbox label is being generated and escaped.
TableTest::testThemeTableWithEmptyMessage function core/tests/Drupal/KernelTests/Core/Render/Element/TableTest.php Tests the display of the table header.
TableTest::testThemeTableWithNoStriping function core/tests/Drupal/KernelTests/Core/Render/Element/TableTest.php Tests that the 'no_striping' option works correctly.
tabs.css file core/themes/claro/css/components/tabs.css /*
* 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/themes/starterkit_theme/css/components/tabs.css Visual styles for tabs.
tabs.css file core/themes/olivero/css/components/tabs.css /*
* 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/profiles/demo_umami/themes/umami/css/components/navigation/tabs/tabs.css Visual styles for tabs.
tabs.css file core/profiles/demo_umami/themes/umami/css/components/regions/tabs/tabs.css This file is used to style the tabs region.
tabs.css file core/themes/admin/migration/css/components/tabs.css .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/themes/admin/css/components/tabs.css /*
* 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/themes/default_admin/migration/css/components/tabs.css Styles for tabs and horizontal/vertical tab components.
tabs.css file core/themes/default_admin/css/components/tabs.css /*
* 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/themes/default_admin/css/components/tabs.pcss.css /**
* 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/themes/admin/css/components/tabs.pcss.css /**
* 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/themes/default_admin/migration/css/components/tabs.pcss.css Styles for tabs and horizontal/vertical tab components.
tabs.pcss.css file core/themes/claro/css/components/tabs.pcss.css /**
* 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/themes/olivero/css/components/tabs.pcss.css @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/modules/views/src/Plugin/views/cache/Tag.php Simple caching of query results for Views displays.
Tag.php file core/modules/views/src/Plugin/views/cache/Tag.php
Tag::cacheExpire function core/modules/views/src/Plugin/views/cache/Tag.php
Tag::getDefaultCacheMaxAge function core/modules/views/src/Plugin/views/cache/Tag.php
Tag::summaryTitle function core/modules/views/src/Plugin/views/cache/Tag.php
TaggedHandlersPass class core/lib/Drupal/Core/DependencyInjection/Compiler/TaggedHandlersPass.php Collects services to add/inject them into a consumer service.
TaggedHandlersPass.php file core/lib/Drupal/Core/DependencyInjection/Compiler/TaggedHandlersPass.php
TaggedHandlersPass::$tagCache property core/lib/Drupal/Core/DependencyInjection/Compiler/TaggedHandlersPass.php Service tag information keyed by tag name.
TaggedHandlersPass::process function core/lib/Drupal/Core/DependencyInjection/Compiler/TaggedHandlersPass.php Finds services tagged with 'service_collector' or 'service_id_collector',
then finds all corresponding tagged services.
TaggedHandlersPass::processServiceCollectorPass function core/lib/Drupal/Core/DependencyInjection/Compiler/TaggedHandlersPass.php Processes a service collector service pass.
TaggedHandlersPass::processServiceIdCollectorPass function core/lib/Drupal/Core/DependencyInjection/Compiler/TaggedHandlersPass.php Processes a service collector ID service pass.
TaggedHandlersPass::resolveDefinitionClass function core/lib/Drupal/Core/DependencyInjection/Compiler/TaggedHandlersPass.php Resolves the definition class.
TaggedHandlersPassTest class core/tests/Drupal/Tests/Core/DependencyInjection/Compiler/TaggedHandlersPassTest.php Tests Drupal\Core\DependencyInjection\Compiler\TaggedHandlersPass.
TaggedHandlersPassTest.php file core/tests/Drupal/Tests/Core/DependencyInjection/Compiler/TaggedHandlersPassTest.php
TaggedHandlersPassTest::buildContainer function core/tests/Drupal/Tests/Core/DependencyInjection/Compiler/TaggedHandlersPassTest.php
TaggedHandlersPassTest::testIdCollectorProcessRequiredHandlers function core/tests/Drupal/Tests/Core/DependencyInjection/Compiler/TaggedHandlersPassTest.php Tests a required consumer with no handlers.
TaggedHandlersPassTest::testProcess function core/tests/Drupal/Tests/Core/DependencyInjection/Compiler/TaggedHandlersPassTest.php Tests one consumer and two handlers.
TaggedHandlersPassTest::testProcessChildDefinition function core/tests/Drupal/Tests/Core/DependencyInjection/Compiler/TaggedHandlersPassTest.php Tests child handler with parent service.
TaggedHandlersPassTest::testProcessInterfaceMismatch function core/tests/Drupal/Tests/Core/DependencyInjection/Compiler/TaggedHandlersPassTest.php Tests interface validation in non-production environment.

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