Version 1
[yaffs-website] / vendor / drupal / console / config / services / drupal-console / entity.yml
diff --git a/vendor/drupal/console/config/services/drupal-console/entity.yml b/vendor/drupal/console/config/services/drupal-console/entity.yml
new file mode 100644 (file)
index 0000000..4478529
--- /dev/null
@@ -0,0 +1,11 @@
+services:
+  console.entity_debug:
+    class: Drupal\Console\Command\Entity\DebugCommand
+    arguments: ['@entity_type.repository', '@entity_type.manager']
+    tags:
+      - { name: drupal.command }
+  console.entity_delete:
+    class: Drupal\Console\Command\Entity\DeleteCommand
+    arguments: ['@entity_type.repository', '@entity_type.manager']
+    tags:
+      - { name: drupal.command }
\ No newline at end of file