Search for vocabulary

  1. Search 7.x for vocabulary
  2. Search 9.5.x for vocabulary
  3. Search 10.3.x for vocabulary
  4. Search 11.x for vocabulary
  5. Other projects

Exact matches

These are exact matches according to your search
Title Object type File name Summary
Vocabulary class core/modules/taxonomy/src/Entity/Vocabulary.php Defines the taxonomy vocabulary entity.
Vocabulary class core/modules/taxonomy/src/Plugin/migrate/source/d6/Vocabulary.php Drupal 6 vocabularies source from database.
Vocabulary class core/modules/taxonomy/src/Plugin/migrate/source/d7/Vocabulary.php Drupal 7 vocabularies source from database.

All search results

Title Object type File name Summary
VocabularySerializationTest::$modules property core/modules/taxonomy/tests/src/Functional/VocabularySerializationTest.php Modules to enable.
VocabularySerializationTest::setUp function core/modules/taxonomy/tests/src/Functional/VocabularySerializationTest.php
VocabularySerializationTest::testSerialization function core/modules/taxonomy/tests/src/Functional/VocabularySerializationTest.php
VocabularySerializationTestController class core/modules/taxonomy/tests/modules/vocabulary_serialization_test/src/VocabularySerializationTestController.php
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.
VocabularyStorage::resetCache function core/modules/taxonomy/src/VocabularyStorage.php Resets the internal, static entity cache.
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 enable.
VocabularyTest::$modules property core/modules/taxonomy/tests/src/Kernel/Plugin/migrate/source/d6/VocabularyTest.php Modules to enable.
VocabularyTest::$modules property core/modules/taxonomy/tests/src/Kernel/Plugin/migrate/source/d7/VocabularyTest.php Modules to enable.
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 The data provider.
VocabularyTest::providerSource function core/modules/taxonomy/tests/src/Kernel/Plugin/migrate/source/d7/VocabularyTest.php The data provider.
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 vocabulary translations from source database.
VocabularyTranslation class core/modules/taxonomy/src/Plugin/migrate/source/d7/VocabularyTranslation.php Drupal 7 vocabulary translations from source 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.
VocabularyTranslation::fields function core/modules/taxonomy/src/Plugin/migrate/source/d7/VocabularyTranslation.php Returns available fields on the source.
VocabularyTranslation::getIds function core/modules/taxonomy/src/Plugin/migrate/source/d6/VocabularyTranslation.php Defines the source fields uniquely identifying a source row.
VocabularyTranslation::getIds function core/modules/taxonomy/src/Plugin/migrate/source/d7/VocabularyTranslation.php Defines the source fields uniquely identifying a source row.
VocabularyTranslation::prepareRow function core/modules/taxonomy/src/Plugin/migrate/source/d6/VocabularyTranslation.php Adds additional data to the row.
VocabularyTranslation::query function core/modules/taxonomy/src/Plugin/migrate/source/d6/VocabularyTranslation.php
VocabularyTranslation::query function core/modules/taxonomy/src/Plugin/migrate/source/d7/VocabularyTranslation.php
VocabularyTranslationTest class core/modules/taxonomy/tests/src/Kernel/Plugin/migrate/source/d6/VocabularyTranslationTest.php Tests D6 i18n vocabulary source plugin.
VocabularyTranslationTest class core/modules/taxonomy/tests/src/Kernel/Plugin/migrate/source/d7/VocabularyTranslationTest.php Tests D7 i18n vocabulary source plugin.
VocabularyTranslationTest class core/modules/taxonomy/tests/src/Functional/VocabularyTranslationTest.php Tests content translation for vocabularies.
VocabularyTranslationTest.php file core/modules/taxonomy/tests/src/Functional/VocabularyTranslationTest.php
VocabularyTranslationTest.php file core/modules/taxonomy/tests/src/Kernel/Plugin/migrate/source/d6/VocabularyTranslationTest.php
VocabularyTranslationTest.php file core/modules/taxonomy/tests/src/Kernel/Plugin/migrate/source/d7/VocabularyTranslationTest.php

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.