2022-04-27 11:30:43 +02:00

12 lines
334 B
YAML

services:
console.views_disable:
class: Drupal\Console\Command\Views\DisableCommand
arguments: ['@entity_type.manager']
tags:
- { name: drupal.command }
console.views_enable:
class: Drupal\Console\Command\Views\EnableCommand
arguments: ['@entity_type.manager']
tags:
- { name: drupal.command }