Security update for Core, with self-updated composer
[yaffs-website] / vendor / drupal / console / config / services / views.yml
1 services:
2   console.views_disable:
3     class: Drupal\Console\Command\Views\DisableCommand
4     arguments: ['@entity_type.manager', '@entity.query']
5     tags:
6       - { name: drupal.command }
7   console.views_enable:
8     class: Drupal\Console\Command\Views\EnableCommand
9     arguments: ['@entity_type.manager', '@entity.query']
10     tags:
11       - { name: drupal.command }