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
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 install.
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_post_update_set_vocabulary_description_to_null function core/modules/taxonomy/taxonomy.post_update.php Converts empty `description` in vocabularies to NULL.
taxonomy_taxonomy_vocabulary_presave function core/modules/taxonomy/taxonomy.module Implements hook_ENTITY_TYPE_presave().
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.
TermIndexTest::$vocabulary property core/modules/taxonomy/tests/src/Functional/TermIndexTest.php Vocabulary for testing.
TermKernelTest::testTaxonomyVocabularyTree function core/modules/taxonomy/tests/src/Kernel/TermKernelTest.php Tests a taxonomy with terms that have multiple parents of different depths.
TermLanguageTest::$vocabulary property core/modules/taxonomy/tests/src/Functional/TermLanguageTest.php Vocabulary for testing.
TermParentsTest::$vocabularyId property core/modules/taxonomy/tests/src/Functional/TermParentsTest.php The ID of the vocabulary used in this test.
TermSourceWithVocabularyFilterTest class core/modules/taxonomy/tests/src/Kernel/Plugin/migrate/source/d6/TermSourceWithVocabularyFilterTest.php Tests the taxonomy term source with vocabulary filter.
TermSourceWithVocabularyFilterTest class core/modules/taxonomy/tests/src/Kernel/Plugin/migrate/source/d7/TermSourceWithVocabularyFilterTest.php Tests the taxonomy term source with vocabulary filter.
TermSourceWithVocabularyFilterTest.php file core/modules/taxonomy/tests/src/Kernel/Plugin/migrate/source/d6/TermSourceWithVocabularyFilterTest.php
TermSourceWithVocabularyFilterTest.php file core/modules/taxonomy/tests/src/Kernel/Plugin/migrate/source/d7/TermSourceWithVocabularyFilterTest.php
TermSourceWithVocabularyFilterTest::$modules property core/modules/taxonomy/tests/src/Kernel/Plugin/migrate/source/d6/TermSourceWithVocabularyFilterTest.php Modules to install.
TermSourceWithVocabularyFilterTest::$modules property core/modules/taxonomy/tests/src/Kernel/Plugin/migrate/source/d7/TermSourceWithVocabularyFilterTest.php Modules to install.
TermSourceWithVocabularyFilterTest::providerSource function core/modules/taxonomy/tests/src/Kernel/Plugin/migrate/source/d6/TermSourceWithVocabularyFilterTest.php
TermSourceWithVocabularyFilterTest::providerSource function core/modules/taxonomy/tests/src/Kernel/Plugin/migrate/source/d7/TermSourceWithVocabularyFilterTest.php
TermStorage::$vocabularyHierarchyType property core/modules/taxonomy/src/TermStorage.php The type of hierarchy allowed within a vocabulary.
TermStorage::getVocabularyHierarchyType function core/modules/taxonomy/src/TermStorage.php Returns the hierarchy type for a specific vocabulary ID.
TermStorageInterface::getVocabularyHierarchyType function core/modules/taxonomy/src/TermStorageInterface.php Returns the hierarchy type for a specific vocabulary ID.
TermTest::$vocabulary property core/modules/taxonomy/tests/src/Functional/TermTest.php Vocabulary for testing.
TermTranslationUITest::$vocabulary property core/modules/taxonomy/tests/src/Functional/TermTranslationUITest.php The vocabulary used for creating terms.
TermTranslationUITest::testTranslateLinkVocabularyAdminPage function core/modules/taxonomy/tests/src/Functional/TermTranslationUITest.php Tests translate link on vocabulary term list.
Tid::$vocabularyStorage property core/modules/taxonomy/src/Plugin/views/argument_default/Tid.php The vocabulary storage.
TokenReplaceTest::$vocabulary property core/modules/taxonomy/tests/src/Kernel/TokenReplaceTest.php The vocabulary used for creating terms.
views.view.test_argument_taxonomy_vocabulary.yml file core/modules/taxonomy/tests/modules/taxonomy_test_views/test_views/views.view.test_argument_taxonomy_vocabulary.yml core/modules/taxonomy/tests/modules/taxonomy_test_views/test_views/views.view.test_argument_taxonomy_vocabulary.yml
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.
Vocabulary.php file core/modules/taxonomy/src/Entity/Vocabulary.php
Vocabulary.php file core/modules/taxonomy/src/Plugin/migrate/source/d6/Vocabulary.php
Vocabulary.php file core/modules/taxonomy/src/Plugin/migrate/source/d7/Vocabulary.php
Vocabulary::$description property core/modules/taxonomy/src/Entity/Vocabulary.php Description of the vocabulary.
Vocabulary::$name property core/modules/taxonomy/src/Entity/Vocabulary.php Name of the vocabulary.
Vocabulary::$new_revision property core/modules/taxonomy/src/Entity/Vocabulary.php The default revision setting for a vocabulary.
Vocabulary::$vid property core/modules/taxonomy/src/Entity/Vocabulary.php The taxonomy vocabulary ID.
Vocabulary::$weight property core/modules/taxonomy/src/Entity/Vocabulary.php The weight of this vocabulary in relation to other vocabularies.
Vocabulary::fields function core/modules/taxonomy/src/Plugin/migrate/source/d6/Vocabulary.php Returns available fields on the source.
Vocabulary::fields function core/modules/taxonomy/src/Plugin/migrate/source/d7/Vocabulary.php Returns available fields on the source.
Vocabulary::getDescription function core/modules/taxonomy/src/Entity/Vocabulary.php Returns the vocabulary description.
Vocabulary::getIds function core/modules/taxonomy/src/Plugin/migrate/source/d6/Vocabulary.php Defines the source fields uniquely identifying a source row.
Vocabulary::getIds function core/modules/taxonomy/src/Plugin/migrate/source/d7/Vocabulary.php Defines the source fields uniquely identifying a source row.
Vocabulary::id function core/modules/taxonomy/src/Entity/Vocabulary.php Gets the identifier.

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