| 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 |
The authentication mechanism to use in this test. |
| VocabularyJsonBasicAuthTest::$defaultTheme |
property |
core/modules/taxonomy/tests/src/Functional/Rest/VocabularyJsonBasicAuthTest.php |
The theme to install as the default for testing. |
| VocabularyJsonBasicAuthTest::$format |
property |
core/modules/taxonomy/tests/src/Functional/Rest/VocabularyJsonBasicAuthTest.php |
The format to use in this test. |
| VocabularyJsonBasicAuthTest::$mimeType |
property |
core/modules/taxonomy/tests/src/Functional/Rest/VocabularyJsonBasicAuthTest.php |
The MIME type that corresponds to $format. |
| VocabularyJsonBasicAuthTest::$modules |
property |
core/modules/taxonomy/tests/src/Functional/Rest/VocabularyJsonBasicAuthTest.php |
Modules to install. |
| VocabularyJsonCookieTest |
class |
core/modules/taxonomy/tests/src/Functional/Rest/VocabularyJsonCookieTest.php |
@group rest |
| VocabularyJsonCookieTest.php |
file |
core/modules/taxonomy/tests/src/Functional/Rest/VocabularyJsonCookieTest.php |
|
| VocabularyJsonCookieTest::$auth |
property |
core/modules/taxonomy/tests/src/Functional/Rest/VocabularyJsonCookieTest.php |
The authentication mechanism to use in this test. |
| VocabularyJsonCookieTest::$defaultTheme |
property |
core/modules/taxonomy/tests/src/Functional/Rest/VocabularyJsonCookieTest.php |
The theme to install as the default for testing. |
| VocabularyJsonCookieTest::$format |
property |
core/modules/taxonomy/tests/src/Functional/Rest/VocabularyJsonCookieTest.php |
The format to use in this test. |
| VocabularyJsonCookieTest::$mimeType |
property |
core/modules/taxonomy/tests/src/Functional/Rest/VocabularyJsonCookieTest.php |
The MIME type that corresponds to $format. |
| 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 |
The theme to install as the default for testing. |
| VocabularyLanguageTest::$modules |
property |
core/modules/taxonomy/tests/src/Functional/VocabularyLanguageTest.php |
Modules to enable. |
| 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 |
The key to use for the form element containing the entities. |
| VocabularyListBuilder::$entityTypeManager |
property |
core/modules/taxonomy/src/VocabularyListBuilder.php |
The entity type manager. |
| VocabularyListBuilder::$messenger |
property |
core/modules/taxonomy/src/VocabularyListBuilder.php |
The messenger. |
| VocabularyListBuilder::$renderer |
property |
core/modules/taxonomy/src/VocabularyListBuilder.php |
The renderer service. |
| VocabularyListBuilder::buildForm |
function |
core/modules/taxonomy/src/VocabularyListBuilder.php |
Form constructor. |
| VocabularyListBuilder::buildHeader |
function |
core/modules/taxonomy/src/VocabularyListBuilder.php |
Builds the header row for the entity listing. |
| VocabularyListBuilder::buildRow |
function |
core/modules/taxonomy/src/VocabularyListBuilder.php |
Builds a row for an entity in the entity listing. |
| VocabularyListBuilder::createInstance |
function |
core/modules/taxonomy/src/VocabularyListBuilder.php |
Instantiates a new instance of this entity handler. |
| VocabularyListBuilder::getDefaultOperations |
function |
core/modules/taxonomy/src/VocabularyListBuilder.php |
Gets this list's default operations. |
| VocabularyListBuilder::getFormId |
function |
core/modules/taxonomy/src/VocabularyListBuilder.php |
Returns a unique string identifying the form. |
| VocabularyListBuilder::render |
function |
core/modules/taxonomy/src/VocabularyListBuilder.php |
Builds the entity listing as renderable array for table.html.twig. |
| VocabularyListBuilder::submitForm |
function |
core/modules/taxonomy/src/VocabularyListBuilder.php |
Form submission handler. |
| VocabularyListBuilder::__construct |
function |
core/modules/taxonomy/src/VocabularyListBuilder.php |
Constructs a new VocabularyListBuilder object. |
| VocabularyPermissionsTest |
class |
core/modules/taxonomy/tests/src/Functional/VocabularyPermissionsTest.php |
Tests the taxonomy vocabulary permissions. |
| VocabularyPermissionsTest.php |
file |
core/modules/taxonomy/tests/src/Functional/VocabularyPermissionsTest.php |
|
| VocabularyPermissionsTest::$defaultTheme |
property |
core/modules/taxonomy/tests/src/Functional/VocabularyPermissionsTest.php |
The theme to install as the default for testing. |
| VocabularyPermissionsTest::$modules |
property |
core/modules/taxonomy/tests/src/Functional/VocabularyPermissionsTest.php |
Modules to enable. |
| VocabularyPermissionsTest::setUp |
function |
core/modules/taxonomy/tests/src/Functional/VocabularyPermissionsTest.php |
|
| VocabularyPermissionsTest::testTaxonomyVocabularyOverviewPermissions |
function |
core/modules/taxonomy/tests/src/Functional/VocabularyPermissionsTest.php |
Tests the vocabulary overview permission. |
| VocabularyPermissionsTest::testVocabularyPermissionsTaxonomyTerm |
function |
core/modules/taxonomy/tests/src/Functional/VocabularyPermissionsTest.php |
Create, edit and delete a taxonomy term via the user interface. |
| VocabularyPermissionsTest::testVocabularyPermissionsVocabulary |
function |
core/modules/taxonomy/tests/src/Functional/VocabularyPermissionsTest.php |
Create, edit and delete a vocabulary via the user interface. |
| VocabularyPerType |
class |
core/modules/taxonomy/src/Plugin/migrate/source/d6/VocabularyPerType.php |
Drupal 6 vocabularies with associated node types source from database. |
| VocabularyPerType.php |
file |
core/modules/taxonomy/src/Plugin/migrate/source/d6/VocabularyPerType.php |
|
| VocabularyPerType::getIds |
function |
core/modules/taxonomy/src/Plugin/migrate/source/d6/VocabularyPerType.php |
Defines the source fields uniquely identifying a source row. |
| VocabularyPerType::prepareRow |
function |
core/modules/taxonomy/src/Plugin/migrate/source/d6/VocabularyPerType.php |
Adds additional data to the row. |
| VocabularyPerType::query |
function |
core/modules/taxonomy/src/Plugin/migrate/source/d6/VocabularyPerType.php |
|
| VocabularyPerTypeTest |
class |
core/modules/taxonomy/tests/src/Kernel/Plugin/migrate/source/d6/VocabularyPerTypeTest.php |
Tests D6 vocabulary per type source plugin. |