VocabularyTranslationTest::$defaultTheme |
property |
core/modules/taxonomy/tests/src/Functional/VocabularyTranslationTest.php |
The theme to install as the default for testing. |
VocabularyTranslationTest::$modules |
property |
core/modules/taxonomy/tests/src/Functional/VocabularyTranslationTest.php |
Modules to enable. |
VocabularyTranslationTest::$modules |
property |
core/modules/taxonomy/tests/src/Kernel/Plugin/migrate/source/d6/VocabularyTranslationTest.php |
Modules to enable. |
VocabularyTranslationTest::$modules |
property |
core/modules/taxonomy/tests/src/Kernel/Plugin/migrate/source/d7/VocabularyTranslationTest.php |
Modules to enable. |
VocabularyTranslationTest::providerSource |
function |
core/modules/taxonomy/tests/src/Kernel/Plugin/migrate/source/d6/VocabularyTranslationTest.php |
The data provider. |
VocabularyTranslationTest::providerSource |
function |
core/modules/taxonomy/tests/src/Kernel/Plugin/migrate/source/d7/VocabularyTranslationTest.php |
The data provider. |
VocabularyTranslationTest::setUp |
function |
core/modules/taxonomy/tests/src/Functional/VocabularyTranslationTest.php |
|
VocabularyTranslationTest::testVocabularyLanguage |
function |
core/modules/taxonomy/tests/src/Functional/VocabularyTranslationTest.php |
Tests language settings for vocabularies. |
VocabularyUiTest |
class |
core/modules/taxonomy/tests/src/Functional/VocabularyUiTest.php |
Tests the taxonomy vocabulary interface. |
VocabularyUiTest.php |
file |
core/modules/taxonomy/tests/src/Functional/VocabularyUiTest.php |
|
VocabularyUiTest::$defaultTheme |
property |
core/modules/taxonomy/tests/src/Functional/VocabularyUiTest.php |
The theme to install as the default for testing. |
VocabularyUiTest::$vocabulary |
property |
core/modules/taxonomy/tests/src/Functional/VocabularyUiTest.php |
The vocabulary used for creating terms. |
VocabularyUiTest::setUp |
function |
core/modules/taxonomy/tests/src/Functional/VocabularyUiTest.php |
|
VocabularyUiTest::testTaxonomyAdminChangingWeights |
function |
core/modules/taxonomy/tests/src/Functional/VocabularyUiTest.php |
Changing weights on the vocabulary overview with two or more vocabularies. |
VocabularyUiTest::testTaxonomyAdminDeletingVocabulary |
function |
core/modules/taxonomy/tests/src/Functional/VocabularyUiTest.php |
Deleting a vocabulary. |
VocabularyUiTest::testTaxonomyAdminNoVocabularies |
function |
core/modules/taxonomy/tests/src/Functional/VocabularyUiTest.php |
Test the vocabulary overview with no vocabularies. |
VocabularyUiTest::testVocabularyInterface |
function |
core/modules/taxonomy/tests/src/Functional/VocabularyUiTest.php |
Create, edit and delete a vocabulary via the user interface. |
VocabularyVid |
class |
core/modules/taxonomy/src/Plugin/views/argument/VocabularyVid.php |
Argument handler to accept a vocabulary id. |
VocabularyVid.php |
file |
core/modules/taxonomy/src/Plugin/views/argument/VocabularyVid.php |
|
VocabularyVid::$vocabularyStorage |
property |
core/modules/taxonomy/src/Plugin/views/argument/VocabularyVid.php |
The vocabulary storage. |
VocabularyVid::create |
function |
core/modules/taxonomy/src/Plugin/views/argument/VocabularyVid.php |
Creates an instance of the plugin. |
VocabularyVid::title |
function |
core/modules/taxonomy/src/Plugin/views/argument/VocabularyVid.php |
Override the behavior of title(). Get the name of the vocabulary. |
VocabularyVid::__construct |
function |
core/modules/taxonomy/src/Plugin/views/argument/VocabularyVid.php |
Constructs the VocabularyVid object. |
VocabularyXmlAnonTest |
class |
core/modules/taxonomy/tests/src/Functional/Rest/VocabularyXmlAnonTest.php |
@group rest |
VocabularyXmlAnonTest.php |
file |
core/modules/taxonomy/tests/src/Functional/Rest/VocabularyXmlAnonTest.php |
|
VocabularyXmlAnonTest::$defaultTheme |
property |
core/modules/taxonomy/tests/src/Functional/Rest/VocabularyXmlAnonTest.php |
The theme to install as the default for testing. |
VocabularyXmlAnonTest::$format |
property |
core/modules/taxonomy/tests/src/Functional/Rest/VocabularyXmlAnonTest.php |
The format to use in this test. |
VocabularyXmlAnonTest::$mimeType |
property |
core/modules/taxonomy/tests/src/Functional/Rest/VocabularyXmlAnonTest.php |
The MIME type that corresponds to $format. |
VocabularyXmlBasicAuthTest |
class |
core/modules/taxonomy/tests/src/Functional/Rest/VocabularyXmlBasicAuthTest.php |
@group rest |
VocabularyXmlBasicAuthTest.php |
file |
core/modules/taxonomy/tests/src/Functional/Rest/VocabularyXmlBasicAuthTest.php |
|
VocabularyXmlBasicAuthTest::$auth |
property |
core/modules/taxonomy/tests/src/Functional/Rest/VocabularyXmlBasicAuthTest.php |
The authentication mechanism to use in this test. |
VocabularyXmlBasicAuthTest::$defaultTheme |
property |
core/modules/taxonomy/tests/src/Functional/Rest/VocabularyXmlBasicAuthTest.php |
The theme to install as the default for testing. |
VocabularyXmlBasicAuthTest::$format |
property |
core/modules/taxonomy/tests/src/Functional/Rest/VocabularyXmlBasicAuthTest.php |
The format to use in this test. |
VocabularyXmlBasicAuthTest::$mimeType |
property |
core/modules/taxonomy/tests/src/Functional/Rest/VocabularyXmlBasicAuthTest.php |
The MIME type that corresponds to $format. |
VocabularyXmlBasicAuthTest::$modules |
property |
core/modules/taxonomy/tests/src/Functional/Rest/VocabularyXmlBasicAuthTest.php |
Modules to install. |
VocabularyXmlCookieTest |
class |
core/modules/taxonomy/tests/src/Functional/Rest/VocabularyXmlCookieTest.php |
@group rest |
VocabularyXmlCookieTest.php |
file |
core/modules/taxonomy/tests/src/Functional/Rest/VocabularyXmlCookieTest.php |
|
VocabularyXmlCookieTest::$auth |
property |
core/modules/taxonomy/tests/src/Functional/Rest/VocabularyXmlCookieTest.php |
The authentication mechanism to use in this test. |
VocabularyXmlCookieTest::$defaultTheme |
property |
core/modules/taxonomy/tests/src/Functional/Rest/VocabularyXmlCookieTest.php |
The theme to install as the default for testing. |
VocabularyXmlCookieTest::$format |
property |
core/modules/taxonomy/tests/src/Functional/Rest/VocabularyXmlCookieTest.php |
The format to use in this test. |
VocabularyXmlCookieTest::$mimeType |
property |
core/modules/taxonomy/tests/src/Functional/Rest/VocabularyXmlCookieTest.php |
The MIME type that corresponds to $format. |
vocabulary_serialization_test.info.yml |
file |
core/modules/taxonomy/tests/modules/vocabulary_serialization_test/vocabulary_serialization_test.info.yml |
core/modules/taxonomy/tests/modules/vocabulary_serialization_test/vocabulary_serialization_test.info.yml |
vocabulary_serialization_test.routing.yml |
file |
core/modules/taxonomy/tests/modules/vocabulary_serialization_test/vocabulary_serialization_test.routing.yml |
core/modules/taxonomy/tests/modules/vocabulary_serialization_test/vocabulary_serialization_test.routing.yml |