Create Taxonomy Term (in Vocabulary): use Drupal\taxonomy\Entity\Term; $new_term = Term::create([ 'vid' => 'name_of_the_vocabulary', 'name' => 'name of the term', ]); $new_term->enforceIsNew(); $new_term->save(); Drupal Neuen Kommentar schreiben Ihr Name Betreff Comment Hilfe zum Textformat CAPTCHA This question is for testing whether or not you are a human visitor and to prevent automated spam submissions. Leave this field blank
Neuen Kommentar schreiben