This repository has been archived on 2025-01-19. You can view files and clone it, but cannot push or open issues or pull requests.
drupalcampbristol/vendor/drupal/console-en/translations/taxonomy.term.delete.yml
2018-11-23 12:29:20 +00:00

12 lines
489 B
YAML

description: 'Delete taxonomy terms from a vocabulary'
vid: 'Enter vocabulary id'
help: 'This command takes the VID as argument or all which will delete every term from every vocabulary'
messages:
nothing: 'All taxonomy terms from "%s" vocabulary already deleted.'
processing: 'Deleting "%s" taxonomy term.'
invalid-vocabulary: 'Invalid "%s" vocabulary.'
examples:
- description: 'Delete all terms of the "tags" vocabulary'
execution: |
drupal taxonomy:term:delete tags