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
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 The theme to install as the default for testing.
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 Modules to install.
TaxonomyTermViewTest::setUp function core/modules/taxonomy/tests/src/Functional/Views/TaxonomyTermViewTest.php Sets up the test.
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/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/Functional/TaxonomyTestBase.php Provides common helper methods for Taxonomy module 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/Views/TaxonomyTestBase.php Modules to install.
TaxonomyTestBase::$modules property core/modules/taxonomy/tests/src/Kernel/Views/TaxonomyTestBase.php Modules to install.
TaxonomyTestBase::$modules property core/modules/taxonomy/tests/src/Functional/TaxonomyTestBase.php Modules to install.
TaxonomyTestBase::$modules property core/modules/taxonomy/tests/src/Kernel/TaxonomyTestBase.php Modules to install.
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 Sets up the test.
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().
TaxonomyTestHooks::queryTermAccessAlter function core/modules/taxonomy/tests/modules/taxonomy_test/src/Hook/TaxonomyTestHooks.php Implements hook_query_TAG_alter().
TaxonomyTestHooks::taxonomyTermLoad function core/modules/taxonomy/tests/modules/taxonomy_test/src/Hook/TaxonomyTestHooks.php Implements hook_ENTITY_TYPE_load() for the taxonomy term.
TaxonomyTestTrait trait core/modules/taxonomy/tests/src/Traits/TaxonomyTestTrait.php Provides common helper methods for Taxonomy module tests.
TaxonomyTestTrait.php file core/modules/taxonomy/tests/src/Traits/TaxonomyTestTrait.php

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