Classes, traits, and interfaces

Primary tabs

Namesort descending Type Namespace Location Description Direct uses Use statements Strings
SystemMenuBlock class Drupal\system\Plugin\Derivative drupal/core/modules/system/lib/Drupal/system/Plugin/Derivative/SystemMenuBlock.php Provides block plugin definitions for system menus. 1 1
SystemMenuBlock class Drupal\system\Plugin\Block drupal/core/modules/system/lib/Drupal/system/Plugin/Block/SystemMenuBlock.php Provides a 'System Menu' block. 1 2
SystemPoweredByBlock class Drupal\system\Plugin\Block drupal/core/modules/system/lib/Drupal/system/Plugin/Block/SystemPoweredByBlock.php Provides a 'Powered by Drupal' block.
SystemUpgradePathTest class Drupal\system\Tests\Upgrade drupal/core/modules/system/lib/Drupal/system/Tests/Upgrade/SystemUpgradePathTest.php Tests upgrade of system variables.
TA trait drupal/core/vendor/symfony/class-loader/Symfony/Component/ClassLoader/Tests/Fixtures/deps/traits.php
Table class Drupal\views\Plugin\views\style drupal/core/modules/views/lib/Drupal/views/Plugin/views/style/Table.php Style plugin to render each item as a row in a table. 1
TableFormatter class Drupal\file\Plugin\field\formatter drupal/core/modules/file/lib/Drupal/file/Plugin/field/formatter/TableFormatter.php Plugin implementation of the 'file_table' formatter.
Tables class Drupal\field_sql_storage\Entity drupal/core/modules/field_sql_storage/lib/Drupal/field_sql_storage/Entity/Tables.php Adds tables and fields to the SQL entity query.
TableSortExtender class Drupal\Core\Database\Query drupal/core/lib/Drupal/Core/Database/Query/TableSortExtender.php Query extender class for tablesort queries.
TableSortExtenderUnitTest class Drupal\system\Tests\Common drupal/core/modules/system/lib/Drupal/system/Tests/Common/TableSortExtenderUnitTest.php Tests unicode handling features implemented in unicode.inc.
TableTest class Drupal\system\Tests\Theme drupal/core/modules/system/lib/Drupal/system/Tests/Theme/TableTest.php Unit tests for theme_table().
TaggedContainerInterface interface Symfony\Component\DependencyInjection drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/TaggedContainerInterface.php TaggedContainerInterface is the interface implemented when a container knows how to deals with tags. 1
TaggedWithTest class Drupal\views\Tests\Wizard drupal/core/modules/views/lib/Drupal/views/Tests/Wizard/TaggedWithTest.php Tests the ability of the views wizard to create views filtered by taxonomy.
TaggingTest class Drupal\system\Tests\Database drupal/core/modules/system/lib/Drupal/system/Tests/Database/TaggingTest.php Tests SELECT query tagging.
Tags class Drupal\Component\Utility drupal/core/lib/Drupal/Component/Utility/Tags.php Defines a class that can explode and implode tags. 2
TagsTest class Drupal\Tests\Core\Common drupal/core/tests/Drupal/Tests/Core/Common/TagsTest.php Tests Tags::explodeTags and Tags::implodeTags().
TagTest class Drupal\views_ui\Tests drupal/core/modules/views_ui/lib/Drupal/views_ui/Tests/TagTest.php Tests the views ui tagging functionality.
Tar class Drupal\Component\Archiver drupal/core/lib/Drupal/Component/Archiver/Tar.php Defines a archiver implementation for .tar files. 1 1
Tar class Drupal\system\Plugin\Archiver drupal/core/modules/system/lib/Drupal/system/Plugin/Archiver/Tar.php Defines a archiver implementation for .tar files.
Target final class Doctrine\Common\Annotations\Annotation drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Annotations/Annotation/Target.php Annotation that can be used to signal to the parser to check the annotation target during the parsing process. 4
TargetDocument class Symfony\Cmf\Component\Routing\Tests\Enhancer drupal/core/vendor/symfony-cmf/routing/Symfony/Cmf/Component/Routing/Tests/Enhancer/RouteContentEnhancerTest.php
TaskException class Drupal\Core\Database\Install drupal/core/lib/Drupal/Core/Database/Install/TaskException.php Exception thrown if the database installer fails. 1
Tasks abstract class Drupal\Core\Database\Install drupal/core/lib/Drupal/Core/Database/Install/Tasks.php Database installer structure. 3 3
Tasks class Drupal\Core\Database\Driver\mysql\Install drupal/core/lib/Drupal/Core/Database/Driver/mysql/Install/Tasks.php Specifies installation tasks for MySQL and equivalent databases.
Tasks class Drupal\Core\Database\Driver\sqlite\Install drupal/core/lib/Drupal/Core/Database/Driver/sqlite/Install/Tasks.php
Tasks class Drupal\Core\Database\Driver\pgsql\Install drupal/core/lib/Drupal/Core/Database/Driver/pgsql/Install/Tasks.php PostgreSQL specific install functions
Taxonomy class Drupal\taxonomy\Plugin\views\field drupal/core/modules/taxonomy/lib/Drupal/taxonomy/Plugin/views/field/Taxonomy.php Field handler to provide simple renderer that allows linking to a taxonomy term. 1
Taxonomy class Drupal\taxonomy\Plugin\views\argument drupal/core/modules/taxonomy/lib/Drupal/taxonomy/Plugin/views/argument/Taxonomy.php Argument handler for basic taxonomy tid.
TaxonomyAttributesTest class Drupal\rdf\Tests drupal/core/modules/rdf/lib/Drupal/rdf/Tests/TaxonomyAttributesTest.php Tests the RDFa markup of Taxonomy terms.
TaxonomyAutocompleteWidget class Drupal\taxonomy\Plugin\field\widget drupal/core/modules/taxonomy/lib/Drupal/taxonomy/Plugin/field/widget/TaxonomyAutocompleteWidget.php Plugin implementation of the 'taxonomy_autocomplete' widget.
TaxonomyFormatterBase abstract class Drupal\taxonomy\Plugin\field\formatter drupal/core/modules/taxonomy/lib/Drupal/taxonomy/Plugin/field/formatter/TaxonomyFormatterBase.php Base class for the taxonomy_term formatters. 3 3
TaxonomyIndexTid class Drupal\taxonomy\Plugin\views\field drupal/core/modules/taxonomy/lib/Drupal/taxonomy/Plugin/views/field/TaxonomyIndexTid.php Field handler to display all taxonomy terms of a node.
TaxonomyIndexTid class Drupal\taxonomy\Plugin\views\filter drupal/core/modules/taxonomy/lib/Drupal/taxonomy/Plugin/views/filter/TaxonomyIndexTid.php Filter by term id. 1
TaxonomyIndexTidDepth class Drupal\taxonomy\Plugin\views\filter drupal/core/modules/taxonomy/lib/Drupal/taxonomy/Plugin/views/filter/TaxonomyIndexTidDepth.php Filter handler for taxonomy terms with depth.
TaxonomyTerm class Drupal\taxonomy\Plugin\views\wizard drupal/core/modules/taxonomy/lib/Drupal/taxonomy/Plugin/views/wizard/TaxonomyTerm.php Tests creating taxonomy views with the wizard.
TaxonomyTermReferenceItem class Drupal\taxonomy\Type drupal/core/modules/taxonomy/lib/Drupal/taxonomy/Type/TaxonomyTermReferenceItem.php Defines the 'taxonomy_term_reference' entity field item.
TaxonomyTermReferenceItemTest class Drupal\taxonomy\Tests drupal/core/modules/taxonomy/lib/Drupal/taxonomy/Tests/TaxonomyTermReferenceItemTest.php Tests the new entity API for the taxonomy term reference field type.
TaxonomyTestBase abstract class Drupal\taxonomy\Tests\Views drupal/core/modules/taxonomy/lib/Drupal/taxonomy/Tests/Views/TaxonomyTestBase.php Base class for all taxonomy tests. 2
TaxonomyTestBase abstract class Drupal\taxonomy\Tests drupal/core/modules/taxonomy/lib/Drupal/taxonomy/Tests/TaxonomyTestBase.php Provides common helper methods for Taxonomy module tests. 17 1
TB trait drupal/core/vendor/symfony/class-loader/Symfony/Component/ClassLoader/Tests/Fixtures/deps/traits.php
TC trait drupal/core/vendor/symfony/class-loader/Symfony/Component/ClassLoader/Tests/Fixtures/deps/traits.php
TD trait drupal/core/vendor/symfony/class-loader/Symfony/Component/ClassLoader/Tests/Fixtures/deps/traits.php
TelephoneDefaultWidget class Drupal\telephone\Plugin\field\widget drupal/core/modules/telephone/lib/Drupal/telephone/Plugin/field/widget/TelephoneDefaultWidget.php Plugin implementation of the 'telephone_default' widget.
TelephoneFieldTest class Drupal\telephone\Tests drupal/core/modules/telephone/lib/Drupal/telephone/Tests/TelephoneFieldTest.php Tests the creation of telephone fields.
TelephoneItem class Drupal\telephone\Type drupal/core/modules/telephone/lib/Drupal/telephone/Type/TelephoneItem.php Defines the 'telephone_field' entity field items.
TelephoneItemTest class Drupal\telephone\Tests drupal/core/modules/telephone/lib/Drupal/telephone/Tests/TelephoneItemTest.php Tests the new entity API for the telephone field type.
TelephoneLinkFormatter class Drupal\telephone\Plugin\field\formatter drupal/core/modules/telephone/lib/Drupal/telephone/Plugin/field/formatter/TelephoneLinkFormatter.php Plugin implementation of the 'telephone_link' formatter.
Template class Doctrine\Tests\Common\Annotations\Fixtures\Annotation drupal/core/vendor/doctrine/common/tests/Doctrine/Tests/Common/Annotations/Fixtures/Annotation/Template.php 11
TemplateMethodsTest class drupal/core/vendor/phpunit/phpunit/Tests/_files/TemplateMethodsTest.php
TemporaryQueryTest class Drupal\system\Tests\Database drupal/core/modules/system/lib/Drupal/system/Tests/Database/TemporaryQueryTest.php Tests temporary queries.

Pages

Other projects