Search for vocabulary

  1. Search 7.x for vocabulary
  2. Search 8.9.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
VocabularyCrudTest::testTaxonomyVocabularyDeleteWithTerms function core/modules/taxonomy/tests/src/Kernel/VocabularyCrudTest.php Tests 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 Tests 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 Gets the message to display to the user after deleting the entity.
VocabularyDeleteForm::getDescription function core/modules/taxonomy/src/Form/VocabularyDeleteForm.php Returns additional text to display as a description.
VocabularyDeleteForm::getFormId function core/modules/taxonomy/src/Form/VocabularyDeleteForm.php Returns a unique string identifying the form.
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 Instantiates a new instance of this class.
VocabularyForm::exists function core/modules/taxonomy/src/VocabularyForm.php Determines if the vocabulary already exists.
VocabularyForm::form function core/modules/taxonomy/src/VocabularyForm.php Gets the actual form array to be built.
VocabularyForm::save function core/modules/taxonomy/src/VocabularyForm.php Form submission handler for the 'save' action.
VocabularyForm::__construct function core/modules/taxonomy/src/VocabularyForm.php Constructs a new vocabulary form.
VocabularyHalJsonAnonTest class core/modules/hal/tests/src/Functional/taxonomy/VocabularyHalJsonAnonTest.php @group hal
@group legacy
VocabularyHalJsonAnonTest.php file core/modules/hal/tests/src/Functional/taxonomy/VocabularyHalJsonAnonTest.php
VocabularyHalJsonAnonTest::$defaultTheme property core/modules/hal/tests/src/Functional/taxonomy/VocabularyHalJsonAnonTest.php The theme to install as the default for testing.
VocabularyHalJsonAnonTest::$format property core/modules/hal/tests/src/Functional/taxonomy/VocabularyHalJsonAnonTest.php The format to use in this test.
VocabularyHalJsonAnonTest::$mimeType property core/modules/hal/tests/src/Functional/taxonomy/VocabularyHalJsonAnonTest.php The MIME type that corresponds to $format.
VocabularyHalJsonAnonTest::$modules property core/modules/hal/tests/src/Functional/taxonomy/VocabularyHalJsonAnonTest.php Modules to install.
VocabularyHalJsonAnonTest::testGet function core/modules/hal/tests/src/Functional/taxonomy/VocabularyHalJsonAnonTest.php @todo Remove this override in https://www.drupal.org/node/2805281.
VocabularyHalJsonBasicAuthTest class core/modules/hal/tests/src/Functional/taxonomy/VocabularyHalJsonBasicAuthTest.php @group hal
@group legacy
VocabularyHalJsonBasicAuthTest.php file core/modules/hal/tests/src/Functional/taxonomy/VocabularyHalJsonBasicAuthTest.php
VocabularyHalJsonBasicAuthTest::$auth property core/modules/hal/tests/src/Functional/taxonomy/VocabularyHalJsonBasicAuthTest.php The authentication mechanism to use in this test.
VocabularyHalJsonBasicAuthTest::$defaultTheme property core/modules/hal/tests/src/Functional/taxonomy/VocabularyHalJsonBasicAuthTest.php The theme to install as the default for testing.
VocabularyHalJsonBasicAuthTest::$format property core/modules/hal/tests/src/Functional/taxonomy/VocabularyHalJsonBasicAuthTest.php The format to use in this test.
VocabularyHalJsonBasicAuthTest::$mimeType property core/modules/hal/tests/src/Functional/taxonomy/VocabularyHalJsonBasicAuthTest.php The MIME type that corresponds to $format.
VocabularyHalJsonBasicAuthTest::$modules property core/modules/hal/tests/src/Functional/taxonomy/VocabularyHalJsonBasicAuthTest.php Modules to install.
VocabularyHalJsonCookieTest class core/modules/hal/tests/src/Functional/taxonomy/VocabularyHalJsonCookieTest.php @group hal
@group legacy
VocabularyHalJsonCookieTest.php file core/modules/hal/tests/src/Functional/taxonomy/VocabularyHalJsonCookieTest.php
VocabularyHalJsonCookieTest::$auth property core/modules/hal/tests/src/Functional/taxonomy/VocabularyHalJsonCookieTest.php The authentication mechanism to use in this test.
VocabularyHalJsonCookieTest::$defaultTheme property core/modules/hal/tests/src/Functional/taxonomy/VocabularyHalJsonCookieTest.php The theme to install as the default for testing.
VocabularyHalJsonCookieTest::$format property core/modules/hal/tests/src/Functional/taxonomy/VocabularyHalJsonCookieTest.php The format to use in this test.
VocabularyHalJsonCookieTest::$mimeType property core/modules/hal/tests/src/Functional/taxonomy/VocabularyHalJsonCookieTest.php The MIME type that corresponds to $format.
VocabularyHalJsonCookieTest::$modules property core/modules/hal/tests/src/Functional/taxonomy/VocabularyHalJsonCookieTest.php Modules to install.
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.
VocabularyInterface::HIERARCHY_DISABLED constant core/modules/taxonomy/src/VocabularyInterface.php Denotes that no term in the vocabulary has a parent.
VocabularyInterface::HIERARCHY_MULTIPLE constant core/modules/taxonomy/src/VocabularyInterface.php Denotes that one or more terms in the vocabulary have multiple parents.
VocabularyInterface::HIERARCHY_SINGLE constant core/modules/taxonomy/src/VocabularyInterface.php Denotes that one or more terms in the vocabulary has a single parent.
VocabularyJsonAnonTest class core/modules/taxonomy/tests/src/Functional/Rest/VocabularyJsonAnonTest.php @group rest
VocabularyJsonAnonTest.php file core/modules/taxonomy/tests/src/Functional/Rest/VocabularyJsonAnonTest.php
VocabularyJsonAnonTest::$defaultTheme property core/modules/taxonomy/tests/src/Functional/Rest/VocabularyJsonAnonTest.php The theme to install as the default for testing.
VocabularyJsonAnonTest::$format property core/modules/taxonomy/tests/src/Functional/Rest/VocabularyJsonAnonTest.php The format to use in this test.
VocabularyJsonAnonTest::$mimeType property core/modules/taxonomy/tests/src/Functional/Rest/VocabularyJsonAnonTest.php The MIME type that corresponds to $format.
VocabularyJsonAnonTest::testGet function core/modules/taxonomy/tests/src/Functional/Rest/VocabularyJsonAnonTest.php Disable the GET test coverage due to bug in taxonomy module.
@todo Fix in https://www.drupal.org/node/2805281: remove this override.

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