This repository has been archived on 2025-01-19. You can view files and clone it, but cannot push or open issues or pull requests.
drupalcampbristol/vendor/drupal/console-en/translations/debug.permission.yml
2018-11-23 12:29:20 +00:00

23 lines
694 B
YAML

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