Classes, traits, and interfaces

Primary tabs

Namesort ascending Type Namespace Location Description Direct uses Use statements Strings
TwigTemplate abstract class Drupal\Core\Template drupal/core/lib/Drupal/Core/Template/TwigTemplate.php This is the base class for compiled Twig templates.
TwigResourceTest class Assetic\Test\Extension\Twig drupal/core/vendor/kriswallsmith/assetic/tests/Assetic/Test/Extension/Twig/TwigResourceTest.php
TwigResource class Assetic\Extension\Twig drupal/core/vendor/kriswallsmith/assetic/src/Assetic/Extension/Twig/TwigResource.php A Twig template resource. 1
TwigReferenceUnitTest class Drupal\system\Tests\Theme drupal/core/modules/system/lib/Drupal/system/Tests/Theme/TwigReferenceUnitTest.php Unit tests for TwigReference class.
TwigReferenceObjectTest class Drupal\system\Tests\Theme drupal/core/modules/system/lib/Drupal/system/Tests/Theme/TwigReferenceObjectTest.php TwigReferenceObjectTest class.
TwigReferenceFunctions class Drupal\Core\Template drupal/core/lib/Drupal/Core/Template/TwigReferenceFunctions.php A helper used to unwrap TwigReference objects transparently. 1
TwigReferenceFunction class Drupal\Core\Template drupal/core/lib/Drupal/Core/Template/TwigReferenceFunction.php This class is used to create functions requiring references like 'hide'.
TwigReference class Drupal\Core\Template drupal/core/lib/Drupal/Core/Template/TwigReference.php A class used to pass variables by reference while they are used in twig. 2
TwigNodeVisitor class Drupal\Core\Template drupal/core/lib/Drupal/Core/Template/TwigNodeVisitor.php Provides a Twig_NodeVisitor to change the generated parse-tree.
TwigNodeExpressionNameReference class Drupal\Core\Template drupal/core/lib/Drupal/Core/Template/TwigNodeExpressionNameReference.php A class that defines a reference to the name for all nodes that represent expressions.
TwigFunctionTokenParser class Drupal\Core\Template drupal/core/lib/Drupal/Core/Template/TwigFunctionTokenParser.php A class that defines the Twig token parser for Drupal.
TwigFormulaLoaderTest class Assetic\Test\Extension\Twig drupal/core/vendor/kriswallsmith/assetic/tests/Assetic/Test/Extension/Twig/TwigFormulaLoaderTest.php
TwigFormulaLoader class Assetic\Extension\Twig drupal/core/vendor/kriswallsmith/assetic/src/Assetic/Extension/Twig/TwigFormulaLoader.php Loads asset formulae from Twig templates. 1
TwigFactory class Drupal\Core\Template drupal/core/lib/Drupal/Core/Template/TwigFactory.php A class for constructing Twig_Environment objects.
TwigEnvironment class Drupal\Core\Template drupal/core/lib/Drupal/Core/Template/TwigEnvironment.php A class that defines a Twig environment for Drupal.
Truncate class Drupal\Core\Database\Query drupal/core/lib/Drupal/Core/Database/Query/Truncate.php General class for an abstracted TRUNCATE operation. 3 3
Truncate class Drupal\Core\Database\Driver\mysql drupal/core/lib/Drupal/Core/Database/Driver/mysql/Truncate.php
Truncate class Drupal\Core\Database\Driver\sqlite drupal/core/lib/Drupal/Core/Database/Driver/sqlite/Truncate.php SQLite specific implementation of TruncateQuery.
Truncate class Drupal\Core\Database\Driver\pgsql drupal/core/lib/Drupal/Core/Database/Driver/pgsql/Truncate.php
True class Doctrine\Tests\Common\Annotations drupal/core/vendor/doctrine/common/tests/Doctrine/Tests/Common/Annotations/DocParserTest.php
TriggeringElementTest class Drupal\system\Tests\Form drupal/core/modules/system/lib/Drupal/system/Tests/Form/TriggeringElementTest.php Test that FAPI correctly determines $form_state['triggering_element'].
TreeOutputTest class Drupal\system\Tests\Menu drupal/core/modules/system/lib/Drupal/system/Tests/Menu/TreeOutputTest.php Menu tree output related tests.
TreeDataUnitTest class Drupal\system\Tests\Menu drupal/core/modules/system/lib/Drupal/system/Tests/Menu/TreeDataUnitTest.php Menu tree data related tests.
TraversableStringTest class Assetic\Test\Util drupal/core/vendor/kriswallsmith/assetic/tests/Assetic/Test/Util/TraversableStringTest.php
TraversableString class Assetic\Util drupal/core/vendor/kriswallsmith/assetic/src/Assetic/Util/TraversableString.php An object that can be used as either a string or array. 2
TraversableDummy class Symfony\Component\Serializer\Tests\Fixtures drupal/core/vendor/symfony/serializer/Symfony/Component/Serializer/Tests/Fixtures/TraversableDummy.php 1 1
TransliterationTest class Drupal\system\Tests\Transliteration drupal/core/modules/system/lib/Drupal/system/Tests/Transliteration/TransliterationTest.php Tests Transliteration component functionality.
TransliterationInterface interface Drupal\Component\Transliteration drupal/core/lib/Drupal/Component/Transliteration/TransliterationInterface.php Defines an interface for classes providing transliteration. 1
TranslationTest class Drupal\translation\Tests drupal/core/modules/translation/lib/Drupal/translation/Tests/TranslationTest.php Functional tests for the Translation module.
TranslationTest class Drupal\field\Tests drupal/core/modules/field/lib/Drupal/field/Tests/TranslationTest.php Unit test class for the multilanguage fields logic.
TranslationString class Drupal\locale drupal/core/modules/locale/lib/Drupal/locale/TranslationString.php Defines the locale translation string object. 5
TranslationsStream class Drupal\locale drupal/core/modules/locale/lib/Drupal/locale/TranslationsStream.php Defines a Drupal translations (translations://) stream wrapper class. 1
Translation class Drupal\Core\Annotation drupal/core/lib/Drupal/Core/Annotation/Translation.php Defines a translatable annotation object. 126
TranslatableInterface interface Drupal\Core\TypedData drupal/core/lib/Drupal/Core/TypedData/TranslatableInterface.php Interface for translatable data. 1 1
TransactionTest class Drupal\system\Tests\Database drupal/core/modules/system/lib/Drupal/system/Tests/Database/TransactionTest.php Tests transaction support, particularly nesting.
TransactionOutOfOrderException class Drupal\Core\Database drupal/core/lib/Drupal/Core/Database/TransactionOutOfOrderException.php Exception thrown when a rollback() resulted in other active transactions being rolled-back. 2
TransactionNoActiveException class Drupal\Core\Database drupal/core/lib/Drupal/Core/Database/TransactionNoActiveException.php Exception for when popTransaction() is called with no active transaction. 3
TransactionNameNonUniqueException class Drupal\Core\Database drupal/core/lib/Drupal/Core/Database/TransactionNameNonUniqueException.php Exception thrown when a savepoint or transaction name occurs twice. 1
TransactionExplicitCommitNotAllowedException class Drupal\Core\Database drupal/core/lib/Drupal/Core/Database/TransactionExplicitCommitNotAllowedException.php Exception to deny attempts to explicitly manage transactions.
TransactionException class Drupal\Core\Database drupal/core/lib/Drupal/Core/Database/TransactionException.php Exception thrown by an error in a database transaction. 5
TransactionCommitFailedException class Drupal\Core\Database drupal/core/lib/Drupal/Core/Database/TransactionCommitFailedException.php Exception thrown when a commit() function fails. 2
Transaction class Drupal\Core\Database\Driver\mysql drupal/core/lib/Drupal/Core/Database/Driver/mysql/Transaction.php
Transaction class Drupal\Core\Database\Driver\sqlite drupal/core/lib/Drupal/Core/Database/Driver/sqlite/Transaction.php
Transaction class Drupal\Core\Database\Driver\pgsql drupal/core/lib/Drupal/Core/Database/Driver/pgsql/Transaction.php
Transaction class Drupal\Core\Database drupal/core/lib/Drupal/Core/Database/Transaction.php A wrapper class for creating and managing database transactions. 3 3
TrailTest class Drupal\system\Tests\Menu drupal/core/modules/system/lib/Drupal/system/Tests/Menu/TrailTest.php Tests active menu trails.
TrackerTest class Drupal\tracker\Tests drupal/core/modules/tracker/lib/Drupal/tracker/Tests/TrackerTest.php Defines a base class for testing tracker.module.
TrackerNodeAccessTest class Drupal\tracker\Tests drupal/core/modules/tracker/lib/Drupal/tracker/Tests/TrackerNodeAccessTest.php Tests for private node access on /tracker.
TrackerAttributesTest class Drupal\rdf\Tests drupal/core/modules/rdf/lib/Drupal/rdf/Tests/TrackerAttributesTest.php Tests the RDF tracker page mapping.
TraceableUrlMatcherTest class Symfony\Component\Routing\Tests\Matcher drupal/core/vendor/symfony/routing/Symfony/Component/Routing/Tests/Matcher/TraceableUrlMatcherTest.php

Pages

Other projects