| MigrateVocabularyEntityFormDisplayTest::setUp |
function |
core/modules/taxonomy/tests/src/Kernel/Migrate/d6/MigrateVocabularyEntityFormDisplayTest.php |
|
| MigrateVocabularyEntityFormDisplayTest::testSkipNonExistentNodeType |
function |
core/modules/taxonomy/tests/src/Kernel/Migrate/d6/MigrateVocabularyEntityFormDisplayTest.php |
Tests that vocabulary displays are ignored appropriately. |
| MigrateVocabularyEntityFormDisplayTest::testVocabularyEntityFormDisplay |
function |
core/modules/taxonomy/tests/src/Kernel/Migrate/d6/MigrateVocabularyEntityFormDisplayTest.php |
Tests the Drupal 6 vocabulary-node type association to Drupal 8 migration. |
| MigrateVocabularyFieldInstanceTest |
class |
core/modules/taxonomy/tests/src/Kernel/Migrate/d6/MigrateVocabularyFieldInstanceTest.php |
Vocabulary field instance migration. |
| MigrateVocabularyFieldInstanceTest.php |
file |
core/modules/taxonomy/tests/src/Kernel/Migrate/d6/MigrateVocabularyFieldInstanceTest.php |
|
| MigrateVocabularyFieldInstanceTest::$modules |
property |
core/modules/taxonomy/tests/src/Kernel/Migrate/d6/MigrateVocabularyFieldInstanceTest.php |
Modules to enable. |
| MigrateVocabularyFieldInstanceTest::assertTargetBundles |
function |
core/modules/taxonomy/tests/src/Kernel/Migrate/d6/MigrateVocabularyFieldInstanceTest.php |
Asserts the settings of an entity reference field config entity. |
| MigrateVocabularyFieldInstanceTest::setUp |
function |
core/modules/taxonomy/tests/src/Kernel/Migrate/d6/MigrateVocabularyFieldInstanceTest.php |
|
| MigrateVocabularyFieldInstanceTest::testSkipNonExistentNodeType |
function |
core/modules/taxonomy/tests/src/Kernel/Migrate/d6/MigrateVocabularyFieldInstanceTest.php |
Tests that vocabulary field instances are ignored appropriately. |
| MigrateVocabularyFieldInstanceTest::testVocabularyFieldInstance |
function |
core/modules/taxonomy/tests/src/Kernel/Migrate/d6/MigrateVocabularyFieldInstanceTest.php |
Tests the Drupal 6 vocabulary-node type association to Drupal 8 migration. |
| MigrateVocabularyFieldTest |
class |
core/modules/taxonomy/tests/src/Kernel/Migrate/d6/MigrateVocabularyFieldTest.php |
Vocabulary field migration. |
| MigrateVocabularyFieldTest.php |
file |
core/modules/taxonomy/tests/src/Kernel/Migrate/d6/MigrateVocabularyFieldTest.php |
|
| MigrateVocabularyFieldTest::$modules |
property |
core/modules/taxonomy/tests/src/Kernel/Migrate/d6/MigrateVocabularyFieldTest.php |
Modules to enable. |
| MigrateVocabularyFieldTest::setUp |
function |
core/modules/taxonomy/tests/src/Kernel/Migrate/d6/MigrateVocabularyFieldTest.php |
|
| MigrateVocabularyFieldTest::testVocabularyField |
function |
core/modules/taxonomy/tests/src/Kernel/Migrate/d6/MigrateVocabularyFieldTest.php |
Tests the Drupal 6 vocabulary-node type association to Drupal 8 migration. |
| NodeTermData::$vocabularyStorage |
property |
core/modules/taxonomy/src/Plugin/views/relationship/NodeTermData.php |
The vocabulary storage. |
| QuickEditAutocompleteTermTest::$vocabulary |
property |
core/modules/quickedit/tests/src/FunctionalJavascript/QuickEditAutocompleteTermTest.php |
Stores the vocabulary used in the tests. |
| RssTest::$vocabulary |
property |
core/modules/taxonomy/tests/src/Functional/RssTest.php |
Vocabulary for testing. |
| TaggedWithTest::$tagVocabulary |
property |
core/modules/views/tests/src/Functional/Wizard/TaggedWithTest.php |
The vocabulary used for the test tag field. |
| taxonomy.vocabulary.forums.yml |
file |
core/modules/forum/config/optional/taxonomy.vocabulary.forums.yml |
core/modules/forum/config/optional/taxonomy.vocabulary.forums.yml |
| taxonomy.vocabulary.recipe_category.yml |
file |
core/profiles/demo_umami/config/install/taxonomy.vocabulary.recipe_category.yml |
core/profiles/demo_umami/config/install/taxonomy.vocabulary.recipe_category.yml |
| taxonomy.vocabulary.tags.yml |
file |
core/modules/system/tests/modules/olivero_test/config/install/taxonomy.vocabulary.tags.yml |
core/modules/system/tests/modules/olivero_test/config/install/taxonomy.vocabulary.tags.yml |
| taxonomy.vocabulary.tags.yml |
file |
core/profiles/standard/config/install/taxonomy.vocabulary.tags.yml |
core/profiles/standard/config/install/taxonomy.vocabulary.tags.yml |
| taxonomy.vocabulary.tags.yml |
file |
core/profiles/demo_umami/config/install/taxonomy.vocabulary.tags.yml |
core/profiles/demo_umami/config/install/taxonomy.vocabulary.tags.yml |
| taxonomy.vocabulary.track_changes_import_term.yml |
file |
core/modules/migrate/tests/modules/migrate_track_changes_test/config/install/taxonomy.vocabulary.track_changes_import_term.yml |
core/modules/migrate/tests/modules/migrate_track_changes_test/config/install/taxonomy.vocabulary.track_changes_import_term.yml |
| TaxonomyAttributesTest::$vocabulary |
property |
core/modules/rdf/tests/src/Functional/TaxonomyAttributesTest.php |
Vocabulary created for testing purposes. |
| TaxonomyController::vocabularyTitle |
function |
core/modules/taxonomy/src/Controller/TaxonomyController.php |
Route title callback. |
| TaxonomyFieldFilterTest::$vocabulary |
property |
core/modules/taxonomy/tests/src/Functional/Views/TaxonomyFieldFilterTest.php |
The vocabulary used for creating terms. |
| TaxonomyIndexTid::$vocabularyStorage |
property |
core/modules/taxonomy/src/Plugin/views/field/TaxonomyIndexTid.php |
The vocabulary storage. |
| TaxonomyIndexTid::$vocabularyStorage |
property |
core/modules/taxonomy/src/Plugin/views/filter/TaxonomyIndexTid.php |
The vocabulary storage. |
| TaxonomyTermIndentationTest::$vocabulary |
property |
core/modules/taxonomy/tests/src/Functional/TaxonomyTermIndentationTest.php |
Vocabulary for testing. |
| TaxonomyTermPagerTest::$vocabulary |
property |
core/modules/taxonomy/tests/src/Functional/TaxonomyTermPagerTest.php |
Vocabulary for testing. |
| TaxonomyTestBase::$vocabulary |
property |
core/modules/taxonomy/tests/src/Kernel/Views/TaxonomyTestBase.php |
The vocabulary used for creating terms. |
| TaxonomyTestBase::$vocabulary |
property |
core/modules/taxonomy/tests/src/Functional/Views/TaxonomyTestBase.php |
The vocabulary used for creating terms. |
| TaxonomyTestTrait::createVocabulary |
function |
core/modules/taxonomy/tests/src/Traits/TaxonomyTestTrait.php |
Returns a new vocabulary with random properties. |
| TaxonomyTranslationTestTrait::$vocabulary |
property |
core/modules/taxonomy/tests/src/Functional/TaxonomyTranslationTestTrait.php |
The vocabulary. |
| TaxonomyVocabularyArgumentTest |
class |
core/modules/taxonomy/tests/src/Functional/Views/TaxonomyVocabularyArgumentTest.php |
Tests the vocabulary argument. |
| TaxonomyVocabularyArgumentTest.php |
file |
core/modules/taxonomy/tests/src/Functional/Views/TaxonomyVocabularyArgumentTest.php |
|
| TaxonomyVocabularyArgumentTest::$defaultTheme |
property |
core/modules/taxonomy/tests/src/Functional/Views/TaxonomyVocabularyArgumentTest.php |
The theme to install as the default for testing. |
| TaxonomyVocabularyArgumentTest::$modules |
property |
core/modules/taxonomy/tests/src/Functional/Views/TaxonomyVocabularyArgumentTest.php |
Modules to enable. |
| TaxonomyVocabularyArgumentTest::$terms |
property |
core/modules/taxonomy/tests/src/Functional/Views/TaxonomyVocabularyArgumentTest.php |
|
| TaxonomyVocabularyArgumentTest::$testViews |
property |
core/modules/taxonomy/tests/src/Functional/Views/TaxonomyVocabularyArgumentTest.php |
|
| TaxonomyVocabularyArgumentTest::$vocabularies |
property |
core/modules/taxonomy/tests/src/Functional/Views/TaxonomyVocabularyArgumentTest.php |
Vocabularies used for creating terms. |
| TaxonomyVocabularyArgumentTest::setUp |
function |
core/modules/taxonomy/tests/src/Functional/Views/TaxonomyVocabularyArgumentTest.php |
Sets up the test. |
| TaxonomyVocabularyArgumentTest::testTermWithVocabularyArgument |
function |
core/modules/taxonomy/tests/src/Functional/Views/TaxonomyVocabularyArgumentTest.php |
Tests the vocabulary argument handler. |
| taxonomy_crud_taxonomy_vocabulary_presave |
function |
core/modules/taxonomy/tests/modules/taxonomy_crud/taxonomy_crud.module |
Implements hook_ENTITY_TYPE_presave() for taxonomy_vocabulary entities. |
| taxonomy_vocabulary_get_names |
function |
core/modules/taxonomy/taxonomy.module |
Get names for all taxonomy vocabularies. |
| taxonomy_vocabulary_static_reset |
function |
core/modules/taxonomy/taxonomy.module |
Clear all static cache variables for vocabularies. |
| TermAutocompleteTest::$vocabulary |
property |
core/modules/taxonomy/tests/src/Functional/TermAutocompleteTest.php |
The vocabulary. |
| TermEntityReferenceTest::testSelectionTestVocabularyRestriction |
function |
core/modules/taxonomy/tests/src/Kernel/TermEntityReferenceTest.php |
Tests an entity reference field restricted to a single vocabulary. |