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-en/translations/state.delete.yml
vendored
Normal file
11
vendor/drupal/console-en/translations/state.delete.yml
vendored
Normal file
|
@ -0,0 +1,11 @@
|
|||
description: 'Delete State'
|
||||
arguments:
|
||||
name: 'State name.'
|
||||
messages:
|
||||
enter-name: 'State name must contain a value.'
|
||||
state-not-exists: 'The state "%s" does not exist.'
|
||||
deleted: 'State "%s" sucessfully deleted.'
|
||||
examples:
|
||||
- description: 'Delete state specifying the state name'
|
||||
execution: |
|
||||
drupal state:delete comment.maintain_entity_statistics
|
Reference in a new issue