Update Composer, update everything
This commit is contained in:
parent
ea3e94409f
commit
dda5c284b6
19527 changed files with 1135420 additions and 351004 deletions
22
vendor/drupal/console-en/translations/debug.permission.yml
vendored
Normal file
22
vendor/drupal/console-en/translations/debug.permission.yml
vendored
Normal file
|
@ -0,0 +1,22 @@
|
|||
description: 'Displays all user permissions.'
|
||||
help: |
|
||||
Display all user permissions and also list all user permissions from a specific user role.
|
||||
|
||||
List all user permissions:
|
||||
<info>drupal debug:permission</info>
|
||||
|
||||
List all user permissions from a user role
|
||||
<info>drupal debug:permission authenticated</info>
|
||||
|
||||
arguments:
|
||||
role: 'User role'
|
||||
messages:
|
||||
role-error: 'Role "%s" does not exist. Please use an existing user role.'
|
||||
table-headers:
|
||||
permission-name: 'Permission name'
|
||||
permission-label: 'Permission Label'
|
||||
permission-role: 'Role'
|
||||
examples:
|
||||
- description: 'Displays all the permissions availables on the site'
|
||||
execution: |
|
||||
drupal debug:permission
|
Reference in a new issue