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

15 lines
429 B
YAML

services:
console.rest_disable:
class: Drupal\Console\Command\Rest\DisableCommand
arguments: ['@entity_type.manager', '@?plugin.manager.rest']
tags:
- { name: drupal.command }
console.rest_enable:
class: Drupal\Console\Command\Rest\EnableCommand
arguments:
- '@entity_type.manager'
- '@?plugin.manager.rest'
- '@authentication_collector'
tags:
- { name: drupal.command }