Security update for Core, with self-updated composer
[yaffs-website] / vendor / drupal / console / config / services / rest.yml
diff --git a/vendor/drupal/console/config/services/rest.yml b/vendor/drupal/console/config/services/rest.yml
new file mode 100644 (file)
index 0000000..985c195
--- /dev/null
@@ -0,0 +1,15 @@
+services:
+  console.rest_disable:
+    class: Drupal\Console\Command\Rest\DisableCommand
+    arguments: ['@config.factory', '@?plugin.manager.rest']
+    tags:
+      - { name: drupal.command }
+  console.rest_enable:
+    class: Drupal\Console\Command\Rest\EnableCommand
+    arguments:
+      - '@?plugin.manager.rest'
+      - '@authentication_collector'
+      - '@config.factory'
+      - '@entity.manager'
+    tags:
+      - { name: drupal.command }