| 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(). |
| 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 |
|
| TaxonomyTestTrait::createTaxonomyTermRevision |
function |
core/modules/taxonomy/tests/src/Traits/TaxonomyTestTrait.php |
Creates a new revision for a given taxonomy term. |
| TaxonomyTestTrait::createTerm |
function |
core/modules/taxonomy/tests/src/Traits/TaxonomyTestTrait.php |
Returns a new term with random properties given a vocabulary. |
| TaxonomyTestTrait::createVocabulary |
function |
core/modules/taxonomy/tests/src/Traits/TaxonomyTestTrait.php |
Returns a new vocabulary with random properties. |
| TaxonomyTranslationTestTrait |
trait |
core/modules/taxonomy/tests/src/Functional/TaxonomyTranslationTestTrait.php |
Provides common testing base for translated taxonomy terms. |
| TaxonomyTranslationTestTrait.php |
file |
core/modules/taxonomy/tests/src/Functional/TaxonomyTranslationTestTrait.php |
|
| TaxonomyTranslationTestTrait::$baseLangcode |
property |
core/modules/taxonomy/tests/src/Functional/TaxonomyTranslationTestTrait.php |
The langcode of the source language. |
| TaxonomyTranslationTestTrait::$node |
property |
core/modules/taxonomy/tests/src/Functional/TaxonomyTranslationTestTrait.php |
The node to check the translated value on. |
| TaxonomyTranslationTestTrait::$termFieldName |
property |
core/modules/taxonomy/tests/src/Functional/TaxonomyTranslationTestTrait.php |
The field name for our taxonomy term field. |
| TaxonomyTranslationTestTrait::$translateToLangcode |
property |
core/modules/taxonomy/tests/src/Functional/TaxonomyTranslationTestTrait.php |
Target langcode for translation. |
| TaxonomyTranslationTestTrait::$vocabulary |
property |
core/modules/taxonomy/tests/src/Functional/TaxonomyTranslationTestTrait.php |
The vocabulary. |
| TaxonomyTranslationTestTrait::enableTranslation |
function |
core/modules/taxonomy/tests/src/Functional/TaxonomyTranslationTestTrait.php |
Enables translations where it needed. |