Classes, traits, and interfaces

Primary tabs

Namesort ascending Type Namespace Location Description Direct uses Use statements Strings
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
TermFormController class Drupal\taxonomy drupal/core/modules/taxonomy/lib/Drupal/taxonomy/TermFormController.php Base for controller for taxonomy term edit forms.
TermFieldTest class Drupal\taxonomy\Tests drupal/core/modules/taxonomy/lib/Drupal/taxonomy/Tests/TermFieldTest.php Tests for taxonomy term field and formatter.
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.
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
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
TempStoreException class Drupal\user drupal/core/modules/user/lib/Drupal/user/TempStoreException.php Defines the exception thrown if the TempStore cannot acquire a lock.
TempStoreDatabaseTest class Drupal\user\Tests drupal/core/modules/user/lib/Drupal/user/Tests/TempStoreDatabaseTest.php Tests the TempStore namespace.
TempStore class Drupal\user drupal/core/modules/user/lib/Drupal/user/TempStore.php Stores and retrieves temporary data for a given owner.
TemporaryStream class Drupal\Core\StreamWrapper drupal/core/lib/Drupal/Core/StreamWrapper/TemporaryStream.php Defines a Drupal temporary (temporary://) stream wrapper class.
TemporaryQueryTest class Drupal\system\Tests\Database drupal/core/modules/system/lib/Drupal/system/Tests/Database/TemporaryQueryTest.php Tests temporary queries.
Template class Doctrine\Tests\Common\Annotations\Fixtures\Annotation drupal/core/vendor/doctrine/common/tests/Doctrine/Tests/Common/Annotations/Fixtures/Annotation/Template.php 11
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
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.
TaxonomyTermReferenceItem class Drupal\taxonomy\Type drupal/core/modules/taxonomy/lib/Drupal/taxonomy/Type/TaxonomyTermReferenceItem.php Defines the 'taxonomy_term_reference' entity field item. 1
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.
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.
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
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.
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.
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
TaskException class Drupal\Core\Database\Install drupal/core/lib/Drupal/Core/Database/Install/TaskException.php Exception thrown if the database installer fails. 1
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
Tar class Drupal\Component\Archiver drupal/core/lib/Drupal/Component/Archiver/Tar.php Defines a archiver implementation for .tar files.
TagTest class Drupal\views\Tests\UI drupal/core/modules/views/lib/Drupal/views/Tests/UI/TagTest.php Tests the views ui tagging functionality.
TaggingTest class Drupal\system\Tests\Database drupal/core/modules/system/lib/Drupal/system/Tests/Database/TaggingTest.php Tests SELECT query tagging.
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.
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
TableTest class Drupal\system\Tests\Theme drupal/core/modules/system/lib/Drupal/system/Tests/Theme/TableTest.php Unit tests for theme_table().
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.
TableSortExtender class Drupal\Core\Database\Query drupal/core/lib/Drupal/Core/Database/Query/TableSortExtender.php Query extender class for tablesort queries.
Tables class Drupal\field_sql_storage\Entity drupal/core/modules/field/modules/field_sql_storage/lib/Drupal/field_sql_storage/Entity/Tables.php Adds tables and fields to the SQL entity query.
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.
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.
SystemUpgradePathTest class Drupal\system\Tests\Upgrade drupal/core/modules/system/lib/Drupal/system/Tests/Upgrade/SystemUpgradePathTest.php Tests upgrade of system variables.
SystemListingTest class Drupal\system\Tests\Common drupal/core/modules/system/lib/Drupal/system/Tests/Common/SystemListingTest.php Tests scanning system directories in drupal_system_listing().
SystemListingInfo class Drupal\Core drupal/core/lib/Drupal/Core/SystemListingInfo.php Returns information about system object files (modules, themes, etc.). 1
SystemListingCompatibleTest class Drupal\drupal_system_listing_compatible_test\Tests drupal/core/profiles/testing/modules/drupal_system_listing_compatible_test/lib/Drupal/drupal_system_listing_compatible_test/Tests/SystemListingCompatibleTest.php Helper to verify tests in installation profile modules.
SystemListing class Drupal\Core drupal/core/lib/Drupal/Core/SystemListing.php Returns information about system object files (modules, themes, etc.). 1
SystemConfigFormBase abstract class Drupal\system\Tests\System drupal/core/modules/system/lib/Drupal/system/Tests/System/SystemConfigFormBase.php Full generic test suite for any form that data with the configuration system. 1 1
SystemBundle class Drupal\system drupal/core/modules/system/lib/Drupal/system/SystemBundle.php System dependency injection container.
SystemAuthorizeTest class Drupal\system\Tests\System drupal/core/modules/system/lib/Drupal/system/Tests/System/SystemAuthorizeTest.php Tests authorize.php and related hooks.
System class Drupal\Core\Queue drupal/core/lib/Drupal/Core/Queue/System.php Default queue implementation. 1 1

Pages

Other projects