Update Composer, update everything
This commit is contained in:
parent
ea3e94409f
commit
dda5c284b6
19527 changed files with 1135420 additions and 351004 deletions
11
vendor/drupal/console/config/services/cache.yml
vendored
Normal file
11
vendor/drupal/console/config/services/cache.yml
vendored
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
services:
|
||||
console.cache_rebuild:
|
||||
class: Drupal\Console\Command\Cache\RebuildCommand
|
||||
arguments: ['@console.drupal_api', '@console.site', '@class_loader', '@request_stack']
|
||||
tags:
|
||||
- { name: drupal.command }
|
||||
console.cache_tag_invalidate:
|
||||
class: Drupal\Console\Command\Cache\TagInvalidateCommand
|
||||
arguments: ['@cache_tags.invalidator']
|
||||
tags:
|
||||
- { name: drupal.command }
|
||||
Reference in a new issue