This repository has been archived on 2025-09-29. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
drupalcampbristol/vendor/drupal/console/config/services/update.yml
2018-11-23 12:29:20 +00:00

11 lines
497 B
YAML

services:
console.update_entities:
class: Drupal\Console\Command\Update\EntitiesCommand
arguments: ['@state', '@entity.definition_update_manager', '@console.chain_queue']
tags:
- { name: drupal.command }
console.update_execute:
class: Drupal\Console\Command\Update\ExecuteCommand
arguments: ['@console.site', '@state', '@module_handler', '@update.post_update_registry', '@console.extension_manager', '@console.chain_queue']
tags:
- { name: drupal.command }