You are here

namespace Drupal\taxonomy\Plugin\migrate\source\d6 in Drupal 8

Same name in other branches
  1. 9 Drupal\taxonomy\Plugin\migrate\source\d6
Classsort descending Location Description
Term core/modules/taxonomy/src/Plugin/migrate/source/d6/Term.php Taxonomy term source from database.
TermLocalizedTranslation core/modules/taxonomy/src/Plugin/migrate/source/d6/TermLocalizedTranslation.php Gets i18n taxonomy terms from source database.
TermNode core/modules/taxonomy/src/Plugin/migrate/source/d6/TermNode.php Source returning tids from the term_node table for the current revision.
TermNodeRevision core/modules/taxonomy/src/Plugin/migrate/source/d6/TermNodeRevision.php Source returning tids from the term_node table for the non-current revision.
Vocabulary core/modules/taxonomy/src/Plugin/migrate/source/d6/Vocabulary.php Drupal 6 vocabularies source from database.
VocabularyPerType core/modules/taxonomy/src/Plugin/migrate/source/d6/VocabularyPerType.php Gets all the vocabularies based on the node types that have Taxonomy enabled.
VocabularyTranslation core/modules/taxonomy/src/Plugin/migrate/source/d6/VocabularyTranslation.php Drupal 6 vocabulary translations from source database.