Search for %s
- Search 7.x for %s
- Search 8.9.x for %s
- Search 10.3.x for %s
- Search 11.x for %s
- Search main for %s
- Other projects
| Title | Object type | File name | Summary |
|---|---|---|---|
| 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/ |
Visual styles for tabs. |
| tabs.pcss.css | file | core/ |
@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/ |
/** * 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/ |
Returns a string to display as the clickable title for the access control. |
| 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. |
| TaggedHandlersPassTest | class | core/ |
@coversDefaultClass \Drupal\Core\DependencyInjection\Compiler\TaggedHandlersPass[[api-linebreak]] @group DependencyInjection |
| TaggedHandlersPassTest.php | file | core/ |
Contains \Drupal\Tests\Core\DependencyInjection\Compiler\TaggedHandlersPassTest. |
| 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::testProcessInterfaceMismatch | function | core/ |
Tests interface validation in non-production environment. |
| TaggedHandlersPassTest::testProcessMissingInterface | function | core/ |
Tests consumer with missing interface in non-production environment. |
| TaggedHandlersPassTest::testProcessNoConsumers | function | core/ |
Tests without any consumers. |
| TaggedHandlersPassTest::testProcessNoPriorityAndExtraArguments | function | core/ |
Tests consumer method with extra parameters and no priority. |
| TaggedHandlersPassTest::testProcessNoPriorityParam | function | core/ |
Tests consumer method without priority parameter. |
| TaggedHandlersPassTest::testProcessPriority | function | core/ |
Tests handler priority sorting. |
| TaggedHandlersPassTest::testProcessRequiredHandlers | function | core/ |
Tests a required consumer with no handlers. |
| TaggedHandlersPassTest::testProcessWithDifferentArgumentsOrderAndDefaultValue | function | core/ |
Tests consumer method with varying order of priority and extra parameters. |
| TaggedHandlersPassTest::testProcessWithExtraArguments | function | core/ |
Tests consumer method with extra parameters. |
| TaggedHandlersPassTest::testProcessWithIdAndExtraArguments | function | core/ |
Tests consumer method with priority, id and extra parameters. |
| TaggedHandlersPassTest::testProcessWithIdParameter | function | core/ |
Tests consumer method with an ID parameter. |
| TaggedHandlersPassTest::testserviceIdProcess | function | core/ |
Tests one consumer and two handlers with service ID collection. |
| TaggedHandlersPassTest::testserviceIdProcessPriority | function | core/ |
Tests handler priority sorting for service ID collection. |
| TaggedWithTest | class | core/ |
Tests the ability of the views wizard to create views filtered by taxonomy. |
| TaggedWithTest.php | file | core/ |
|
| TaggedWithTest::$defaultTheme | property | core/ |
The theme to install as the default for testing. |
| TaggedWithTest::$modules | property | core/ |
Modules to enable. |
| TaggedWithTest::$nodeTypeWithoutTags | property | core/ |
Node type without an autocomplete tagging field. |
| TaggedWithTest::$nodeTypeWithTags | property | core/ |
Node type with an autocomplete tagging field. |
| TaggedWithTest::$tagField | property | core/ |
Field definition for the test tag field. |
| TaggedWithTest::$tagFieldName | property | core/ |
Name of the test tag field. |
| TaggedWithTest::$tagFieldStorage | property | core/ |
Holds the field storage for test tag field. |
| TaggedWithTest::$tagVocabulary | property | core/ |
The vocabulary used for the test tag field. |
| TaggedWithTest::setUp | function | core/ |
Sets up the test. |
| TaggedWithTest::testTaggedWith | function | core/ |
Tests the "tagged with" functionality. |
| TaggedWithTest::testTaggedWithByNodeType | function | core/ |
Tests that the "tagged with" form element only shows for node types that support it. |
| TaggedWithTest::testTaggedWithByViewReference | function | core/ |
Tests that "tagged with" works with views entity reference. |
| TaggingTest | class | core/ |
Tests the tagging capabilities of the Select builder. |
| TaggingTest.php | file | core/ |
|
| TaggingTest::testExtenderHasAllTags | function | core/ |
Tests extended query tagging "has all of these tags" functionality. |
| TaggingTest::testExtenderHasAnyTag | function | core/ |
Tests extended query tagging for "has at least one of these tags". |
| TaggingTest::testExtenderHasTag | function | core/ |
Confirms that an extended query has a tag added to it. |
| TaggingTest::testHasAllTags | function | core/ |
Tests query tagging "has all of these tags" functionality. |
Pagination
- Previous page
- Page 1218
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.