Drupal 8: delete all nodes of the same type

后端 未结 9 1900
予麋鹿
予麋鹿 2021-02-19 01:34

I have a need to remove all nodes of the same type in Drupal 8 (there are over 7k of nodes).

It wouldn\'t be a problem for Drupal 7 (DB query + node_del

9条回答
  •  轻奢々
    轻奢々 (楼主)
    2021-02-19 02:11

    I use Drupal console for this https://docs.drupalconsole.com/ko/commands/entity-delete.html

    drupal entity:delete [arguments]

提交回复
热议问题