You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Uninstalling a module via the console frequently fails because the module has created content entities, which need to be deleted:
[ERROR] The following reasons prevent the modules from being uninstalled:
There is content for the entity type: @entity_type. <a href=":url">Remove @entity_type_plural</a>.
It would be great if this deletion could be performed via the console as well. Currently entity:delete only deletes a single entity.
Proposed solutions:
Add a new command, entity:delete:all <type>.
Add an optional argument so that entity:delete <type> --all deletes all entities of the given type.
The text was updated successfully, but these errors were encountered:
cburschka
added a commit
to cburschka/drupal-console
that referenced
this issue
Nov 23, 2017
Uninstalling a module via the console frequently fails because the module has created content entities, which need to be deleted:
It would be great if this deletion could be performed via the console as well. Currently
entity:delete
only deletes a single entity.Proposed solutions:
entity:delete:all <type>
.entity:delete <type> --all
deletes all entities of the given type.The text was updated successfully, but these errors were encountered: