function LanguageContentSettingsTaxonomyVocabulary::fields
Overrides Vocabulary::fields
File
-
core/
modules/ language/ src/ Plugin/ migrate/ source/ d7/ LanguageContentSettingsTaxonomyVocabulary.php, line 39
Class
- LanguageContentSettingsTaxonomyVocabulary
- Drupal 7 i18n vocabularies source from database.
Namespace
Drupal\language\Plugin\migrate\source\d7Code
public function fields() {
$fields = parent::fields();
$fields['language'] = $this->t('i18n language');
$fields['i18n_mode'] = $this->t('i18n mode');
return $fields;
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.