X-Git-Url: http://www.aleph1.co.uk/gitweb/?p=yaffs-website;a=blobdiff_plain;f=web%2Fcore%2Fmodules%2Ftaxonomy%2Fsrc%2FPlugin%2Fmigrate%2Fsource%2Fd7%2FVocabulary.php;fp=web%2Fcore%2Fmodules%2Ftaxonomy%2Fsrc%2FPlugin%2Fmigrate%2Fsource%2Fd7%2FVocabulary.php;h=82048a3c2f86f4a1525040975cd24b43d05527eb;hp=185990185d69f60b355dcf216373f8aa7eedd398;hb=0bf8d09d2542548982e81a441b1f16e75873a04f;hpb=74df008bdbb3a11eeea356744f39b802369bda3c diff --git a/web/core/modules/taxonomy/src/Plugin/migrate/source/d7/Vocabulary.php b/web/core/modules/taxonomy/src/Plugin/migrate/source/d7/Vocabulary.php index 185990185..82048a3c2 100644 --- a/web/core/modules/taxonomy/src/Plugin/migrate/source/d7/Vocabulary.php +++ b/web/core/modules/taxonomy/src/Plugin/migrate/source/d7/Vocabulary.php @@ -43,7 +43,7 @@ class Vocabulary extends DrupalSqlBase { 'hierarchy' => $this->t('The type of hierarchy allowed within the vocabulary. (0 = disabled, 1 = single, 2 = multiple)'), 'module' => $this->t('Module responsible for the vocabulary.'), 'weight' => $this->t('The weight of the vocabulary in relation to other vocabularies.'), - 'machine_name' => $this->t('Unique machine name of the vocabulary.') + 'machine_name' => $this->t('Unique machine name of the vocabulary.'), ]; }