Search for vocabulary

  1. Search 7.x for vocabulary
  2. Search 9.5.x for vocabulary
  3. Search 8.9.x for vocabulary
  4. Search 11.x for vocabulary
  5. Other projects

Exact matches

These are exact matches according to your search
Title Object type File name Summary
Vocabulary class core/modules/taxonomy/src/Entity/Vocabulary.php Defines the taxonomy vocabulary entity.
Vocabulary class core/modules/taxonomy/src/Plugin/migrate/source/d6/Vocabulary.php Drupal 6 vocabularies source from database.
Vocabulary class core/modules/taxonomy/src/Plugin/migrate/source/d7/Vocabulary.php Drupal 7 vocabularies source from database.

All search results

Title Object type File name Summary
ArgumentSummaryTest::$tagVocabulary property core/modules/views/tests/src/Kernel/Handler/ArgumentSummaryTest.php The vocabulary used for the test tag field.
ConfigTranslationListUiTest::doVocabularyListTest function core/modules/config_translation/tests/src/Functional/ConfigTranslationListUiTest.php Tests the vocabulary listing for the translate operation.
ContentEntityTest::$vocabulary property core/modules/migrate_drupal/tests/src/Kernel/Plugin/migrate/source/ContentEntityTest.php The vocabulary ID.
d6_language_content_taxonomy_vocabulary_settings.yml file core/modules/language/migrations/d6_language_content_taxonomy_vocabulary_settings.yml core/modules/language/migrations/d6_language_content_taxonomy_vocabulary_settings.yml
d6_taxonomy_vocabulary.yml file core/modules/taxonomy/migrations/d6_taxonomy_vocabulary.yml core/modules/taxonomy/migrations/d6_taxonomy_vocabulary.yml
d6_taxonomy_vocabulary_translation.yml file core/modules/config_translation/migrations/d6_taxonomy_vocabulary_translation.yml core/modules/config_translation/migrations/d6_taxonomy_vocabulary_translation.yml
d6_vocabulary_entity_display.yml file core/modules/taxonomy/migrations/d6_vocabulary_entity_display.yml core/modules/taxonomy/migrations/d6_vocabulary_entity_display.yml
d6_vocabulary_entity_form_display.yml file core/modules/taxonomy/migrations/d6_vocabulary_entity_form_display.yml core/modules/taxonomy/migrations/d6_vocabulary_entity_form_display.yml
d6_vocabulary_field.yml file core/modules/taxonomy/migrations/d6_vocabulary_field.yml core/modules/taxonomy/migrations/d6_vocabulary_field.yml
d6_vocabulary_field_instance.yml file core/modules/taxonomy/migrations/d6_vocabulary_field_instance.yml core/modules/taxonomy/migrations/d6_vocabulary_field_instance.yml
d7_language_content_taxonomy_vocabulary_settings.yml file core/modules/language/migrations/d7_language_content_taxonomy_vocabulary_settings.yml core/modules/language/migrations/d7_language_content_taxonomy_vocabulary_settings.yml
d7_taxonomy_vocabulary.yml file core/modules/taxonomy/migrations/d7_taxonomy_vocabulary.yml core/modules/taxonomy/migrations/d7_taxonomy_vocabulary.yml
d7_taxonomy_vocabulary_translation.yml file core/modules/config_translation/migrations/d7_taxonomy_vocabulary_translation.yml core/modules/config_translation/migrations/d7_taxonomy_vocabulary_translation.yml
EntityCrudHookTest::testTaxonomyVocabularyHooks function core/tests/Drupal/KernelTests/Core/Entity/EntityCrudHookTest.php Tests hook invocations for CRUD operations on taxonomy vocabularies.
EntityReferenceItemTest::$vocabulary property core/modules/field/tests/src/Kernel/EntityReference/EntityReferenceItemTest.php The taxonomy vocabulary to test with.
EntityReferenceSettingsTest::$vocabulary property core/modules/field/tests/src/Kernel/EntityReference/EntityReferenceSettingsTest.php Testing vocabulary.
EntityTaxonomyVocabulary class core/modules/taxonomy/src/Plugin/migrate/destination/EntityTaxonomyVocabulary.php Migration destination for taxonomy vocabulary.
EntityTaxonomyVocabulary.php file core/modules/taxonomy/src/Plugin/migrate/destination/EntityTaxonomyVocabulary.php
EntityTaxonomyVocabulary::getEntity function core/modules/taxonomy/src/Plugin/migrate/destination/EntityTaxonomyVocabulary.php Creates or loads an entity.
entity_crud_hook_test_taxonomy_vocabulary_create function core/modules/system/tests/modules/entity_crud_hook_test/entity_crud_hook_test.module Implements hook_ENTITY_TYPE_create() for taxonomy_vocabulary entities.
entity_crud_hook_test_taxonomy_vocabulary_delete function core/modules/system/tests/modules/entity_crud_hook_test/entity_crud_hook_test.module Implements hook_ENTITY_TYPE_delete() for taxonomy_vocabulary entities.
entity_crud_hook_test_taxonomy_vocabulary_insert function core/modules/system/tests/modules/entity_crud_hook_test/entity_crud_hook_test.module Implements hook_ENTITY_TYPE_insert() for taxonomy_vocabulary entities.
entity_crud_hook_test_taxonomy_vocabulary_load function core/modules/system/tests/modules/entity_crud_hook_test/entity_crud_hook_test.module Implements hook_ENTITY_TYPE_load() for taxonomy_vocabulary entities.
entity_crud_hook_test_taxonomy_vocabulary_predelete function core/modules/system/tests/modules/entity_crud_hook_test/entity_crud_hook_test.module Implements hook_ENTITY_TYPE_predelete() for taxonomy_vocabulary entities.
entity_crud_hook_test_taxonomy_vocabulary_presave function core/modules/system/tests/modules/entity_crud_hook_test/entity_crud_hook_test.module Implements hook_ENTITY_TYPE_presave() for taxonomy_vocabulary entities.
entity_crud_hook_test_taxonomy_vocabulary_update function core/modules/system/tests/modules/entity_crud_hook_test/entity_crud_hook_test.module Implements hook_ENTITY_TYPE_update() for taxonomy_vocabulary entities.
ExposedFormCheckboxesTest::$vocabulary property core/modules/views/tests/src/Functional/Plugin/ExposedFormCheckboxesTest.php Vocabulary for testing checkbox options.
ForumController::$vocabularyStorage property core/modules/forum/src/Controller/ForumController.php Vocabulary storage.
ForumTest::editForumVocabulary function core/modules/forum/tests/src/Functional/ForumTest.php Edits the forum taxonomy.
ForumUninstallTest::testForumUninstallWithoutForumVocabulary function core/modules/forum/tests/src/Functional/ForumUninstallTest.php Tests uninstallation of forum module when vocabulary is deleted.
ForumUninstallValidator::getForumVocabulary function core/modules/forum/src/ForumUninstallValidator.php Returns the vocabulary configured for forums.
ForumUninstallValidator::hasTermsForVocabulary function core/modules/forum/src/ForumUninstallValidator.php Determines if there are any taxonomy terms for a specified vocabulary.
ForumUninstallValidatorTest::testValidateHasTermsForVocabularyAccess function core/modules/forum/tests/src/Unit/ForumUninstallValidatorTest.php @covers ::validate
ForumUninstallValidatorTest::testValidateHasTermsForVocabularyNoAccess function core/modules/forum/tests/src/Unit/ForumUninstallValidatorTest.php @covers ::validate
ForumUninstallValidatorTest::testValidateHasTermsForVocabularyWithNodesAccess function core/modules/forum/tests/src/Unit/ForumUninstallValidatorTest.php @covers ::validate
ForumUninstallValidatorTest::testValidateHasTermsForVocabularyWithNodesNoAccess function core/modules/forum/tests/src/Unit/ForumUninstallValidatorTest.php @covers ::validate
ForumVocabulary class core/modules/taxonomy/src/Plugin/migrate/process/ForumVocabulary.php Checks if the vocabulary being migrated is the one used for forums.
ForumVocabulary class core/modules/forum/src/Plugin/migrate/process/ForumVocabulary.php Checks if the vocabulary being migrated is the one used for forums.
ForumVocabulary.php file core/modules/taxonomy/src/Plugin/migrate/process/ForumVocabulary.php
ForumVocabulary.php file core/modules/forum/src/Plugin/migrate/process/ForumVocabulary.php
ForumVocabulary::transform function core/modules/forum/src/Plugin/migrate/process/ForumVocabulary.php Performs the associated process.
ForumVocabulary::transform function core/modules/taxonomy/src/Plugin/migrate/process/ForumVocabulary.php Performs the associated process.
ForumVocabulary::__construct function core/modules/taxonomy/src/Plugin/migrate/process/ForumVocabulary.php Constructs a MigrationLookup object.
forum_form_taxonomy_vocabulary_form_alter function core/modules/forum/forum.module Implements hook_form_BASE_FORM_ID_alter() for \Drupal\taxonomy\VocabularyForm.
forum_migrate_d7_taxonomy_vocabulary_prepare_row function core/modules/forum/forum.module Implements hook_migrate_MIGRATION_ID_prepare_row().
JsonApiDocumentTopLevelNormalizerTest::$vocabulary property core/modules/jsonapi/tests/src/Kernel/Normalizer/JsonApiDocumentTopLevelNormalizerTest.php A vocabulary.
LanguageConfigurationElementTest::testTaxonomyVocabularyUpdate function core/modules/language/tests/src/Functional/LanguageConfigurationElementTest.php Tests that the configuration is retained when a vocabulary is updated.
LanguageContentSettingsTaxonomyVocabulary class core/modules/language/src/Plugin/migrate/source/d7/LanguageContentSettingsTaxonomyVocabulary.php Drupal 7 i18n vocabularies source from database.
LanguageContentSettingsTaxonomyVocabulary class core/modules/language/src/Plugin/migrate/source/d6/LanguageContentSettingsTaxonomyVocabulary.php Drupal 6 i18n vocabularies source from database.
LanguageContentSettingsTaxonomyVocabulary.php file core/modules/language/src/Plugin/migrate/source/d7/LanguageContentSettingsTaxonomyVocabulary.php

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