Files - main - drupal

Primary tabs

Title Deprecated File name Namespace Summary
TableSortExtenderTest.php core/tests/Drupal/KernelTests/Core/Render/Element/TableSortExtenderTest.php Drupal\KernelTests\Core\Render\Element
TableTest.php core/tests/Drupal/KernelTests/Core/Render/Element/TableTest.php Drupal\KernelTests\Core\Render\Element
TableTest.php core/modules/ckeditor5/tests/src/FunctionalJavascript/TableTest.php Drupal\Tests\ckeditor5\FunctionalJavascript
tabs.css 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 core/themes/starterkit_theme/css/components/tabs.css Visual styles for tabs.
tabs.css 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 core/profiles/demo_umami/themes/umami/css/components/navigation/tabs/tabs.css Visual styles for tabs.
tabs.css core/profiles/demo_umami/themes/umami/css/components/regions/tabs/tabs.css This file is used to style the tabs region.
tabs.css 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.css 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 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 core/themes/default_admin/migration/css/components/tabs.css Styles for tabs and horizontal/vertical tab components.
tabs.pcss.css 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 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 core/themes/default_admin/migration/css/components/tabs.pcss.css Styles for tabs and horizontal/vertical tab components.
tabs.pcss.css 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); …
tabs.pcss.css 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 */ …
Tag.php core/modules/views/src/Plugin/views/cache/Tag.php Drupal\views\Plugin\views\cache
TaggedHandlersPass.php core/lib/Drupal/Core/DependencyInjection/Compiler/TaggedHandlersPass.php Drupal\Core\DependencyInjection\Compiler
TaggedHandlersPassTest.php core/tests/Drupal/Tests/Core/DependencyInjection/Compiler/TaggedHandlersPassTest.php Drupal\Tests\Core\DependencyInjection\Compiler
TaggedWithTest.php core/modules/views/tests/src/Functional/Wizard/TaggedWithTest.php Drupal\Tests\views\Functional\Wizard
TaggingTest.php core/tests/Drupal/KernelTests/Core/Database/TaggingTest.php Drupal\KernelTests\Core\Database
tags.css core/themes/olivero/css/components/tags.css Tags field styling.
tags.pcss.css core/themes/olivero/css/components/tags.pcss.css Tags field styling.
Tags.php core/lib/Drupal/Component/Utility/Tags.php Drupal\Component\Utility
TagsTest.php core/tests/Drupal/Tests/Core/Common/TagsTest.php Drupal\Tests\Core\Common
TagTest.php core/modules/views_ui/tests/src/Kernel/TagTest.php Drupal\Tests\views_ui\Kernel
tag_test_0.yml core/modules/migrate/tests/modules/migrate_tag_test/migrations/tag_test_0.yml core/modules/migrate/tests/modules/migrate_tag_test/migrations/tag_test_0.yml
tag_test_1.yml core/modules/migrate/tests/modules/migrate_tag_test/migrations/tag_test_1.yml core/modules/migrate/tests/modules/migrate_tag_test/migrations/tag_test_1.yml
tag_test_no_tags.yml core/modules/migrate/tests/modules/migrate_tag_test/migrations/tag_test_no_tags.yml core/modules/migrate/tests/modules/migrate_tag_test/migrations/tag_test_no_tags.yml
Tar.php core/modules/system/src/Plugin/Archiver/Tar.php Drupal\system\Plugin\Archiver
Tar.php core/lib/Drupal/Core/Archiver/Tar.php Drupal\Core\Archiver
Target.php core/lib/Drupal/Component/Annotation/Doctrine/Annotation/Target.php Drupal\Component\Annotation\Doctrine\Annotation This class is a near-copy of Doctrine\Common\Annotations\Annotation\Target, which is part of the Doctrine project: <http://www.doctrine-project.org>. It was copied from version 2.0.2.
TargetBundle.php core/modules/taxonomy/src/Plugin/migrate/process/TargetBundle.php Drupal\taxonomy\Plugin\migrate\process
TargetIdResolver.php core/modules/serialization/src/EntityResolver/TargetIdResolver.php Drupal\serialization\EntityResolver
TarTest.php core/tests/Drupal/KernelTests/Core/Archiver/TarTest.php Drupal\KernelTests\Core\Archiver
Tasks.php core/modules/mysqli/src/Driver/Database/mysqli/Install/Tasks.php Drupal\mysqli\Driver\Database\mysqli\Install
Tasks.php core/modules/pgsql/src/Driver/Database/pgsql/Install/Tasks.php Drupal\pgsql\Driver\Database\pgsql\Install
Tasks.php core/modules/system/tests/modules/driver_test/src/Driver/Database/DriverTestMysql/Install/Tasks.php Drupal\driver_test\Driver\Database\DriverTestMysql\Install
Tasks.php core/modules/system/tests/modules/driver_test/src/Driver/Database/DriverTestMysqlDeprecatedVersion/Install/Tasks.php Drupal\driver_test\Driver\Database\DriverTestMysqlDeprecatedVersion\Install
Tasks.php core/modules/system/tests/modules/driver_test/src/Driver/Database/DriverTestPgsql/Install/Tasks.php Drupal\driver_test\Driver\Database\DriverTestPgsql\Install
Tasks.php core/modules/system/tests/modules/dummydb/src/Driver/Database/dummydb/Install/Tasks.php Drupal\dummydb\Driver\Database\dummydb\Install
Tasks.php core/modules/mysql/src/Driver/Database/mysql/Install/Tasks.php Drupal\mysql\Driver\Database\mysql\Install
Tasks.php core/modules/sqlite/src/Driver/Database/sqlite/Install/Tasks.php Drupal\sqlite\Driver\Database\sqlite\Install
Tasks.php core/tests/fixtures/database_drivers/module/core_fake/src/Driver/Database/CoreFake/Install/Tasks.php Drupal\core_fake\Driver\Database\CoreFake\Install
Tasks.php core/tests/fixtures/database_drivers/module/core_fake/src/Driver/Database/CoreFakeWithAllCustomClasses/Install/Tasks.php Drupal\core_fake\Driver\Database\CoreFakeWithAllCustomClasses\Install
Tasks.php core/tests/fixtures/database_drivers/core/CoreFake/Install/Tasks.php Drupal\Core\Database\Driver\CoreFake\Install
Tasks.php core/tests/fixtures/database_drivers/custom/CoreFake/Install/Tasks.php Drupal\Driver\Database\CoreFake\Install
Tasks.php core/tests/fixtures/database_drivers/custom/fake/Install/Tasks.php Drupal\Driver\Database\fake\Install
Tasks.php core/lib/Drupal/Core/Database/Install/Tasks.php Drupal\Core\Database\Install

Other projects


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