| 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 |
Tests Vocabulary Json Anon. |
| 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 |
Tests Vocabulary Json Basic Auth. |
| 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 |
|
| VocabularyJsonBasicAuthTest::$format |
property |
core/modules/taxonomy/tests/src/Functional/Rest/VocabularyJsonBasicAuthTest.php |
|
| VocabularyJsonBasicAuthTest::$mimeType |
property |
core/modules/taxonomy/tests/src/Functional/Rest/VocabularyJsonBasicAuthTest.php |
|
| VocabularyJsonBasicAuthTest::$modules |
property |
core/modules/taxonomy/tests/src/Functional/Rest/VocabularyJsonBasicAuthTest.php |
|
| VocabularyJsonCookieTest |
class |
core/modules/taxonomy/tests/src/Functional/Rest/VocabularyJsonCookieTest.php |
Tests Vocabulary Json Cookie. |
| VocabularyJsonCookieTest.php |
file |
core/modules/taxonomy/tests/src/Functional/Rest/VocabularyJsonCookieTest.php |
|
| VocabularyJsonCookieTest::$auth |
property |
core/modules/taxonomy/tests/src/Functional/Rest/VocabularyJsonCookieTest.php |
|
| VocabularyJsonCookieTest::$defaultTheme |
property |
core/modules/taxonomy/tests/src/Functional/Rest/VocabularyJsonCookieTest.php |
|
| VocabularyJsonCookieTest::$format |
property |
core/modules/taxonomy/tests/src/Functional/Rest/VocabularyJsonCookieTest.php |
|
| VocabularyJsonCookieTest::$mimeType |
property |
core/modules/taxonomy/tests/src/Functional/Rest/VocabularyJsonCookieTest.php |
|
| VocabularyLanguageTest |
class |
core/modules/taxonomy/tests/src/Functional/VocabularyLanguageTest.php |
Tests the language functionality for vocabularies. |
| VocabularyLanguageTest.php |
file |
core/modules/taxonomy/tests/src/Functional/VocabularyLanguageTest.php |
|
| VocabularyLanguageTest::$defaultTheme |
property |
core/modules/taxonomy/tests/src/Functional/VocabularyLanguageTest.php |
|
| VocabularyLanguageTest::$modules |
property |
core/modules/taxonomy/tests/src/Functional/VocabularyLanguageTest.php |
|
| VocabularyLanguageTest::setUp |
function |
core/modules/taxonomy/tests/src/Functional/VocabularyLanguageTest.php |
|
| VocabularyLanguageTest::testVocabularyDefaultLanguageForTerms |
function |
core/modules/taxonomy/tests/src/Functional/VocabularyLanguageTest.php |
Tests term language settings for vocabulary terms are saved and updated. |
| VocabularyLanguageTest::testVocabularyLanguage |
function |
core/modules/taxonomy/tests/src/Functional/VocabularyLanguageTest.php |
Tests language settings for vocabularies. |
| VocabularyListBuilder |
class |
core/modules/taxonomy/src/VocabularyListBuilder.php |
Defines a class to build a listing of taxonomy vocabulary entities. |
| VocabularyListBuilder.php |
file |
core/modules/taxonomy/src/VocabularyListBuilder.php |
|
| VocabularyListBuilder::$currentUser |
property |
core/modules/taxonomy/src/VocabularyListBuilder.php |
The current user. |
| VocabularyListBuilder::$entitiesKey |
property |
core/modules/taxonomy/src/VocabularyListBuilder.php |
|
| VocabularyListBuilder::$entityTypeManager |
property |
core/modules/taxonomy/src/VocabularyListBuilder.php |
The entity type manager. |