Search for all

  1. Search 7.x for all
  2. Search 9.5.x for all
  3. Search 8.9.x for all
  4. Search 10.3.x for all
  5. Search 11.x for all
  6. Other projects
Title Object type File name Summary
TaxonomyTermReference::defineValueProcessPipeline function core/modules/taxonomy/src/Plugin/migrate/field/TaxonomyTermReference.php Apply any custom processing to the field bundle migrations.
TaxonomyTermReference::getFieldFormatterMap function core/modules/taxonomy/src/Plugin/migrate/field/TaxonomyTermReference.php Get a map between D6 formatters and D8 formatters for this field type.
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
TaxonomyTermReferenceFieldTest::$migration property core/modules/taxonomy/tests/src/Unit/Plugin/migrate/field/TaxonomyTermReferenceFieldTest.php The migration.
TaxonomyTermReferenceFieldTest::$plugin property core/modules/taxonomy/tests/src/Unit/Plugin/migrate/field/TaxonomyTermReferenceFieldTest.php The migrate field plugin.
TaxonomyTermReferenceFieldTest::setUp function core/modules/taxonomy/tests/src/Unit/Plugin/migrate/field/TaxonomyTermReferenceFieldTest.php
TaxonomyTermReferenceFieldTest::testDefineValueProcessPipeline function core/modules/taxonomy/tests/src/Unit/Plugin/migrate/field/TaxonomyTermReferenceFieldTest.php Tests define value process pipeline.
TaxonomyTermViewTest class core/modules/taxonomy/tests/src/Functional/Views/TaxonomyTermViewTest.php Tests the taxonomy term view page and its translation.
TaxonomyTermViewTest.php file core/modules/taxonomy/tests/src/Functional/Views/TaxonomyTermViewTest.php
TaxonomyTermViewTest::$adminUser property core/modules/taxonomy/tests/src/Functional/Views/TaxonomyTermViewTest.php A user with permissions to administer taxonomy.
TaxonomyTermViewTest::$defaultTheme property core/modules/taxonomy/tests/src/Functional/Views/TaxonomyTermViewTest.php
TaxonomyTermViewTest::$fieldName1 property core/modules/taxonomy/tests/src/Functional/Views/TaxonomyTermViewTest.php Name of the taxonomy term reference field.
TaxonomyTermViewTest::$modules property core/modules/taxonomy/tests/src/Functional/Views/TaxonomyTermViewTest.php
TaxonomyTermViewTest::setUp function core/modules/taxonomy/tests/src/Functional/Views/TaxonomyTermViewTest.php
TaxonomyTermViewTest::testTaxonomyTermView function core/modules/taxonomy/tests/src/Functional/Views/TaxonomyTermViewTest.php Tests that the taxonomy term view is working properly.
TaxonomyTestBase class core/modules/taxonomy/tests/src/Functional/TaxonomyTestBase.php Provides common helper methods for Taxonomy module tests.
TaxonomyTestBase class core/modules/taxonomy/tests/src/Functional/Views/TaxonomyTestBase.php Base class for all taxonomy tests.
TaxonomyTestBase class core/modules/taxonomy/tests/src/Kernel/Views/TaxonomyTestBase.php Base class for views kernel taxonomy tests.
TaxonomyTestBase class core/modules/taxonomy/tests/src/Kernel/TaxonomyTestBase.php Provides common helper methods for Taxonomy module tests.
TaxonomyTestBase.php file core/modules/taxonomy/tests/src/Kernel/TaxonomyTestBase.php
TaxonomyTestBase.php file core/modules/taxonomy/tests/src/Kernel/Views/TaxonomyTestBase.php
TaxonomyTestBase.php file core/modules/taxonomy/tests/src/Functional/TaxonomyTestBase.php
TaxonomyTestBase.php file core/modules/taxonomy/tests/src/Functional/Views/TaxonomyTestBase.php
TaxonomyTestBase::$modules property core/modules/taxonomy/tests/src/Functional/TaxonomyTestBase.php
TaxonomyTestBase::$modules property core/modules/taxonomy/tests/src/Functional/Views/TaxonomyTestBase.php
TaxonomyTestBase::$modules property core/modules/taxonomy/tests/src/Kernel/Views/TaxonomyTestBase.php
TaxonomyTestBase::$modules property core/modules/taxonomy/tests/src/Kernel/TaxonomyTestBase.php
TaxonomyTestBase::$nodes property core/modules/taxonomy/tests/src/Kernel/Views/TaxonomyTestBase.php Stores the nodes used for the different tests.
TaxonomyTestBase::$nodes property core/modules/taxonomy/tests/src/Functional/Views/TaxonomyTestBase.php Stores the nodes used for the different tests.
TaxonomyTestBase::$term1 property core/modules/taxonomy/tests/src/Functional/Views/TaxonomyTestBase.php Stores the first term used in the different tests.
TaxonomyTestBase::$term1 property core/modules/taxonomy/tests/src/Kernel/Views/TaxonomyTestBase.php Stores the first term used in the different tests.
TaxonomyTestBase::$term2 property core/modules/taxonomy/tests/src/Kernel/Views/TaxonomyTestBase.php Stores the second term used in the different tests.
TaxonomyTestBase::$term2 property core/modules/taxonomy/tests/src/Functional/Views/TaxonomyTestBase.php Stores the second term used in the different tests.
TaxonomyTestBase::$vocabulary property core/modules/taxonomy/tests/src/Functional/Views/TaxonomyTestBase.php The vocabulary used for creating terms.
TaxonomyTestBase::$vocabulary property core/modules/taxonomy/tests/src/Kernel/Views/TaxonomyTestBase.php The vocabulary used for creating terms.
TaxonomyTestBase::createTerm function core/modules/taxonomy/tests/src/Kernel/Views/TaxonomyTestBase.php Creates and returns a taxonomy term.
TaxonomyTestBase::createTerm function core/modules/taxonomy/tests/src/Functional/Views/TaxonomyTestBase.php Creates and returns a taxonomy term.
TaxonomyTestBase::mockStandardInstall function core/modules/taxonomy/tests/src/Functional/Views/TaxonomyTestBase.php Provides a workaround for the inability to use the standard profile.
TaxonomyTestBase::mockStandardInstall function core/modules/taxonomy/tests/src/Kernel/Views/TaxonomyTestBase.php Provides a workaround for the inability to use the standard profile.
TaxonomyTestBase::setUp function core/modules/taxonomy/tests/src/Kernel/Views/TaxonomyTestBase.php
TaxonomyTestBase::setUp function core/modules/taxonomy/tests/src/Functional/TaxonomyTestBase.php
TaxonomyTestBase::setUp function core/modules/taxonomy/tests/src/Functional/Views/TaxonomyTestBase.php
TaxonomyTestBase::setUp function core/modules/taxonomy/tests/src/Kernel/TaxonomyTestBase.php
TaxonomyTestHooks class core/modules/taxonomy/tests/modules/taxonomy_test/src/Hook/TaxonomyTestHooks.php Hook implementations for taxonomy_test.
TaxonomyTestHooks.php file core/modules/taxonomy/tests/modules/taxonomy_test/src/Hook/TaxonomyTestHooks.php
TaxonomyTestHooks::entityAccess function core/modules/taxonomy/tests/modules/taxonomy_test/src/Hook/TaxonomyTestHooks.php Implements hook_entity_access().
TaxonomyTestHooks::formTaxonomyTermFormAlter function core/modules/taxonomy/tests/modules/taxonomy_test/src/Hook/TaxonomyTestHooks.php Implements hook_form_BASE_FORM_ID_alter() for the taxonomy term form.
TaxonomyTestHooks::queryAlter function core/modules/taxonomy/tests/modules/taxonomy_test/src/Hook/TaxonomyTestHooks.php Implements hook_query_alter().
TaxonomyTestHooks::queryTaxonomyTermAccessAlter function core/modules/taxonomy/tests/modules/taxonomy_test/src/Hook/TaxonomyTestHooks.php Implements hook_query_TAG_alter().

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