Vocabulary::postDelete |
function |
core/modules/taxonomy/src/Entity/Vocabulary.php |
|
Vocabulary::preDelete |
function |
core/modules/taxonomy/src/Entity/Vocabulary.php |
|
Vocabulary::prepareRow |
function |
core/modules/taxonomy/src/Plugin/migrate/source/d6/Vocabulary.php |
|
Vocabulary::prepareRow |
function |
core/modules/taxonomy/src/Plugin/migrate/source/d7/Vocabulary.php |
|
Vocabulary::query |
function |
core/modules/taxonomy/src/Plugin/migrate/source/d6/Vocabulary.php |
|
Vocabulary::query |
function |
core/modules/taxonomy/src/Plugin/migrate/source/d7/Vocabulary.php |
|
Vocabulary::setNewRevision |
function |
core/modules/taxonomy/src/Entity/Vocabulary.php |
|
Vocabulary::shouldCreateNewRevision |
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::$viewLabelOperation |
property |
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 |
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 |
|
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::buildEntity |
function |
core/modules/taxonomy/src/VocabularyForm.php |
|
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. |
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. |
VocabularyInterface::setNewRevision |
function |
core/modules/taxonomy/src/VocabularyInterface.php |
Sets whether a new revision should be created by default. |
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 |
|
VocabularyJsonAnonTest::$format |
property |
core/modules/taxonomy/tests/src/Functional/Rest/VocabularyJsonAnonTest.php |
|
VocabularyJsonAnonTest::$mimeType |
property |
core/modules/taxonomy/tests/src/Functional/Rest/VocabularyJsonAnonTest.php |
|
VocabularyJsonBasicAuthTest |
class |
core/modules/taxonomy/tests/src/Functional/Rest/VocabularyJsonBasicAuthTest.php |
@group rest |
VocabularyJsonBasicAuthTest.php |
file |
core/modules/taxonomy/tests/src/Functional/Rest/VocabularyJsonBasicAuthTest.php |
|
VocabularyJsonBasicAuthTest::$auth |
property |
core/modules/taxonomy/tests/src/Functional/Rest/VocabularyJsonBasicAuthTest.php |
|
VocabularyJsonBasicAuthTest::$defaultTheme |
property |
core/modules/taxonomy/tests/src/Functional/Rest/VocabularyJsonBasicAuthTest.php |
|