Search for %s

  1. Search 7.x for %s
  2. Search 8.9.x for %s
  3. Search 10.3.x for %s
  4. Search 11.x for %s
  5. Search main for %s
  6. Other projects
Title Object type File name Summary
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/profiles/demo_umami/themes/umami/css/classy/components/tabs.css Visual styles for tabs.
tabs.pcss.css file core/themes/olivero/css/components/tabs.pcss.css @import "../base/variables.pcss.css";

:root {
--tab-active-border-size: 6px;
}

.tabs {
display: flex;
flex-direction: column;
width: 100%;
margin-block: 0;
margin-inline-start: 0;
margin-inline-end: 0;
padding-block: 0;
tabs.pcss.css file core/themes/claro/css/components/tabs.pcss.css /**
* Tabs.
*/

@import "../base/variables.pcss.css";

:root {
/**
* Tabs.
*/
--tabs-border-radius-size: var(--base-border-radius);
--tabs--hover-height: 3px;
--tabs--focus-height: 3px;
--tabs--active-height: 3px;
Tag::summaryTitle function core/modules/views/src/Plugin/views/cache/Tag.php Returns a string to display as the clickable title for the access control.
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.
TaggedHandlersPassTest class core/tests/Drupal/Tests/Core/DependencyInjection/Compiler/TaggedHandlersPassTest.php @coversDefaultClass \Drupal\Core\DependencyInjection\Compiler\TaggedHandlersPass[[api-linebreak]]
@group DependencyInjection
TaggedHandlersPassTest.php file core/tests/Drupal/Tests/Core/DependencyInjection/Compiler/TaggedHandlersPassTest.php Contains \Drupal\Tests\Core\DependencyInjection\Compiler\TaggedHandlersPassTest.
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::testProcessInterfaceMismatch function core/tests/Drupal/Tests/Core/DependencyInjection/Compiler/TaggedHandlersPassTest.php Tests interface validation in non-production environment.
TaggedHandlersPassTest::testProcessMissingInterface function core/tests/Drupal/Tests/Core/DependencyInjection/Compiler/TaggedHandlersPassTest.php Tests consumer with missing interface in non-production environment.
TaggedHandlersPassTest::testProcessNoConsumers function core/tests/Drupal/Tests/Core/DependencyInjection/Compiler/TaggedHandlersPassTest.php Tests without any consumers.
TaggedHandlersPassTest::testProcessNoPriorityAndExtraArguments function core/tests/Drupal/Tests/Core/DependencyInjection/Compiler/TaggedHandlersPassTest.php Tests consumer method with extra parameters and no priority.
TaggedHandlersPassTest::testProcessNoPriorityParam function core/tests/Drupal/Tests/Core/DependencyInjection/Compiler/TaggedHandlersPassTest.php Tests consumer method without priority parameter.
TaggedHandlersPassTest::testProcessPriority function core/tests/Drupal/Tests/Core/DependencyInjection/Compiler/TaggedHandlersPassTest.php Tests handler priority sorting.
TaggedHandlersPassTest::testProcessRequiredHandlers function core/tests/Drupal/Tests/Core/DependencyInjection/Compiler/TaggedHandlersPassTest.php Tests a required consumer with no handlers.
TaggedHandlersPassTest::testProcessWithDifferentArgumentsOrderAndDefaultValue function core/tests/Drupal/Tests/Core/DependencyInjection/Compiler/TaggedHandlersPassTest.php Tests consumer method with varying order of priority and extra parameters.
TaggedHandlersPassTest::testProcessWithExtraArguments function core/tests/Drupal/Tests/Core/DependencyInjection/Compiler/TaggedHandlersPassTest.php Tests consumer method with extra parameters.
TaggedHandlersPassTest::testProcessWithIdAndExtraArguments function core/tests/Drupal/Tests/Core/DependencyInjection/Compiler/TaggedHandlersPassTest.php Tests consumer method with priority, id and extra parameters.
TaggedHandlersPassTest::testProcessWithIdParameter function core/tests/Drupal/Tests/Core/DependencyInjection/Compiler/TaggedHandlersPassTest.php Tests consumer method with an ID parameter.
TaggedHandlersPassTest::testserviceIdProcess function core/tests/Drupal/Tests/Core/DependencyInjection/Compiler/TaggedHandlersPassTest.php Tests one consumer and two handlers with service ID collection.
TaggedHandlersPassTest::testserviceIdProcessPriority function core/tests/Drupal/Tests/Core/DependencyInjection/Compiler/TaggedHandlersPassTest.php Tests handler priority sorting for service ID collection.
TaggedWithTest class core/modules/views/tests/src/Functional/Wizard/TaggedWithTest.php Tests the ability of the views wizard to create views filtered by taxonomy.
TaggedWithTest.php file core/modules/views/tests/src/Functional/Wizard/TaggedWithTest.php
TaggedWithTest::$defaultTheme property core/modules/views/tests/src/Functional/Wizard/TaggedWithTest.php The theme to install as the default for testing.
TaggedWithTest::$modules property core/modules/views/tests/src/Functional/Wizard/TaggedWithTest.php Modules to enable.
TaggedWithTest::$nodeTypeWithoutTags property core/modules/views/tests/src/Functional/Wizard/TaggedWithTest.php Node type without an autocomplete tagging field.
TaggedWithTest::$nodeTypeWithTags property core/modules/views/tests/src/Functional/Wizard/TaggedWithTest.php Node type with an autocomplete tagging field.
TaggedWithTest::$tagField property core/modules/views/tests/src/Functional/Wizard/TaggedWithTest.php Field definition for the test tag field.
TaggedWithTest::$tagFieldName property core/modules/views/tests/src/Functional/Wizard/TaggedWithTest.php Name of the test tag field.
TaggedWithTest::$tagFieldStorage property core/modules/views/tests/src/Functional/Wizard/TaggedWithTest.php Holds the field storage for test tag field.
TaggedWithTest::$tagVocabulary property core/modules/views/tests/src/Functional/Wizard/TaggedWithTest.php The vocabulary used for the test tag field.
TaggedWithTest::setUp function core/modules/views/tests/src/Functional/Wizard/TaggedWithTest.php Sets up the test.
TaggedWithTest::testTaggedWith function core/modules/views/tests/src/Functional/Wizard/TaggedWithTest.php Tests the "tagged with" functionality.
TaggedWithTest::testTaggedWithByNodeType function core/modules/views/tests/src/Functional/Wizard/TaggedWithTest.php Tests that the "tagged with" form element only shows for node types that support it.
TaggedWithTest::testTaggedWithByViewReference function core/modules/views/tests/src/Functional/Wizard/TaggedWithTest.php Tests that "tagged with" works with views entity reference.
TaggingTest class core/tests/Drupal/KernelTests/Core/Database/TaggingTest.php Tests the tagging capabilities of the Select builder.
TaggingTest.php file core/tests/Drupal/KernelTests/Core/Database/TaggingTest.php
TaggingTest::testExtenderHasAllTags function core/tests/Drupal/KernelTests/Core/Database/TaggingTest.php Tests extended query tagging "has all of these tags" functionality.
TaggingTest::testExtenderHasAnyTag function core/tests/Drupal/KernelTests/Core/Database/TaggingTest.php Tests extended query tagging for "has at least one of these tags".
TaggingTest::testExtenderHasTag function core/tests/Drupal/KernelTests/Core/Database/TaggingTest.php Confirms that an extended query has a tag added to it.
TaggingTest::testHasAllTags function core/tests/Drupal/KernelTests/Core/Database/TaggingTest.php Tests query tagging "has all of these tags" functionality.

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