Search for vocabulary

  1. Search 7.x for vocabulary
  2. Search 9.5.x for vocabulary
  3. Search 10.3.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
Vocabulary::query function core/modules/taxonomy/src/Plugin/migrate/source/d7/Vocabulary.php
Vocabulary::setHierarchy function core/modules/taxonomy/src/Entity/Vocabulary.php
VocabularyAccessControlHandler class core/modules/taxonomy/src/VocabularyAccessControlHandler.php Defines the access control handler for the taxonomy vocabulary entity type.
VocabularyAccessControlHandler.php file core/modules/taxonomy/src/VocabularyAccessControlHandler.php
VocabularyAccessControlHandler::checkAccess function core/modules/taxonomy/src/VocabularyAccessControlHandler.php
VocabularyCrudTest class core/modules/taxonomy/tests/src/Kernel/VocabularyCrudTest.php Tests loading, saving and deleting vocabularies.
VocabularyCrudTest.php file core/modules/taxonomy/tests/src/Kernel/VocabularyCrudTest.php
VocabularyCrudTest::$modules property core/modules/taxonomy/tests/src/Kernel/VocabularyCrudTest.php
VocabularyCrudTest::setUp function core/modules/taxonomy/tests/src/Kernel/VocabularyCrudTest.php
VocabularyCrudTest::testTaxonomyVocabularyDeleteWithTerms function core/modules/taxonomy/tests/src/Kernel/VocabularyCrudTest.php Test deleting a taxonomy that contains terms.
VocabularyCrudTest::testTaxonomyVocabularyLoadMultiple function core/modules/taxonomy/tests/src/Kernel/VocabularyCrudTest.php Tests for loading multiple vocabularies.
VocabularyCrudTest::testUninstallReinstall function core/modules/taxonomy/tests/src/Kernel/VocabularyCrudTest.php Test uninstall and reinstall of the taxonomy module.
VocabularyDeleteForm class core/modules/taxonomy/src/Form/VocabularyDeleteForm.php Provides a deletion confirmation form for taxonomy vocabulary.
VocabularyDeleteForm.php file core/modules/taxonomy/src/Form/VocabularyDeleteForm.php
VocabularyDeleteForm::getDeletionMessage function core/modules/taxonomy/src/Form/VocabularyDeleteForm.php
VocabularyDeleteForm::getDescription function core/modules/taxonomy/src/Form/VocabularyDeleteForm.php
VocabularyDeleteForm::getFormId function core/modules/taxonomy/src/Form/VocabularyDeleteForm.php
VocabularyDeleteForm::getQuestion function core/modules/taxonomy/src/Form/VocabularyDeleteForm.php
VocabularyForm class core/modules/taxonomy/src/VocabularyForm.php Base form for vocabulary edit forms.
VocabularyForm.php file core/modules/taxonomy/src/VocabularyForm.php
VocabularyForm::$vocabularyStorage property core/modules/taxonomy/src/VocabularyForm.php The vocabulary storage.
VocabularyForm::create function core/modules/taxonomy/src/VocabularyForm.php
VocabularyForm::exists function core/modules/taxonomy/src/VocabularyForm.php Determines if the vocabulary already exists.
VocabularyForm::form function core/modules/taxonomy/src/VocabularyForm.php
VocabularyForm::save function core/modules/taxonomy/src/VocabularyForm.php
VocabularyForm::__construct function core/modules/taxonomy/src/VocabularyForm.php Constructs a new vocabulary form.
VocabularyHalJsonAnonTest class core/modules/taxonomy/tests/src/Functional/Hal/VocabularyHalJsonAnonTest.php @group hal
VocabularyHalJsonAnonTest.php file core/modules/taxonomy/tests/src/Functional/Hal/VocabularyHalJsonAnonTest.php
VocabularyHalJsonAnonTest::$defaultTheme property core/modules/taxonomy/tests/src/Functional/Hal/VocabularyHalJsonAnonTest.php
VocabularyHalJsonAnonTest::$format property core/modules/taxonomy/tests/src/Functional/Hal/VocabularyHalJsonAnonTest.php
VocabularyHalJsonAnonTest::$mimeType property core/modules/taxonomy/tests/src/Functional/Hal/VocabularyHalJsonAnonTest.php
VocabularyHalJsonAnonTest::$modules property core/modules/taxonomy/tests/src/Functional/Hal/VocabularyHalJsonAnonTest.php
VocabularyHalJsonAnonTest::testGet function core/modules/taxonomy/tests/src/Functional/Hal/VocabularyHalJsonAnonTest.php @todo Remove this override in https://www.drupal.org/node/2805281.
VocabularyHalJsonBasicAuthTest class core/modules/taxonomy/tests/src/Functional/Hal/VocabularyHalJsonBasicAuthTest.php @group hal
VocabularyHalJsonBasicAuthTest.php file core/modules/taxonomy/tests/src/Functional/Hal/VocabularyHalJsonBasicAuthTest.php
VocabularyHalJsonBasicAuthTest::$auth property core/modules/taxonomy/tests/src/Functional/Hal/VocabularyHalJsonBasicAuthTest.php
VocabularyHalJsonBasicAuthTest::$defaultTheme property core/modules/taxonomy/tests/src/Functional/Hal/VocabularyHalJsonBasicAuthTest.php
VocabularyHalJsonBasicAuthTest::$format property core/modules/taxonomy/tests/src/Functional/Hal/VocabularyHalJsonBasicAuthTest.php
VocabularyHalJsonBasicAuthTest::$mimeType property core/modules/taxonomy/tests/src/Functional/Hal/VocabularyHalJsonBasicAuthTest.php
VocabularyHalJsonBasicAuthTest::$modules property core/modules/taxonomy/tests/src/Functional/Hal/VocabularyHalJsonBasicAuthTest.php
VocabularyHalJsonCookieTest class core/modules/taxonomy/tests/src/Functional/Hal/VocabularyHalJsonCookieTest.php @group hal
VocabularyHalJsonCookieTest.php file core/modules/taxonomy/tests/src/Functional/Hal/VocabularyHalJsonCookieTest.php
VocabularyHalJsonCookieTest::$auth property core/modules/taxonomy/tests/src/Functional/Hal/VocabularyHalJsonCookieTest.php
VocabularyHalJsonCookieTest::$defaultTheme property core/modules/taxonomy/tests/src/Functional/Hal/VocabularyHalJsonCookieTest.php
VocabularyHalJsonCookieTest::$format property core/modules/taxonomy/tests/src/Functional/Hal/VocabularyHalJsonCookieTest.php
VocabularyHalJsonCookieTest::$mimeType property core/modules/taxonomy/tests/src/Functional/Hal/VocabularyHalJsonCookieTest.php
VocabularyHalJsonCookieTest::$modules property core/modules/taxonomy/tests/src/Functional/Hal/VocabularyHalJsonCookieTest.php
VocabularyInterface interface core/modules/taxonomy/src/VocabularyInterface.php Provides an interface defining a taxonomy vocabulary entity.
VocabularyInterface.php file core/modules/taxonomy/src/VocabularyInterface.php
VocabularyInterface::getDescription function core/modules/taxonomy/src/VocabularyInterface.php Returns the vocabulary description.

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