TransactionNameNonUniqueException |
class |
Drupal\Core\Database |
drupal/core/lib/Drupal/Core/Database/TransactionNameNonUniqueException.php |
Exception thrown when a savepoint or transaction name occurs twice. |
|
1 |
|
TransactionNoActiveException |
class |
Drupal\Core\Database |
drupal/core/lib/Drupal/Core/Database/TransactionNoActiveException.php |
Exception for when popTransaction() is called with no active transaction. |
|
3 |
|
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 |
|
TransactionTest |
class |
Drupal\system\Tests\Database |
drupal/core/modules/system/lib/Drupal/system/Tests/Database/TransactionTest.php |
Tests transaction support, particularly nesting. |
|
|
|
TranslatableInterface |
interface |
Drupal\Core\TypedData |
drupal/core/lib/Drupal/Core/TypedData/TranslatableInterface.php |
Interface for translatable data. |
1 |
1 |
|
Translation |
class |
Drupal\Core\Annotation |
drupal/core/lib/Drupal/Core/Annotation/Translation.php |
Defines a translatable annotation object. |
|
276 |
|
TranslationEntityViewsUITest |
class |
Drupal\translation_entity\Tests\Views |
drupal/core/modules/translation_entity/lib/Drupal/translation_entity/Tests/Views/TranslationEntityViewsUITest.php |
Tests the views UI when translation_entity is enabled. |
|
|
|
TranslationLink |
class |
Drupal\translation_entity\Plugin\views\field |
drupal/core/modules/translation_entity/lib/Drupal/translation_entity/Plugin/views/field/TranslationLink.php |
Provides a translation link for an entity. |
|
|
|
TranslationLinkTest |
class |
Drupal\translation_entity\Tests\Views |
drupal/core/modules/translation_entity/lib/Drupal/translation_entity/Tests/Views/TranslationLinkTest.php |
Tests the Entity translation overview link field handler. |
|
|
|
TranslationManager |
class |
Drupal\Core\StringTranslation |
drupal/core/lib/Drupal/Core/StringTranslation/TranslationManager.php |
Defines a chained translation implementation combining multiple translators. |
|
1 |
2 |
TranslationsStream |
class |
Drupal\locale |
drupal/core/modules/locale/lib/Drupal/locale/TranslationsStream.php |
Defines a Drupal translations (translations://) stream wrapper class. |
|
|
|
TranslationString |
class |
Drupal\locale |
drupal/core/modules/locale/lib/Drupal/locale/TranslationString.php |
Defines the locale translation string object. |
|
5 |
|
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. |
|
|
|
TranslationWebTest |
class |
Drupal\field\Tests |
drupal/core/modules/field/lib/Drupal/field/Tests/TranslationWebTest.php |
Web test class for the multilanguage fields logic. |
|
|
|
TranslatorInterface |
interface |
Symfony\Component\Translation |
drupal/core/vendor/symfony/translation/Symfony/Component/Translation/TranslatorInterface.php |
TranslatorInterface. |
2 |
7 |
|
TranslatorInterface |
interface |
Drupal\Core\StringTranslation\Translator |
drupal/core/lib/Drupal/Core/StringTranslation/Translator/TranslatorInterface.php |
Interface for objects capable of string translation. |
3 |
3 |
|
TransliterationInterface |
interface |
Drupal\Component\Transliteration |
drupal/core/lib/Drupal/Component/Transliteration/TransliterationInterface.php |
Defines an interface for classes providing transliteration. |
1 |
1 |
|
TransliterationTest |
class |
Drupal\system\Tests\Transliteration |
drupal/core/modules/system/lib/Drupal/system/Tests/Transliteration/TransliterationTest.php |
Tests Transliteration component functionality. |
|
|
|
TraversableDummy |
class |
Symfony\Component\Serializer\Tests\Fixtures |
drupal/core/vendor/symfony/serializer/Symfony/Component/Serializer/Tests/Fixtures/TraversableDummy.php |
|
1 |
1 |
|
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. |
|
1 |
|
TreeAccessTest |
class |
Drupal\system\Tests\Menu |
drupal/core/modules/system/lib/Drupal/system/Tests/Menu/TreeAccessTest.php |
Tests the access check for menu tree using both hook_menu() and route items. |
|
|
|
TreeDataUnitTest |
class |
Drupal\system\Tests\Menu |
drupal/core/modules/system/lib/Drupal/system/Tests/Menu/TreeDataUnitTest.php |
Menu tree data related tests. |
|
|
|
TreeOutputTest |
class |
Drupal\system\Tests\Menu |
drupal/core/modules/system/lib/Drupal/system/Tests/Menu/TreeOutputTest.php |
Menu tree output related tests. |
|
|
|
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']. |
|
|
|
TriggerPreviewCommand |
class |
Drupal\views\Ajax |
drupal/core/modules/views/lib/Drupal/views/Ajax/TriggerPreviewCommand.php |
Provides an AJAX command for triggering the views live preview. |
|
|
|
True |
class |
Symfony\Component\Validator\Constraints |
drupal/core/vendor/symfony/validator/Symfony/Component/Validator/Constraints/True.php |
@author Bernhard Schussek <bschussek@gmail.com> |
|
1 |
|
True |
class |
Doctrine\Tests\Common\Annotations |
drupal/core/vendor/doctrine/common/tests/Doctrine/Tests/Common/Annotations/DocParserTest.php |
|
|
|
|
TrueValidator |
class |
Symfony\Component\Validator\Constraints |
drupal/core/vendor/symfony/validator/Symfony/Component/Validator/Constraints/TrueValidator.php |
@author Bernhard Schussek <bschussek@gmail.com> |
|
1 |
|
TrueValidatorTest |
class |
Symfony\Component\Validator\Tests\Constraints |
drupal/core/vendor/symfony/validator/Symfony/Component/Validator/Tests/Constraints/TrueValidatorTest.php |
|
|
|
|
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\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\pgsql |
drupal/core/lib/Drupal/Core/Database/Driver/pgsql/Truncate.php |
|
|
|
|
TwigDebugMarkupTest |
class |
Drupal\system\Tests\Theme |
drupal/core/modules/system/lib/Drupal/system/Tests/Theme/TwigDebugMarkupTest.php |
Tests for Twig debug markup. |
|
|
|
TwigEnvironment |
class |
Drupal\Core\Template |
drupal/core/lib/Drupal/Core/Template/TwigEnvironment.php |
A class that defines a Twig environment for Drupal. |
|
|
|
TwigExtension |
class |
Drupal\Core\Template |
drupal/core/lib/Drupal/Core/Template/TwigExtension.php |
A class for providing Twig extensions (specific Twig_NodeVisitors, filters and functions). |
|
|
|
TwigFormulaLoader |
class |
Assetic\Extension\Twig |
drupal/core/vendor/kriswallsmith/assetic/src/Assetic/Extension/Twig/TwigFormulaLoader.php |
Loads asset formulae from Twig templates. |
|
|
|
TwigFunctionTokenParser |
class |
Drupal\Core\Template |
drupal/core/lib/Drupal/Core/Template/TwigFunctionTokenParser.php |
A class that defines the Twig token parser for Drupal. |
|
|
|
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. |
|
|
|
TwigNodeVisitor |
class |
Drupal\Core\Template |
drupal/core/lib/Drupal/Core/Template/TwigNodeVisitor.php |
Provides a Twig_NodeVisitor to change the generated parse-tree. |
|
|
|
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 |
|
TwigReferenceFunction |
class |
Drupal\Core\Template |
drupal/core/lib/Drupal/Core/Template/TwigReferenceFunction.php |
This class is used to create functions requiring references like 'hide'. |
|
|
|
TwigReferenceFunctions |
class |
Drupal\Core\Template |
drupal/core/lib/Drupal/Core/Template/TwigReferenceFunctions.php |
A helper used to unwrap TwigReference objects transparently. |
|
1 |
|
TwigReferenceObjectTest |
class |
Drupal\system\Tests\Theme |
drupal/core/modules/system/lib/Drupal/system/Tests/Theme/TwigReferenceObjectTest.php |
TwigReferenceObjectTest class. |
|
|
|
TwigReferenceUnitTest |
class |
Drupal\system\Tests\Theme |
drupal/core/modules/system/lib/Drupal/system/Tests/Theme/TwigReferenceUnitTest.php |
Unit tests for TwigReference class. |
|
|
|
TwigResource |
class |
Assetic\Extension\Twig |
drupal/core/vendor/kriswallsmith/assetic/src/Assetic/Extension/Twig/TwigResource.php |
A Twig template resource. |
|
|
|
TwigSettingsTest |
class |
Drupal\system\Tests\Theme |
drupal/core/modules/system/lib/Drupal/system/Tests/Theme/TwigSettingsTest.php |
Tests Twig engine configuration via settings.php. |
|
|
|
TwigTemplate |
abstract class |
Drupal\Core\Template |
drupal/core/lib/Drupal/Core/Template/TwigTemplate.php |
This is the base class for compiled Twig templates. |
|
|
|
TwigTestExtension |
class |
|
drupal/core/vendor/twig/twig/test/Twig/Tests/IntegrationTest.php |
|
|
|
|