Security update for Core, with self-updated composer
[yaffs-website] / vendor / drupal / console / config / services / views.yml
diff --git a/vendor/drupal/console/config/services/views.yml b/vendor/drupal/console/config/services/views.yml
new file mode 100644 (file)
index 0000000..9fdc6a1
--- /dev/null
@@ -0,0 +1,11 @@
+services:
+  console.views_disable:
+    class: Drupal\Console\Command\Views\DisableCommand
+    arguments: ['@entity_type.manager', '@entity.query']
+    tags:
+      - { name: drupal.command }
+  console.views_enable:
+    class: Drupal\Console\Command\Views\EnableCommand
+    arguments: ['@entity_type.manager', '@entity.query']
+    tags:
+      - { name: drupal.command }