README.txt 840 B

1234567891011121314151617181920
  1. -- SUMMARY --
  2. Entity Delete module is for deleting content of any entity types in bulk.
  3. -- INSTALLATION --
  4. STEP 1: Download and extract module to /module directory (/module/contrib if
  5. using separate for custom and contrib).
  6. STEP 2: For enabling navigate to /admin/modules and select 'Entity Delete'
  7. and click on install.
  8. --WORKING --
  9. For deleting content in a bulk need to navigate to
  10. admin/config/entity-delete
  11. Select the Entity type for which you need to delete all available content.
  12. Eg: If you select Entity type as node(Content in drop down), will get another
  13. drop down to select content type. If you wish to delete all existing node
  14. you can select 'All' else the any specific type.
  15. Once selection is done just hit submit it will ask for confirmation, once
  16. confirm it will delete all the entity based on existing selection.