You are here

README.txt in Taxonomy Delete 8

CONTENTS OF THIS FILE
---------------------

 * Introduction
 * Requirements
 * Installation
 * Configuration
 * Maintainers

INTRODUCTION
------------

A utility module which will delete all taxonomy terms in a vocabulary. Deleting
taxonomies can be a very frustrating issue specially when there are a lot to
delete for testing purposes.

The module provides an UI where you can select the Vocabulary from which the
taxonomy has to be deleted. Additionally for developers there is a Drush command
which will delete all taxonomy terms from a Vocabulary.

for more info visit
https://www.drupal.org/sandbox/malabya/2755573

REQUIREMENTS
------------

This module does not have any dependency.

INSTALLATION
------------

* Install as you would normally install a contributed Drupal module. See:
  https://www.drupal.org/documentation/install/modules-themes/modules-8
  for further information.

CONFIGURATION
-------------

* Copy the "taxonomy_delete" directory under "modules/";
* Go to "admin/modules" and enable "Taxonomy delete" module;
* Go to "admin/structure/taxonomy_delete" and select the vocubalary for which
  you want to delete the taxonomy terms.

DRUSH USAGE
-----------

 This modules supports drush to delete all taxonomy terms from a Vocabulary

   * drush term-delete {vocabulary-name} -  TO delete all taxonomy terms from
     the specified vocabulary
      
     using alias                
  *  drush tdel {vocabulary-name} 
  

MAINTAINERS
-----------

Current maintainers:
 * Malabya Tewari (malavya) - https://www.drupal.org/u/malavya

File

README.txt
View source
  1. CONTENTS OF THIS FILE
  2. ---------------------
  3. * Introduction
  4. * Requirements
  5. * Installation
  6. * Configuration
  7. * Maintainers
  8. INTRODUCTION
  9. ------------
  10. A utility module which will delete all taxonomy terms in a vocabulary. Deleting
  11. taxonomies can be a very frustrating issue specially when there are a lot to
  12. delete for testing purposes.
  13. The module provides an UI where you can select the Vocabulary from which the
  14. taxonomy has to be deleted. Additionally for developers there is a Drush command
  15. which will delete all taxonomy terms from a Vocabulary.
  16. for more info visit
  17. https://www.drupal.org/sandbox/malabya/2755573
  18. REQUIREMENTS
  19. ------------
  20. This module does not have any dependency.
  21. INSTALLATION
  22. ------------
  23. * Install as you would normally install a contributed Drupal module. See:
  24. https://www.drupal.org/documentation/install/modules-themes/modules-8
  25. for further information.
  26. CONFIGURATION
  27. -------------
  28. * Copy the "taxonomy_delete" directory under "modules/";
  29. * Go to "admin/modules" and enable "Taxonomy delete" module;
  30. * Go to "admin/structure/taxonomy_delete" and select the vocubalary for which
  31. you want to delete the taxonomy terms.
  32. DRUSH USAGE
  33. -----------
  34. This modules supports drush to delete all taxonomy terms from a Vocabulary
  35. * drush term-delete {vocabulary-name} - TO delete all taxonomy terms from
  36. the specified vocabulary
  37. using alias
  38. * drush tdel {vocabulary-name}
  39. MAINTAINERS
  40. -----------
  41. Current maintainers:
  42. * Malabya Tewari (malavya) - https://www.drupal.org/u/malavya