Hello,

Are there plans to expand the functionality to delete other entities as well as content and users? I needed this functionality for a project, so i made a patch for this over the 8.x dev version

It lets you select the content entity and bundle you want to delete from (including user and node)

Comments

adrianghe created an issue. See original summary.

adrianghe’s picture

adrianghe’s picture

Status: Active » Needs review
dipakmdhrm’s picture

Status: Needs review » Needs work

@adrianghe:

A really good suggestion to delete entities as whole!! Good work!

However, Your patch is missing the definition of the EntityDeleteController controller.

Can you please add that in your patch?

I would love to see this committed soon.

adrianghe’s picture

Sorry, i generated the patch without it by mistake.
I've added it to the patch now, tested and fixed some issues and regenerated it

adrianghe’s picture

Status: Needs work » Needs review

  • dipakmdhrm committed c3411c0 on 8.x-1.x authored by adrianghe
    Issue #2796671 by adrianghe, dipakmdhrm: Deleting content entities
    
dipakmdhrm’s picture

Status: Needs review » Reviewed & tested by the community
dipakmdhrm’s picture

Status: Reviewed & tested by the community » Closed (fixed)

Committed to 8.x-1.x-dev & 8.x-1.0-alpha2.

Thanks for your work @adrianghe