Update Composer, update everything
This commit is contained in:
parent
ea3e94409f
commit
dda5c284b6
19527 changed files with 1135420 additions and 351004 deletions
19
vendor/drupal/console-en/translations/entity.delete.yml
vendored
Normal file
19
vendor/drupal/console-en/translations/entity.delete.yml
vendored
Normal file
|
@ -0,0 +1,19 @@
|
|||
description: 'Delete an specific entity'
|
||||
help: 'The <info>entity:delete</info> command helps you delete entities.'
|
||||
arguments:
|
||||
entity-definition-id: 'Entity definition id'
|
||||
entity-id: 'Entity ID to be deleted'
|
||||
options:
|
||||
all: 'Delete all entities of the given type.'
|
||||
questions:
|
||||
entity-type: 'Enter the Entity type'
|
||||
entity-definition-id: 'Enter the Entity definitin id'
|
||||
entity-id: 'Enter the Entity ID to be deleted'
|
||||
messages:
|
||||
confirm-delete-all: 'Do you want to delete all entities of type "%s" ("%d")?'
|
||||
deleted: 'Entity "%s" with id "%s" was deleted successfully'
|
||||
deleted-all: 'All entities of type "%s" ("%d") were deleted.'
|
||||
examples:
|
||||
- description: 'Delete entity type content using node id'
|
||||
execution: |
|
||||
drupal entity:delete node 1
|
Reference in a new issue