Loading src/Form/CleanTaxonomyReplaceForm.php +1 −1 Original line number Diff line number Diff line Loading @@ -133,7 +133,7 @@ class CleanTaxonomyReplaceForm extends FormBase { return $form; } $taxonomy_term_name = $taxonomy_term_object->get('name')->value; $taxonomy_term_vid = $taxonomy_term_object->getVocabularyId(); $taxonomy_term_vid = $taxonomy_term_object->bundle(); $this->messenger()->addWarning($this->t('It will replace the nodes attached to the previous taxonomy term.')); $form['cleantaxonomy']['Term1'] = [ '#type' => 'textfield', Loading Loading
src/Form/CleanTaxonomyReplaceForm.php +1 −1 Original line number Diff line number Diff line Loading @@ -133,7 +133,7 @@ class CleanTaxonomyReplaceForm extends FormBase { return $form; } $taxonomy_term_name = $taxonomy_term_object->get('name')->value; $taxonomy_term_vid = $taxonomy_term_object->getVocabularyId(); $taxonomy_term_vid = $taxonomy_term_object->bundle(); $this->messenger()->addWarning($this->t('It will replace the nodes attached to the previous taxonomy term.')); $form['cleantaxonomy']['Term1'] = [ '#type' => 'textfield', Loading