| TermAccessTest.php |
file |
core/modules/taxonomy/tests/src/Functional/TermAccessTest.php |
|
| TermAccessTest::$defaultTheme |
property |
core/modules/taxonomy/tests/src/Functional/TermAccessTest.php |
The theme to install as the default for testing. |
| TermAccessTest::assertTermAccess |
function |
core/modules/taxonomy/tests/src/Functional/TermAccessTest.php |
Checks access on taxonomy term. |
| TermAccessTest::testTermAccess |
function |
core/modules/taxonomy/tests/src/Functional/TermAccessTest.php |
Tests access control functionality for taxonomy terms. |
| TermAutocompleteTest |
class |
core/modules/taxonomy/tests/src/Functional/TermAutocompleteTest.php |
Tests the autocomplete implementation of the taxonomy class. |
| TermAutocompleteTest.php |
file |
core/modules/taxonomy/tests/src/Functional/TermAutocompleteTest.php |
|
| TermAutocompleteTest::$adminUser |
property |
core/modules/taxonomy/tests/src/Functional/TermAutocompleteTest.php |
The admin user. |
| TermAutocompleteTest::$autocompleteUrl |
property |
core/modules/taxonomy/tests/src/Functional/TermAutocompleteTest.php |
The autocomplete URL to call. |
| TermAutocompleteTest::$defaultTheme |
property |
core/modules/taxonomy/tests/src/Functional/TermAutocompleteTest.php |
The theme to install as the default for testing. |
| TermAutocompleteTest::$fieldName |
property |
core/modules/taxonomy/tests/src/Functional/TermAutocompleteTest.php |
The field to add to the content type for the taxonomy terms. |
| TermAutocompleteTest::$modules |
property |
core/modules/taxonomy/tests/src/Functional/TermAutocompleteTest.php |
Modules to install. |
| TermAutocompleteTest::$termIds |
property |
core/modules/taxonomy/tests/src/Functional/TermAutocompleteTest.php |
The term IDs indexed by term names. |
| TermAutocompleteTest::$vocabulary |
property |
core/modules/taxonomy/tests/src/Functional/TermAutocompleteTest.php |
The vocabulary. |
| TermAutocompleteTest::drupalGetJson |
function |
core/modules/taxonomy/tests/src/Functional/TermAutocompleteTest.php |
Helper function for JSON formatted requests. |
| TermAutocompleteTest::setUp |
function |
core/modules/taxonomy/tests/src/Functional/TermAutocompleteTest.php |
|
| TermAutocompleteTest::testAutocompleteCountResults |
function |
core/modules/taxonomy/tests/src/Functional/TermAutocompleteTest.php |
Tests that the autocomplete method returns the good number of results. |
| TermAutocompleteTest::testAutocompleteOrderedResults |
function |
core/modules/taxonomy/tests/src/Functional/TermAutocompleteTest.php |
Tests that the autocomplete method returns properly ordered results. |
| TermCacheTagsTest |
class |
core/modules/taxonomy/tests/src/Functional/TermCacheTagsTest.php |
Tests the Taxonomy term entity's cache tags. |
| TermCacheTagsTest.php |
file |
core/modules/taxonomy/tests/src/Functional/TermCacheTagsTest.php |
|
| TermCacheTagsTest::$defaultTheme |
property |
core/modules/taxonomy/tests/src/Functional/TermCacheTagsTest.php |
The theme to install as the default for testing. |
| TermCacheTagsTest::$modules |
property |
core/modules/taxonomy/tests/src/Functional/TermCacheTagsTest.php |
Modules to install. |
| TermCacheTagsTest::createEntity |
function |
core/modules/taxonomy/tests/src/Functional/TermCacheTagsTest.php |
Creates the entity to be tested. |
| TermContextTest |
class |
core/modules/taxonomy/tests/src/Kernel/ContextProvider/TermContextTest.php |
@coversDefaultClass \Drupal\taxonomy\ContextProvider\TermRouteContext[[api-linebreak]] |
| TermContextTest.php |
file |
core/modules/taxonomy/tests/src/Kernel/ContextProvider/TermContextTest.php |
|
| TermContextTest::$modules |
property |
core/modules/taxonomy/tests/src/Kernel/ContextProvider/TermContextTest.php |
Modules to install. |
| TermContextTest::setUp |
function |
core/modules/taxonomy/tests/src/Kernel/ContextProvider/TermContextTest.php |
|
| TermContextTest::testGetAvailableContexts |
function |
core/modules/taxonomy/tests/src/Kernel/ContextProvider/TermContextTest.php |
@covers ::getAvailableContexts[[api-linebreak]] |
| TermContextTest::testGetRuntimeContexts |
function |
core/modules/taxonomy/tests/src/Kernel/ContextProvider/TermContextTest.php |
@covers ::getRuntimeContexts[[api-linebreak]] |
| TermContextualLinksTest |
class |
core/modules/taxonomy/tests/src/Functional/TermContextualLinksTest.php |
Tests views contextual links on terms. |
| TermContextualLinksTest.php |
file |
core/modules/taxonomy/tests/src/Functional/TermContextualLinksTest.php |
|
| TermContextualLinksTest::$defaultTheme |
property |
core/modules/taxonomy/tests/src/Functional/TermContextualLinksTest.php |
The theme to install as the default for testing. |
| TermContextualLinksTest::$modules |
property |
core/modules/taxonomy/tests/src/Functional/TermContextualLinksTest.php |
Modules to install. |
| TermContextualLinksTest::testTermContextualLinks |
function |
core/modules/taxonomy/tests/src/Functional/TermContextualLinksTest.php |
Tests contextual links. |
| TermDisplayConfigurableTest |
class |
core/modules/taxonomy/tests/src/Functional/Views/TermDisplayConfigurableTest.php |
Tests making taxonomy term base fields' displays configurable. |
| TermDisplayConfigurableTest.php |
file |
core/modules/taxonomy/tests/src/Functional/Views/TermDisplayConfigurableTest.php |
|
| TermDisplayConfigurableTest::$defaultTheme |
property |
core/modules/taxonomy/tests/src/Functional/Views/TermDisplayConfigurableTest.php |
The theme to install as the default for testing. |
| TermDisplayConfigurableTest::$testViews |
property |
core/modules/taxonomy/tests/src/Functional/Views/TermDisplayConfigurableTest.php |
Views used by this test. |
| TermDisplayConfigurableTest::testDisplayConfigurable |
function |
core/modules/taxonomy/tests/src/Functional/Views/TermDisplayConfigurableTest.php |
Sets base fields to configurable display and check settings are respected. |
| TermEntityQueryTest |
class |
core/modules/taxonomy/tests/src/Kernel/TermEntityQueryTest.php |
Verifies operation of a taxonomy-based Entity Query. |
| TermEntityQueryTest.php |
file |
core/modules/taxonomy/tests/src/Kernel/TermEntityQueryTest.php |
|
| TermEntityQueryTest::$modules |
property |
core/modules/taxonomy/tests/src/Kernel/TermEntityQueryTest.php |
Modules to install. |
| TermEntityQueryTest::testTermEntityQuery |
function |
core/modules/taxonomy/tests/src/Kernel/TermEntityQueryTest.php |
Tests that a basic taxonomy entity query works. |
| TermEntityReferenceTest |
class |
core/modules/taxonomy/tests/src/Kernel/TermEntityReferenceTest.php |
Tests the settings of restricting term selection to a single vocabulary. |
| TermEntityReferenceTest.php |
file |
core/modules/taxonomy/tests/src/Kernel/TermEntityReferenceTest.php |
|
| TermEntityReferenceTest::$modules |
property |
core/modules/taxonomy/tests/src/Kernel/TermEntityReferenceTest.php |
Modules to install. |
| TermEntityReferenceTest::setUp |
function |
core/modules/taxonomy/tests/src/Kernel/TermEntityReferenceTest.php |
|
| TermEntityReferenceTest::testSelectionTestVocabularyRestriction |
function |
core/modules/taxonomy/tests/src/Kernel/TermEntityReferenceTest.php |
Tests an entity reference field restricted to a single vocabulary. |
| TermEntityTranslationTest |
class |
core/modules/taxonomy/tests/src/Kernel/Plugin/migrate/source/d7/TermEntityTranslationTest.php |
Tests taxonomy term entity translation source plugin. |
| TermEntityTranslationTest.php |
file |
core/modules/taxonomy/tests/src/Kernel/Plugin/migrate/source/d7/TermEntityTranslationTest.php |
|
| TermEntityTranslationTest::$modules |
property |
core/modules/taxonomy/tests/src/Kernel/Plugin/migrate/source/d7/TermEntityTranslationTest.php |
Modules to install. |