Search for vocabulary
- Search 7.x for vocabulary
- Search 8.9.x for vocabulary
- Search 10.3.x for vocabulary
- Search 11.x for vocabulary
- Other projects
Exact matches
Title | Object type | File name | Summary |
---|---|---|---|
Vocabulary | class | core/ |
Defines the taxonomy vocabulary entity. |
Vocabulary | class | core/ |
Drupal 6 vocabularies source from database. |
Vocabulary | class | core/ |
Drupal 7 vocabularies source from database. |
All search results
Title | Object type | File name | Summary |
---|---|---|---|
VocabularyCrudTest::testTaxonomyVocabularyDeleteWithTerms | function | core/ |
Tests deleting a taxonomy that contains terms. |
VocabularyCrudTest::testTaxonomyVocabularyLoadMultiple | function | core/ |
Tests for loading multiple vocabularies. |
VocabularyCrudTest::testUninstallReinstall | function | core/ |
Tests uninstall and reinstall of the taxonomy module. |
VocabularyDeleteForm | class | core/ |
Provides a deletion confirmation form for taxonomy vocabulary. |
VocabularyDeleteForm.php | file | core/ |
|
VocabularyDeleteForm::getDeletionMessage | function | core/ |
Gets the message to display to the user after deleting the entity. |
VocabularyDeleteForm::getDescription | function | core/ |
Returns additional text to display as a description. |
VocabularyDeleteForm::getFormId | function | core/ |
Returns a unique string identifying the form. |
VocabularyDeleteForm::getQuestion | function | core/ |
|
VocabularyForm | class | core/ |
Base form for vocabulary edit forms. |
VocabularyForm.php | file | core/ |
|
VocabularyForm::$vocabularyStorage | property | core/ |
The vocabulary storage. |
VocabularyForm::create | function | core/ |
Instantiates a new instance of this class. |
VocabularyForm::exists | function | core/ |
Determines if the vocabulary already exists. |
VocabularyForm::form | function | core/ |
Gets the actual form array to be built. |
VocabularyForm::save | function | core/ |
Form submission handler for the 'save' action. |
VocabularyForm::__construct | function | core/ |
Constructs a new vocabulary form. |
VocabularyHalJsonAnonTest | class | core/ |
@group hal @group legacy |
VocabularyHalJsonAnonTest.php | file | core/ |
|
VocabularyHalJsonAnonTest::$defaultTheme | property | core/ |
The theme to install as the default for testing. |
VocabularyHalJsonAnonTest::$format | property | core/ |
The format to use in this test. |
VocabularyHalJsonAnonTest::$mimeType | property | core/ |
The MIME type that corresponds to $format. |
VocabularyHalJsonAnonTest::$modules | property | core/ |
Modules to install. |
VocabularyHalJsonAnonTest::testGet | function | core/ |
@todo Remove this override in https://www.drupal.org/node/2805281. |
VocabularyHalJsonBasicAuthTest | class | core/ |
@group hal @group legacy |
VocabularyHalJsonBasicAuthTest.php | file | core/ |
|
VocabularyHalJsonBasicAuthTest::$auth | property | core/ |
The authentication mechanism to use in this test. |
VocabularyHalJsonBasicAuthTest::$defaultTheme | property | core/ |
The theme to install as the default for testing. |
VocabularyHalJsonBasicAuthTest::$format | property | core/ |
The format to use in this test. |
VocabularyHalJsonBasicAuthTest::$mimeType | property | core/ |
The MIME type that corresponds to $format. |
VocabularyHalJsonBasicAuthTest::$modules | property | core/ |
Modules to install. |
VocabularyHalJsonCookieTest | class | core/ |
@group hal @group legacy |
VocabularyHalJsonCookieTest.php | file | core/ |
|
VocabularyHalJsonCookieTest::$auth | property | core/ |
The authentication mechanism to use in this test. |
VocabularyHalJsonCookieTest::$defaultTheme | property | core/ |
The theme to install as the default for testing. |
VocabularyHalJsonCookieTest::$format | property | core/ |
The format to use in this test. |
VocabularyHalJsonCookieTest::$mimeType | property | core/ |
The MIME type that corresponds to $format. |
VocabularyHalJsonCookieTest::$modules | property | core/ |
Modules to install. |
VocabularyInterface | interface | core/ |
Provides an interface defining a taxonomy vocabulary entity. |
VocabularyInterface.php | file | core/ |
|
VocabularyInterface::getDescription | function | core/ |
Returns the vocabulary description. |
VocabularyInterface::HIERARCHY_DISABLED | constant | core/ |
Denotes that no term in the vocabulary has a parent. |
VocabularyInterface::HIERARCHY_MULTIPLE | constant | core/ |
Denotes that one or more terms in the vocabulary have multiple parents. |
VocabularyInterface::HIERARCHY_SINGLE | constant | core/ |
Denotes that one or more terms in the vocabulary has a single parent. |
VocabularyJsonAnonTest | class | core/ |
@group rest |
VocabularyJsonAnonTest.php | file | core/ |
|
VocabularyJsonAnonTest::$defaultTheme | property | core/ |
The theme to install as the default for testing. |
VocabularyJsonAnonTest::$format | property | core/ |
The format to use in this test. |
VocabularyJsonAnonTest::$mimeType | property | core/ |
The MIME type that corresponds to $format. |
VocabularyJsonAnonTest::testGet | function | core/ |
Disable the GET test coverage due to bug in taxonomy module. @todo Fix in https://www.drupal.org/node/2805281: remove this override. |
Pagination
- Previous page
- Page 5
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.