Version 1
[yaffs-website] / vendor / drupal / console / config / services / drupal-console / taxonomy.yml
diff --git a/vendor/drupal/console/config/services/drupal-console/taxonomy.yml b/vendor/drupal/console/config/services/drupal-console/taxonomy.yml
new file mode 100644 (file)
index 0000000..4fc0cce
--- /dev/null
@@ -0,0 +1,6 @@
+services:
+  console.taxonomy_delete:
+    class: Drupal\Console\Command\Taxonomy\DeleteTermCommand
+    arguments: ['@entity_type.manager']
+    tags:
+      - { name: drupal.command }