Drupal is a registered trademark of Dries Buytaert

Displays permission machine names in the admin permissions table at /admin/people/permissions, so developers can easily copy and use them in custom modules.

Features

- Shows the machine name below each permission
- Click on any machine name to copy it to clipboard
- Works with Drupal 9.3+, 10, and 11

Usage

1. Enable the module
2. Navigate to People > Permissions
3. Machine names appear below each permission
4. Click any machine name to copy it

Example

Use the copied machine name in your routing.yml:

my_module.example:
  path: '/example'
  defaults:
    _controller: '\Drupal\my_module\Controller\ExampleController::content'
  requirements:
    _permission: 'administer book outlines'

Requirements

- Drupal 9.3+, 10, or 11

Configuration

No configuration needed. Just enable and use.

Activity

Total releases
1
First release
Mar 2026
Latest release
1 day ago
Release cadence
Stability
100% stable

Releases

Version Type Release date
2.0.1 Stable Mar 13, 2026