Classes, traits, and interfaces

Primary tabs

Namesort descending Type Namespace Location Description Direct uses Use statements Strings
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.
TagTest class Drupal\views\Tests\UI drupal/core/modules/views/lib/Drupal/views/Tests/UI/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.
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
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.
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.
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. 1
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\views\Tests\Taxonomy drupal/core/modules/views/lib/Drupal/views/Tests/Taxonomy/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
Template class Doctrine\Tests\Common\Annotations\Fixtures\Annotation drupal/core/vendor/doctrine/common/tests/Doctrine/Tests/Common/Annotations/Fixtures/Annotation/Template.php 11
TemporaryQueryTest class Drupal\system\Tests\Database drupal/core/modules/system/lib/Drupal/system/Tests/Database/TemporaryQueryTest.php Tests temporary queries.
TemporaryStream class Drupal\Core\StreamWrapper drupal/core/lib/Drupal/Core/StreamWrapper/TemporaryStream.php Defines a Drupal temporary (temporary://) stream wrapper class.
TempStore class Drupal\user drupal/core/modules/user/lib/Drupal/user/TempStore.php Stores and retrieves temporary data for a given owner.
TempStoreDatabaseTest class Drupal\user\Tests drupal/core/modules/user/lib/Drupal/user/Tests/TempStoreDatabaseTest.php Tests the TempStore namespace.
TempStoreException class Drupal\user drupal/core/modules/user/lib/Drupal/user/TempStoreException.php Defines the exception thrown if the TempStore cannot acquire a lock.
TempStoreFactory class Drupal\user drupal/core/modules/user/lib/Drupal/user/TempStoreFactory.php Creates a key/value storage object for the current user or anonymous session. 1
Term class Drupal\taxonomy\Plugin\views\argument_validator drupal/core/modules/taxonomy/lib/Drupal/taxonomy/Plugin/views/argument_validator/Term.php Validate whether an argument is an acceptable node.
Term class Drupal\taxonomy\Plugin\Core\Entity drupal/core/modules/taxonomy/lib/Drupal/taxonomy/Plugin/Core/Entity/Term.php Defines the taxonomy term entity. 6
TermFieldMultipleVocabularyTest class Drupal\taxonomy\Tests drupal/core/modules/taxonomy/lib/Drupal/taxonomy/Tests/TermFieldMultipleVocabularyTest.php Tests a taxonomy term reference field that allows multiple vocabularies.
TermFieldTest class Drupal\taxonomy\Tests drupal/core/modules/taxonomy/lib/Drupal/taxonomy/Tests/TermFieldTest.php Tests for taxonomy term field and formatter.
TermFormController class Drupal\taxonomy drupal/core/modules/taxonomy/lib/Drupal/taxonomy/TermFormController.php Base for controller for taxonomy term edit forms.
TerminableInterface interface Symfony\Component\HttpKernel drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/TerminableInterface.php Terminable extends the Kernel request/response cycle with dispatching a post response event after sending the response and before shutting down the kernel. 3 2
TermIndexTest class Drupal\taxonomy\Tests drupal/core/modules/taxonomy/lib/Drupal/taxonomy/Tests/TermIndexTest.php Tests the hook implementations that maintain the taxonomy index.
TermLanguageTest class Drupal\taxonomy\Tests drupal/core/modules/taxonomy/lib/Drupal/taxonomy/Tests/TermLanguageTest.php Tests for the language feature on taxonomy terms.
TermRenderController class Drupal\taxonomy drupal/core/modules/taxonomy/lib/Drupal/taxonomy/TermRenderController.php Render controller for taxonomy terms.
TermStorageController class Drupal\taxonomy drupal/core/modules/taxonomy/lib/Drupal/taxonomy/TermStorageController.php Defines a Controller class for taxonomy terms.
TermTest class Drupal\taxonomy\Tests drupal/core/modules/taxonomy/lib/Drupal/taxonomy/Tests/TermTest.php Tests for taxonomy term functions.
TermTranslationController class Drupal\taxonomy drupal/core/modules/taxonomy/lib/Drupal/taxonomy/TermTranslationController.php Defines the translation controller class for terms.
TermTranslationUITest class Drupal\taxonomy\Tests drupal/core/modules/taxonomy/lib/Drupal/taxonomy/Tests/TermTranslationUITest.php Tests the Term Translation UI.
TermUnitTest class Drupal\taxonomy\Tests drupal/core/modules/taxonomy/lib/Drupal/taxonomy/Tests/TermUnitTest.php Unit tests for taxonomy term functions.
TestAnnotationNotImportedClass class Doctrine\Tests\Common\Annotations drupal/core/vendor/doctrine/common/tests/Doctrine/Tests/Common/Annotations/AbstractReaderTest.php
TestBase abstract class Drupal\simpletest drupal/core/modules/simpletest/lib/Drupal/simpletest/TestBase.php Base class for Drupal tests. 2 1
TestBundle class Drupal\simpletest drupal/core/modules/simpletest/lib/Drupal/simpletest/TestBundle.php
TestCacheWarmer class Symfony\Component\HttpKernel\Tests\CacheWarmer drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/CacheWarmer/CacheWarmerTest.php

Pages

Other projects