Search for vocabulary

  1. Search 7.x for vocabulary
  2. Search 9.5.x for vocabulary
  3. Search 8.9.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
MigrateTaxonomyVocabularyTest::testTaxonomyVocabulary function core/modules/forum/tests/src/Kernel/Migrate/d6/MigrateTaxonomyVocabularyTest.php Tests the Drupal 6 taxonomy vocabularies migration.
MigrateTaxonomyVocabularyTest::testTaxonomyVocabulary function core/modules/forum/tests/src/Kernel/Migrate/d7/MigrateTaxonomyVocabularyTest.php Tests the Drupal 7 taxonomy vocabularies to Drupal 8 migration.
MigrateTaxonomyVocabularyTest::testTaxonomyVocabulary function core/modules/taxonomy/tests/src/Kernel/Migrate/d7/MigrateTaxonomyVocabularyTest.php Tests the Drupal 7 taxonomy vocabularies to Drupal 8 migration.
MigrateTaxonomyVocabularyTest::testTaxonomyVocabulary function core/modules/taxonomy/tests/src/Kernel/Migrate/d6/MigrateTaxonomyVocabularyTest.php Tests the Drupal 6 taxonomy vocabularies to Drupal 8 migration.
MigrateTaxonomyVocabularyTranslationTest class core/modules/taxonomy/tests/src/Kernel/Migrate/d7/MigrateTaxonomyVocabularyTranslationTest.php Migrate taxonomy vocabularies to taxonomy.vocabulary.*.yml.
MigrateTaxonomyVocabularyTranslationTest class core/modules/taxonomy/tests/src/Kernel/Migrate/d6/MigrateTaxonomyVocabularyTranslationTest.php Migrate taxonomy vocabularies to taxonomy.vocabulary.*.yml.
MigrateTaxonomyVocabularyTranslationTest.php file core/modules/taxonomy/tests/src/Kernel/Migrate/d7/MigrateTaxonomyVocabularyTranslationTest.php
MigrateTaxonomyVocabularyTranslationTest.php file core/modules/taxonomy/tests/src/Kernel/Migrate/d6/MigrateTaxonomyVocabularyTranslationTest.php
MigrateTaxonomyVocabularyTranslationTest::$modules property core/modules/taxonomy/tests/src/Kernel/Migrate/d7/MigrateTaxonomyVocabularyTranslationTest.php Modules to install.
MigrateTaxonomyVocabularyTranslationTest::$modules property core/modules/taxonomy/tests/src/Kernel/Migrate/d6/MigrateTaxonomyVocabularyTranslationTest.php Modules to install.
MigrateTaxonomyVocabularyTranslationTest::setUp function core/modules/taxonomy/tests/src/Kernel/Migrate/d7/MigrateTaxonomyVocabularyTranslationTest.php
MigrateTaxonomyVocabularyTranslationTest::setUp function core/modules/taxonomy/tests/src/Kernel/Migrate/d6/MigrateTaxonomyVocabularyTranslationTest.php
MigrateTaxonomyVocabularyTranslationTest::testTaxonomyVocabularyTranslation function core/modules/taxonomy/tests/src/Kernel/Migrate/d7/MigrateTaxonomyVocabularyTranslationTest.php Tests the Drupal 7 i18n taxonomy vocabularies to Drupal 8 migration.
MigrateTaxonomyVocabularyTranslationTest::testTaxonomyVocabularyTranslation function core/modules/taxonomy/tests/src/Kernel/Migrate/d6/MigrateTaxonomyVocabularyTranslationTest.php Tests the Drupal 6 i18n taxonomy vocabularies to Drupal 8 migration.
MigrateVocabularyEntityDisplayTest class core/modules/taxonomy/tests/src/Kernel/Migrate/d6/MigrateVocabularyEntityDisplayTest.php Vocabulary entity display migration.
MigrateVocabularyEntityDisplayTest class core/modules/forum/tests/src/Kernel/Migrate/d6/MigrateVocabularyEntityDisplayTest.php Vocabulary entity display migration.
MigrateVocabularyEntityDisplayTest.php file core/modules/taxonomy/tests/src/Kernel/Migrate/d6/MigrateVocabularyEntityDisplayTest.php
MigrateVocabularyEntityDisplayTest.php file core/modules/forum/tests/src/Kernel/Migrate/d6/MigrateVocabularyEntityDisplayTest.php
MigrateVocabularyEntityDisplayTest::$modules property core/modules/taxonomy/tests/src/Kernel/Migrate/d6/MigrateVocabularyEntityDisplayTest.php Modules to install.
MigrateVocabularyEntityDisplayTest::$modules property core/modules/forum/tests/src/Kernel/Migrate/d6/MigrateVocabularyEntityDisplayTest.php Modules to install.
MigrateVocabularyEntityDisplayTest::assertComponent function core/modules/forum/tests/src/Kernel/Migrate/d6/MigrateVocabularyEntityDisplayTest.php Asserts various aspects of a particular component of a view display.
MigrateVocabularyEntityDisplayTest::assertComponentNotExists function core/modules/forum/tests/src/Kernel/Migrate/d6/MigrateVocabularyEntityDisplayTest.php Asserts that a particular component is NOT included in a display.
MigrateVocabularyEntityDisplayTest::assertEntity function core/modules/forum/tests/src/Kernel/Migrate/d6/MigrateVocabularyEntityDisplayTest.php Asserts various aspects of a view display.
MigrateVocabularyEntityDisplayTest::getFixtureFilePath function core/modules/forum/tests/src/Kernel/Migrate/d6/MigrateVocabularyEntityDisplayTest.php Gets the path to the fixture file.
MigrateVocabularyEntityDisplayTest::setUp function core/modules/forum/tests/src/Kernel/Migrate/d6/MigrateVocabularyEntityDisplayTest.php
MigrateVocabularyEntityDisplayTest::setUp function core/modules/taxonomy/tests/src/Kernel/Migrate/d6/MigrateVocabularyEntityDisplayTest.php
MigrateVocabularyEntityDisplayTest::testSkipNonExistentNodeType function core/modules/taxonomy/tests/src/Kernel/Migrate/d6/MigrateVocabularyEntityDisplayTest.php Tests that vocabulary displays are ignored appropriately.
MigrateVocabularyEntityDisplayTest::testVocabularyEntityDisplay function core/modules/forum/tests/src/Kernel/Migrate/d6/MigrateVocabularyEntityDisplayTest.php Tests the Drupal 6 vocabulary-node type association to Drupal 8 migration.
MigrateVocabularyEntityDisplayTest::testVocabularyEntityDisplay function core/modules/taxonomy/tests/src/Kernel/Migrate/d6/MigrateVocabularyEntityDisplayTest.php Tests the Drupal 6 vocabulary-node type association to Drupal 8 migration.
MigrateVocabularyEntityFormDisplayTest class core/modules/forum/tests/src/Kernel/Migrate/d6/MigrateVocabularyEntityFormDisplayTest.php Vocabulary entity form display migration.
MigrateVocabularyEntityFormDisplayTest class core/modules/taxonomy/tests/src/Kernel/Migrate/d6/MigrateVocabularyEntityFormDisplayTest.php Vocabulary entity form display migration.
MigrateVocabularyEntityFormDisplayTest.php file core/modules/taxonomy/tests/src/Kernel/Migrate/d6/MigrateVocabularyEntityFormDisplayTest.php
MigrateVocabularyEntityFormDisplayTest.php file core/modules/forum/tests/src/Kernel/Migrate/d6/MigrateVocabularyEntityFormDisplayTest.php
MigrateVocabularyEntityFormDisplayTest::$modules property core/modules/forum/tests/src/Kernel/Migrate/d6/MigrateVocabularyEntityFormDisplayTest.php Modules to install.
MigrateVocabularyEntityFormDisplayTest::$modules property core/modules/taxonomy/tests/src/Kernel/Migrate/d6/MigrateVocabularyEntityFormDisplayTest.php Modules to install.
MigrateVocabularyEntityFormDisplayTest::assertComponent function core/modules/forum/tests/src/Kernel/Migrate/d6/MigrateVocabularyEntityFormDisplayTest.php Asserts various aspects of a particular component of a form display.
MigrateVocabularyEntityFormDisplayTest::assertEntity function core/modules/forum/tests/src/Kernel/Migrate/d6/MigrateVocabularyEntityFormDisplayTest.php Asserts various aspects of a form display entity.
MigrateVocabularyEntityFormDisplayTest::getFixtureFilePath function core/modules/forum/tests/src/Kernel/Migrate/d6/MigrateVocabularyEntityFormDisplayTest.php Gets the path to the fixture file.
MigrateVocabularyEntityFormDisplayTest::setUp function core/modules/forum/tests/src/Kernel/Migrate/d6/MigrateVocabularyEntityFormDisplayTest.php
MigrateVocabularyEntityFormDisplayTest::setUp function core/modules/taxonomy/tests/src/Kernel/Migrate/d6/MigrateVocabularyEntityFormDisplayTest.php
MigrateVocabularyEntityFormDisplayTest::testSkipNonExistentNodeType function core/modules/taxonomy/tests/src/Kernel/Migrate/d6/MigrateVocabularyEntityFormDisplayTest.php Tests that vocabulary displays are ignored appropriately.
MigrateVocabularyEntityFormDisplayTest::testVocabularyEntityFormDisplay function core/modules/forum/tests/src/Kernel/Migrate/d6/MigrateVocabularyEntityFormDisplayTest.php Tests the Drupal 6 vocabulary-node type association to Drupal 8 migration.
MigrateVocabularyEntityFormDisplayTest::testVocabularyEntityFormDisplay function core/modules/taxonomy/tests/src/Kernel/Migrate/d6/MigrateVocabularyEntityFormDisplayTest.php Tests the Drupal 6 vocabulary-node type association to Drupal 8 migration.
MigrateVocabularyFieldInstanceTest class core/modules/forum/tests/src/Kernel/Migrate/d6/MigrateVocabularyFieldInstanceTest.php Vocabulary field instance migration.
MigrateVocabularyFieldInstanceTest class core/modules/taxonomy/tests/src/Kernel/Migrate/d6/MigrateVocabularyFieldInstanceTest.php Vocabulary field instance migration.
MigrateVocabularyFieldInstanceTest.php file core/modules/forum/tests/src/Kernel/Migrate/d6/MigrateVocabularyFieldInstanceTest.php
MigrateVocabularyFieldInstanceTest.php file core/modules/taxonomy/tests/src/Kernel/Migrate/d6/MigrateVocabularyFieldInstanceTest.php
MigrateVocabularyFieldInstanceTest::$modules property core/modules/forum/tests/src/Kernel/Migrate/d6/MigrateVocabularyFieldInstanceTest.php Modules to install.
MigrateVocabularyFieldInstanceTest::$modules property core/modules/taxonomy/tests/src/Kernel/Migrate/d6/MigrateVocabularyFieldInstanceTest.php Modules to install.
MigrateVocabularyFieldInstanceTest::assertEntity function core/modules/forum/tests/src/Kernel/Migrate/d6/MigrateVocabularyFieldInstanceTest.php Asserts various aspects of a field config entity.

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