Search for to

  1. Search 7.x for to
  2. Search 9.5.x for to
  3. Search 10.3.x for to
  4. Search 11.x for to
  5. Other projects
Title Object type File name Summary
TaggedHandlersPass::processServiceCollectorPass function core/lib/Drupal/Core/DependencyInjection/Compiler/TaggedHandlersPass.php Processes a service collector service pass.
TaggedHandlersPass::processServiceIdCollectorPass function core/lib/Drupal/Core/DependencyInjection/Compiler/TaggedHandlersPass.php Processes a service collector ID service pass.
TaggedHandlersPassTest::testIdCollectorProcessRequiredHandlers function core/tests/Drupal/Tests/Core/DependencyInjection/Compiler/TaggedHandlersPassTest.php Tests a required consumer with no handlers.
TaggedWithTest::$tagFieldStorage property core/modules/views/tests/src/Functional/Wizard/TaggedWithTest.php Holds the field storage for test tag field.
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.
taxonomy.tokens.inc file core/modules/taxonomy/taxonomy.tokens.inc Builds placeholder replacement tokens for taxonomy terms and vocabularies.
Taxonomy::$termStorage property core/modules/taxonomy/src/Plugin/views/argument/Taxonomy.php
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
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.
TaxonomyTermUpdatePathTest::testConversionToRevisionable function core/modules/taxonomy/tests/src/Functional/Update/TaxonomyTermUpdatePathTest.php Tests the conversion of taxonomy terms to be revisionable.
TaxonomyTranslationTestTrait::$translateToLangcode property core/modules/taxonomy/src/Tests/TaxonomyTranslationTestTrait.php Target langcode for translation.
TaxonomyTranslationTestTrait::$translateToLangcode property core/modules/taxonomy/tests/src/Functional/TaxonomyTranslationTestTrait.php Target langcode for translation.
taxonomy_tokens function core/modules/taxonomy/taxonomy.tokens.inc Implements hook_tokens().
taxonomy_token_info function core/modules/taxonomy/taxonomy.tokens.inc Implements hook_token_info().
taxonomy_views_plugins_argument_validator_alter function core/modules/taxonomy/taxonomy.views.inc Implements hook_views_plugins_argument_validator_alter().
template_preprocess_aggregator_feed function core/modules/aggregator/aggregator.theme.inc Prepares variables for aggregator feed templates.
template_preprocess_aggregator_item function core/modules/aggregator/aggregator.theme.inc Prepares variables for aggregator item templates.
template_preprocess_ckeditor_settings_toolbar function core/modules/ckeditor/ckeditor.admin.inc Prepares variables for CKEditor settings toolbar templates.
template_preprocess_toolbar function core/modules/toolbar/toolbar.module Prepares variables for administration toolbar templates.
TemporaryJsonapiFileFieldUploader::$token property core/modules/jsonapi/src/Controller/TemporaryJsonapiFileFieldUploader.php The token replacement instance.
TemporaryJsonapiFileFieldUploader::BYTES_TO_READ constant core/modules/jsonapi/src/Controller/TemporaryJsonapiFileFieldUploader.php The amount of bytes to read in each iteration when streaming file data.
TemporaryJsonapiFileFieldUploader::getUploadValidators function core/modules/jsonapi/src/Controller/TemporaryJsonapiFileFieldUploader.php Retrieves the upload validators for a field definition.
TemporaryStream::getDirectoryPath function core/lib/Drupal/Core/StreamWrapper/TemporaryStream.php Gets the path that the wrapper is responsible for.
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/modules/user/tests/src/Kernel/TempStoreDatabaseTest.php Tests the temporary object storage system.
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.php file core/modules/user/tests/src/Kernel/TempStoreDatabaseTest.php
TempStoreDatabaseTest::$collection property core/modules/user/tests/src/Kernel/TempStoreDatabaseTest.php The name of the key/value collection to set and retrieve.
TempStoreDatabaseTest::$collection property core/tests/Drupal/KernelTests/Core/TempStore/TempStoreDatabaseTest.php The name of the key/value collection to set and retrieve.
TempStoreDatabaseTest::$modules property core/tests/Drupal/KernelTests/Core/TempStore/TempStoreDatabaseTest.php Modules to enable.
TempStoreDatabaseTest::$modules property core/modules/user/tests/src/Kernel/TempStoreDatabaseTest.php Modules to enable.
TempStoreDatabaseTest::$objects property core/modules/user/tests/src/Kernel/TempStoreDatabaseTest.php An array of random stdClass objects.
TempStoreDatabaseTest::$objects property core/tests/Drupal/KernelTests/Core/TempStore/TempStoreDatabaseTest.php An array of random stdClass objects.
TempStoreDatabaseTest::$storeFactory property core/tests/Drupal/KernelTests/Core/TempStore/TempStoreDatabaseTest.php A key/value store factory.
TempStoreDatabaseTest::$storeFactory property core/modules/user/tests/src/Kernel/TempStoreDatabaseTest.php A key/value store factory.

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