| 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.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::testPageVariableDeprecation |
function |
core/modules/taxonomy/tests/src/Functional/TaxonomyTermPageVariableDeprecationTest.php |
Tests that deprecations are thrown correctly for the page variable. |
| 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 |
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.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::$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. |
| 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(). |