Search for %s

  1. Search 7.x for %s
  2. Search 9.5.x for %s
  3. Search 8.9.x for %s
  4. Search 10.3.x for %s
  5. Search 11.x for %s
  6. Other projects
Title Object type File name Summary
TaxonomyTermDisplayConfigurableTestHooks::entityBaseFieldInfoAlter function core/modules/taxonomy/tests/modules/taxonomy_term_display_configurable_test/src/Hook/TaxonomyTermDisplayConfigurableTestHooks.php Implements hook_entity_base_field_info_alter().
TaxonomyTermDisplayConfigurableTestHooks::entityTypeBuild function core/modules/taxonomy/tests/modules/taxonomy_term_display_configurable_test/src/Hook/TaxonomyTermDisplayConfigurableTestHooks.php Implements hook_entity_type_build().
TaxonomyTermFilterDepthTest class core/modules/taxonomy/tests/src/Kernel/Views/TaxonomyTermFilterDepthTest.php Test the taxonomy term with depth filter.
TaxonomyTermFilterDepthTest.php file core/modules/taxonomy/tests/src/Kernel/Views/TaxonomyTermFilterDepthTest.php
TaxonomyTermFilterDepthTest::$modules property core/modules/taxonomy/tests/src/Kernel/Views/TaxonomyTermFilterDepthTest.php Modules to install.
TaxonomyTermFilterDepthTest::$terms property core/modules/taxonomy/tests/src/Kernel/Views/TaxonomyTermFilterDepthTest.php The terms used in the test.
TaxonomyTermFilterDepthTest::$testViews property core/modules/taxonomy/tests/src/Kernel/Views/TaxonomyTermFilterDepthTest.php Views IDs used by this test.
TaxonomyTermFilterDepthTest::$view property core/modules/taxonomy/tests/src/Kernel/Views/TaxonomyTermFilterDepthTest.php The view executable used in the test.
TaxonomyTermFilterDepthTest::assertTermWithDepthResult function core/modules/taxonomy/tests/src/Kernel/Views/TaxonomyTermFilterDepthTest.php Asserts the result of the view for the given filter configuration.
TaxonomyTermFilterDepthTest::setUp function core/modules/taxonomy/tests/src/Kernel/Views/TaxonomyTermFilterDepthTest.php
TaxonomyTermFilterDepthTest::testTermWithDepthFilter function core/modules/taxonomy/tests/src/Kernel/Views/TaxonomyTermFilterDepthTest.php Tests the terms with depth filter.
TaxonomyTermHierarchyConstraint class core/modules/taxonomy/src/Plugin/Validation/Constraint/TaxonomyTermHierarchyConstraint.php Validation constraint for changing the term hierarchy in pending revisions.
TaxonomyTermHierarchyConstraint.php file core/modules/taxonomy/src/Plugin/Validation/Constraint/TaxonomyTermHierarchyConstraint.php
TaxonomyTermHierarchyConstraint::coversFields function core/modules/taxonomy/src/Plugin/Validation/Constraint/TaxonomyTermHierarchyConstraint.php An array of entity fields which should be passed to the validator.
TaxonomyTermHierarchyConstraint::__construct function core/modules/taxonomy/src/Plugin/Validation/Constraint/TaxonomyTermHierarchyConstraint.php
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.
TaxonomyTermIndentationTest class core/modules/taxonomy/tests/src/Functional/TaxonomyTermIndentationTest.php Ensure that the term indentation works properly.
TaxonomyTermIndentationTest.php file core/modules/taxonomy/tests/src/Functional/TaxonomyTermIndentationTest.php
TaxonomyTermIndentationTest::$defaultTheme property core/modules/taxonomy/tests/src/Functional/TaxonomyTermIndentationTest.php The theme to install as the default for testing.
TaxonomyTermIndentationTest::$modules property core/modules/taxonomy/tests/src/Functional/TaxonomyTermIndentationTest.php Modules to install.
TaxonomyTermIndentationTest::$vocabulary property core/modules/taxonomy/tests/src/Functional/TaxonomyTermIndentationTest.php Vocabulary for testing.
TaxonomyTermIndentationTest::setUp function core/modules/taxonomy/tests/src/Functional/TaxonomyTermIndentationTest.php
TaxonomyTermIndentationTest::testTermIndentation function core/modules/taxonomy/tests/src/Functional/TaxonomyTermIndentationTest.php Tests term indentation.
TaxonomyTermModerationHandler::enforceRevisionsBundleFormAlter function core/modules/content_moderation/src/Entity/Handler/TaxonomyTermModerationHandler.php Alters bundle forms to enforce revision handling.
TaxonomyTermModerationHandler::enforceRevisionsEntityFormAlter function core/modules/content_moderation/src/Entity/Handler/TaxonomyTermModerationHandler.php Alters entity forms to enforce revision handling.
TaxonomyTermPagerTest class core/modules/taxonomy/tests/src/Functional/TaxonomyTermPagerTest.php Ensures that the term pager works properly.
TaxonomyTermPagerTest.php file core/modules/taxonomy/tests/src/Functional/TaxonomyTermPagerTest.php
TaxonomyTermPagerTest::$defaultTheme property core/modules/taxonomy/tests/src/Functional/TaxonomyTermPagerTest.php The theme to install as the default for testing.
TaxonomyTermPagerTest::$modules property core/modules/taxonomy/tests/src/Functional/TaxonomyTermPagerTest.php Modules to install.
TaxonomyTermPagerTest::$vocabulary property core/modules/taxonomy/tests/src/Functional/TaxonomyTermPagerTest.php Vocabulary for testing.
TaxonomyTermPagerTest::setUp function core/modules/taxonomy/tests/src/Functional/TaxonomyTermPagerTest.php
TaxonomyTermPagerTest::testTaxonomyTermOverviewPager function core/modules/taxonomy/tests/src/Functional/TaxonomyTermPagerTest.php Tests that the pager is displayed properly on the term overview page.
TaxonomyTermPagerTest::testTaxonomyTermOverviewTermLoad function core/modules/taxonomy/tests/src/Functional/TaxonomyTermPagerTest.php Tests that overview page only loads the necessary terms.
TaxonomyTermPageVariableDeprecationTest class core/modules/taxonomy/tests/src/Functional/TaxonomyTermPageVariableDeprecationTest.php Tests page variable deprecation.
TaxonomyTermPageVariableDeprecationTest class core/modules/taxonomy/tests/src/Kernel/TaxonomyTermPageVariableDeprecationTest.php Tests page variable deprecation.
TaxonomyTermPageVariableDeprecationTest.php file core/modules/taxonomy/tests/src/Kernel/TaxonomyTermPageVariableDeprecationTest.php
TaxonomyTermPageVariableDeprecationTest.php file core/modules/taxonomy/tests/src/Functional/TaxonomyTermPageVariableDeprecationTest.php
TaxonomyTermPageVariableDeprecationTest::$defaultTheme property core/modules/taxonomy/tests/src/Functional/TaxonomyTermPageVariableDeprecationTest.php The theme to install as the default for testing.
TaxonomyTermPageVariableDeprecationTest::setUp function core/modules/taxonomy/tests/src/Functional/TaxonomyTermPageVariableDeprecationTest.php
TaxonomyTermPageVariableDeprecationTest::setUp function core/modules/taxonomy/tests/src/Kernel/TaxonomyTermPageVariableDeprecationTest.php
TaxonomyTermPageVariableDeprecationTest::testPageVariableDeprecation function core/modules/taxonomy/tests/src/Kernel/TaxonomyTermPageVariableDeprecationTest.php Tests that deprecations are thrown correctly for the page variable.
TaxonomyTermPageVariableDeprecationTest::testPageVariableDeprecation function core/modules/taxonomy/tests/src/Functional/TaxonomyTermPageVariableDeprecationTest.php Tests that deprecations are thrown correctly for the page variable.
TaxonomyTermReference::defineValueProcessPipeline function core/modules/taxonomy/src/Plugin/migrate/field/TaxonomyTermReference.php Apply any custom processing to the field bundle migrations.
TaxonomyTermReferenceFieldTest class core/modules/taxonomy/tests/src/Unit/Plugin/migrate/field/TaxonomyTermReferenceFieldTest.php Tests Drupal\taxonomy\Plugin\migrate\field\TaxonomyTermReference.
TaxonomyTermReferenceFieldTest.php file core/modules/taxonomy/tests/src/Unit/Plugin/migrate/field/TaxonomyTermReferenceFieldTest.php

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