Search for to

  1. Search 7.x for to
  2. Search 9.5.x for to
  3. Search 8.9.x for to
  4. Search 10.3.x for to
  5. Search 11.x for to
  6. Other projects
Title Object type File name Summary
TagTest::providerViewsUiAutocompleteIndividualTags function core/modules/views_ui/tests/src/Kernel/TagTest.php Data provider for testViewsUiAutocompleteIndividualTags().
TagTest::testViewsUiAutocompleteIndividualTags function core/modules/views_ui/tests/src/Kernel/TagTest.php Tests that comma delimited tags are treated as individual tags.
TagTest::testViewsUiAutocompleteTag function core/modules/views_ui/tests/src/Kernel/TagTest.php Tests the ViewsUIController::autocompleteTag() function.
TaxonomyFieldAllTermsTest::testViewsHandlerAllTermsWithTokens function core/modules/taxonomy/tests/src/Functional/Views/TaxonomyFieldAllTermsTest.php Tests token replacement in the "all terms" field handler.
TaxonomyIndexTid::$termStorage property core/modules/taxonomy/src/Plugin/views/filter/TaxonomyIndexTid.php The term storage.
TaxonomyIndexTid::$vocabularyStorage property core/modules/taxonomy/src/Plugin/views/field/TaxonomyIndexTid.php The vocabulary storage.
TaxonomyIndexTid::$vocabularyStorage property core/modules/taxonomy/src/Plugin/views/filter/TaxonomyIndexTid.php The vocabulary storage.
TaxonomyIndexTid::addSelfTokens function core/modules/taxonomy/src/Plugin/views/field/TaxonomyIndexTid.php Add any special tokens this field might use for itself.
TaxonomyIndexTid::documentSelfTokens function core/modules/taxonomy/src/Plugin/views/field/TaxonomyIndexTid.php Document any special tokens this field might use for itself.
TaxonomyIndexTidDepth::operatorOptions function core/modules/taxonomy/src/Plugin/views/filter/TaxonomyIndexTidDepth.php Build strings from the operators() for 'select' options.
TaxonomyRevisionVersionHistoryTest class core/modules/taxonomy/tests/src/Functional/TaxonomyRevisionVersionHistoryTest.php Taxonomy term version history test.
TaxonomyRevisionVersionHistoryTest.php file core/modules/taxonomy/tests/src/Functional/TaxonomyRevisionVersionHistoryTest.php
TaxonomyRevisionVersionHistoryTest::$defaultTheme property core/modules/taxonomy/tests/src/Functional/TaxonomyRevisionVersionHistoryTest.php The theme to install as the default for testing.
TaxonomyRevisionVersionHistoryTest::$modules property core/modules/taxonomy/tests/src/Functional/TaxonomyRevisionVersionHistoryTest.php Modules to install.
TaxonomyRevisionVersionHistoryTest::$permissions property core/modules/taxonomy/tests/src/Functional/TaxonomyRevisionVersionHistoryTest.php
TaxonomyRevisionVersionHistoryTest::$vocabulary property core/modules/taxonomy/tests/src/Functional/TaxonomyRevisionVersionHistoryTest.php Vocabulary for testing.
TaxonomyRevisionVersionHistoryTest::setUp function core/modules/taxonomy/tests/src/Functional/TaxonomyRevisionVersionHistoryTest.php
TaxonomyRevisionVersionHistoryTest::testVersionHistory function core/modules/taxonomy/tests/src/Functional/TaxonomyRevisionVersionHistoryTest.php Tests version history page.
TaxonomyTermHierarchyConstraintValidator class core/modules/taxonomy/src/Plugin/Validation/Constraint/TaxonomyTermHierarchyConstraintValidator.php Constraint validator for changing term parents in pending revisions.
TaxonomyTermHierarchyConstraintValidator.php file core/modules/taxonomy/src/Plugin/Validation/Constraint/TaxonomyTermHierarchyConstraintValidator.php
TaxonomyTermHierarchyConstraintValidator::$entityTypeManager property core/modules/taxonomy/src/Plugin/Validation/Constraint/TaxonomyTermHierarchyConstraintValidator.php The entity type manager.
TaxonomyTermHierarchyConstraintValidator::create function core/modules/taxonomy/src/Plugin/Validation/Constraint/TaxonomyTermHierarchyConstraintValidator.php Instantiates a new instance of this class.
TaxonomyTermHierarchyConstraintValidator::validate function core/modules/taxonomy/src/Plugin/Validation/Constraint/TaxonomyTermHierarchyConstraintValidator.php
TaxonomyTermHierarchyConstraintValidator::__construct function core/modules/taxonomy/src/Plugin/Validation/Constraint/TaxonomyTermHierarchyConstraintValidator.php Creates a new TaxonomyTermHierarchyConstraintValidator instance.
TaxonomyTokensHooks class core/modules/taxonomy/src/Hook/TaxonomyTokensHooks.php Hook implementations for taxonomy.
TaxonomyTokensHooks.php file core/modules/taxonomy/src/Hook/TaxonomyTokensHooks.php
TaxonomyTokensHooks::tokenInfo function core/modules/taxonomy/src/Hook/TaxonomyTokensHooks.php Implements hook_token_info().
TaxonomyTokensHooks::tokens function core/modules/taxonomy/src/Hook/TaxonomyTokensHooks.php Implements hook_tokens().
TaxonomyTranslationTestTrait::$translateToLangcode property core/modules/taxonomy/tests/src/Functional/TaxonomyTranslationTestTrait.php Target langcode for translation.
TemplateProjectTestBase::addRepository function core/modules/package_manager/tests/src/Build/TemplateProjectTestBase.php Adds a path repository to the test site.
TemplateProjectTestBase::copyFixtureToTempDirectory function core/modules/package_manager/tests/src/Build/TemplateProjectTestBase.php Copies a fixture directory to a temporary directory and returns its path.
TemplateProjectTestBase::createVendorRepository function core/modules/package_manager/tests/src/Build/TemplateProjectTestBase.php Creates a Composer repository for all dependencies of the test project.
template_preprocess_top_bar function core/modules/navigation/navigation.module Prepares variables for navigation top bar template.
TemporaryArrayObjectThrowingExceptions::getIterator function core/modules/jsonapi/src/Normalizer/Value/TemporaryArrayObjectThrowingExceptions.php Create a new iterator from an ArrayObject instance.
TemporaryArrayObjectThrowingExceptions::getIteratorClass function core/modules/jsonapi/src/Normalizer/Value/TemporaryArrayObjectThrowingExceptions.php Gets the class name of the iterator used by \ArrayObject::getIterator().
TemporaryArrayObjectThrowingExceptions::setIteratorClass function core/modules/jsonapi/src/Normalizer/Value/TemporaryArrayObjectThrowingExceptions.php Sets the iterator classname for the \ArrayObject.
TemporaryStream::getDirectoryPath function core/lib/Drupal/Core/StreamWrapper/TemporaryStream.php
tempstore.private service core/core.services.yml Drupal\Core\TempStore\PrivateTempStoreFactory
tempstore.shared service core/core.services.yml Drupal\Core\TempStore\SharedTempStoreFactory
TempStoreDatabaseTest class core/tests/Drupal/KernelTests/Core/TempStore/TempStoreDatabaseTest.php Tests the temporary object storage system.
TempStoreDatabaseTest.php file core/tests/Drupal/KernelTests/Core/TempStore/TempStoreDatabaseTest.php
TempStoreDatabaseTest::testSharedTempStore function core/tests/Drupal/KernelTests/Core/TempStore/TempStoreDatabaseTest.php Tests the SharedTempStore API.
TempStoreException class core/lib/Drupal/Core/TempStore/TempStoreException.php Thrown by SharedTempStore and PrivateTempStore if they cannot acquire a lock.
TempStoreException.php file core/lib/Drupal/Core/TempStore/TempStoreException.php
TempStoreIdentifierInterface interface core/modules/layout_builder/src/TempStoreIdentifierInterface.php Provides an interface that allows an object to provide its own tempstore key.
TempStoreIdentifierInterface.php file core/modules/layout_builder/src/TempStoreIdentifierInterface.php
TempStoreIdentifierInterface::getTempstoreKey function core/modules/layout_builder/src/TempStoreIdentifierInterface.php Gets a string suitable for use as a tempstore key.
TermAutocompleteTest class core/modules/taxonomy/tests/src/Functional/TermAutocompleteTest.php Tests the autocomplete implementation of the taxonomy class.
TermAutocompleteTest.php file core/modules/taxonomy/tests/src/Functional/TermAutocompleteTest.php
TermAutocompleteTest::$adminUser property core/modules/taxonomy/tests/src/Functional/TermAutocompleteTest.php The admin user.

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.