-
Notifications
You must be signed in to change notification settings - Fork 0
Delete Entities with Drush
Willi edited this page Apr 10, 2018
·
1 revision
drush eval '$nids = \Drupal::entityQuery('<entity_type>')->execute();
$storage = Drupal::entityTypeManager()->getStorage('<entity_type>');
$e = $storage->loadMultiple($nids);
$storage->delete($e);'
- Drupal
- Theming
- Drush
- Updates
- GIT