| VocabularyResourceTestBase::$entityTypeId |
property |
core/modules/taxonomy/tests/src/Functional/Rest/VocabularyResourceTestBase.php |
The tested entity type. |
| VocabularyResourceTestBase::$modules |
property |
core/modules/taxonomy/tests/src/Functional/Rest/VocabularyResourceTestBase.php |
Modules to install. |
| VocabularyResourceTestBase::createEntity |
function |
core/modules/taxonomy/tests/src/Functional/Rest/VocabularyResourceTestBase.php |
Creates the entity to be tested. |
| VocabularyResourceTestBase::getExpectedNormalizedEntity |
function |
core/modules/taxonomy/tests/src/Functional/Rest/VocabularyResourceTestBase.php |
Returns the expected normalization of the entity. |
| VocabularyResourceTestBase::getExpectedUnauthorizedAccessMessage |
function |
core/modules/taxonomy/tests/src/Functional/Rest/VocabularyResourceTestBase.php |
Return the expected error message. |
| VocabularyResourceTestBase::getNormalizedPostEntity |
function |
core/modules/taxonomy/tests/src/Functional/Rest/VocabularyResourceTestBase.php |
Returns the normalized POST entity. |
| VocabularyResourceTestBase::setUpAuthorization |
function |
core/modules/taxonomy/tests/src/Functional/Rest/VocabularyResourceTestBase.php |
Sets up the necessary authorization. |
| VocabularyResponse |
class |
core/modules/taxonomy/tests/modules/vocabulary_serialization_test/src/VocabularyResponse.php |
A vocabulary response for testing. |
| VocabularyResponse.php |
file |
core/modules/taxonomy/tests/modules/vocabulary_serialization_test/src/VocabularyResponse.php |
|
| VocabularyResponse::$vocabulary |
property |
core/modules/taxonomy/tests/modules/vocabulary_serialization_test/src/VocabularyResponse.php |
|
| VocabularyResponse::setVocabulary |
function |
core/modules/taxonomy/tests/modules/vocabulary_serialization_test/src/VocabularyResponse.php |
|
| VocabularyRouteProvider |
class |
core/modules/taxonomy/src/Entity/Routing/VocabularyRouteProvider.php |
Provides routes for the taxonomy vocabulary. |
| VocabularyRouteProvider.php |
file |
core/modules/taxonomy/src/Entity/Routing/VocabularyRouteProvider.php |
|
| VocabularyRouteProvider::getOverviewPageRoute |
function |
core/modules/taxonomy/src/Entity/Routing/VocabularyRouteProvider.php |
Gets the overview page route. |
| VocabularyRouteProvider::getResetPageRoute |
function |
core/modules/taxonomy/src/Entity/Routing/VocabularyRouteProvider.php |
Gets the reset page route. |
| VocabularyRouteProvider::getRoutes |
function |
core/modules/taxonomy/src/Entity/Routing/VocabularyRouteProvider.php |
Provides routes for entities. |
| VocabularySerializationTestController |
class |
core/modules/taxonomy/tests/modules/vocabulary_serialization_test/src/VocabularySerializationTestController.php |
Controller for testing vocabulary serialization. |
| VocabularySerializationTestController.php |
file |
core/modules/taxonomy/tests/modules/vocabulary_serialization_test/src/VocabularySerializationTestController.php |
|
| VocabularySerializationTestController::vocabularyResponse |
function |
core/modules/taxonomy/tests/modules/vocabulary_serialization_test/src/VocabularySerializationTestController.php |
|
| VocabularyStorage |
class |
core/modules/taxonomy/src/VocabularyStorage.php |
Defines a storage handler class for taxonomy vocabularies. |
| VocabularyStorage.php |
file |
core/modules/taxonomy/src/VocabularyStorage.php |
|
| VocabularyStorage::getToplevelTids |
function |
core/modules/taxonomy/src/VocabularyStorage.php |
Gets top-level term IDs of vocabularies. |
| VocabularyStorageInterface |
interface |
core/modules/taxonomy/src/VocabularyStorageInterface.php |
Defines an interface for vocabulary entity storage classes. |
| VocabularyStorageInterface.php |
file |
core/modules/taxonomy/src/VocabularyStorageInterface.php |
|
| VocabularyStorageInterface::getToplevelTids |
function |
core/modules/taxonomy/src/VocabularyStorageInterface.php |
Gets top-level term IDs of vocabularies. |
| VocabularyTest |
class |
core/modules/jsonapi/tests/src/Functional/VocabularyTest.php |
JSON:API integration test for the "vocabulary" config entity type. |
| VocabularyTest |
class |
core/modules/taxonomy/tests/src/Kernel/Plugin/migrate/source/d6/VocabularyTest.php |
Tests D6 vocabulary source plugin. |
| VocabularyTest |
class |
core/modules/taxonomy/tests/src/Kernel/Plugin/migrate/source/d7/VocabularyTest.php |
Tests D7 vocabulary source plugin. |
| VocabularyTest.php |
file |
core/modules/jsonapi/tests/src/Functional/VocabularyTest.php |
|
| VocabularyTest.php |
file |
core/modules/taxonomy/tests/src/Kernel/Plugin/migrate/source/d6/VocabularyTest.php |
|
| VocabularyTest.php |
file |
core/modules/taxonomy/tests/src/Kernel/Plugin/migrate/source/d7/VocabularyTest.php |
|
| VocabularyTest::$defaultTheme |
property |
core/modules/jsonapi/tests/src/Functional/VocabularyTest.php |
The theme to install as the default for testing. |
| VocabularyTest::$entity |
property |
core/modules/jsonapi/tests/src/Functional/VocabularyTest.php |
|
| VocabularyTest::$entityTypeId |
property |
core/modules/jsonapi/tests/src/Functional/VocabularyTest.php |
The tested entity type. |
| VocabularyTest::$modules |
property |
core/modules/jsonapi/tests/src/Functional/VocabularyTest.php |
Modules to install. |
| VocabularyTest::$modules |
property |
core/modules/taxonomy/tests/src/Kernel/Plugin/migrate/source/d6/VocabularyTest.php |
Modules to install. |
| VocabularyTest::$modules |
property |
core/modules/taxonomy/tests/src/Kernel/Plugin/migrate/source/d7/VocabularyTest.php |
Modules to install. |
| VocabularyTest::$resourceTypeName |
property |
core/modules/jsonapi/tests/src/Functional/VocabularyTest.php |
The name of the tested JSON:API resource type. |
| VocabularyTest::createEntity |
function |
core/modules/jsonapi/tests/src/Functional/VocabularyTest.php |
Creates the entity to be tested. |
| VocabularyTest::getExpectedDocument |
function |
core/modules/jsonapi/tests/src/Functional/VocabularyTest.php |
Returns the expected JSON:API document for the entity. |
| VocabularyTest::getExpectedUnauthorizedAccessMessage |
function |
core/modules/jsonapi/tests/src/Functional/VocabularyTest.php |
Return the expected error message. |
| VocabularyTest::getPostDocument |
function |
core/modules/jsonapi/tests/src/Functional/VocabularyTest.php |
Returns the JSON:API POST document. |
| VocabularyTest::providerSource |
function |
core/modules/taxonomy/tests/src/Kernel/Plugin/migrate/source/d6/VocabularyTest.php |
Provides source data for ::testSource. |
| VocabularyTest::providerSource |
function |
core/modules/taxonomy/tests/src/Kernel/Plugin/migrate/source/d7/VocabularyTest.php |
Provides source data for ::testSource. |
| VocabularyTest::setUpAuthorization |
function |
core/modules/jsonapi/tests/src/Functional/VocabularyTest.php |
Sets up the necessary authorization. |
| VocabularyTranslation |
class |
core/modules/taxonomy/src/Plugin/migrate/source/d6/VocabularyTranslation.php |
Drupal 6 i18n vocabulary translations source from database. |
| VocabularyTranslation |
class |
core/modules/taxonomy/src/Plugin/migrate/source/d7/VocabularyTranslation.php |
Drupal 7 i18n vocabulary translations source from database. |
| VocabularyTranslation.php |
file |
core/modules/taxonomy/src/Plugin/migrate/source/d6/VocabularyTranslation.php |
|
| VocabularyTranslation.php |
file |
core/modules/taxonomy/src/Plugin/migrate/source/d7/VocabularyTranslation.php |
|
| VocabularyTranslation::fields |
function |
core/modules/taxonomy/src/Plugin/migrate/source/d6/VocabularyTranslation.php |
Returns available fields on the source. |