Drupal is a registered trademark of Dries Buytaert
Module Revived: Entity API 8.x-1.7 Module entity updated after 17 months of inactivity (8.x-1.7). Release: WebProfiler 11.2.2 Minor update available for module webprofiler (11.2.2). Release: Image Styles Builder 1.1.8 Minor update available for module image_styles_builder (1.1.8). Release: Static Suite 1.2.13 Minor update available for module static_suite (1.2.13). Release: Simple password policy 1.1.2 Minor update available for module simple_password_policy (1.1.2). Release: Simple password policy 1.1.1 Minor update available for module simple_password_policy (1.1.1). Release: Static Suite 1.2.12 Minor update available for module static_suite (1.2.12). Release: Audit Chain 1.4.0 Minor update available for module audit_chain (1.4.0). Release: Force External Authentication 1.0.0 Initial release available for module externalauth_force (1.0.0)! Usage Milestone: Field as Block Module fieldblock crossed 1,000 active installs.

This module enhances the admin permissions page by displaying the machine names for each permission. Users can easily copy these machine names to their clipboard for use in custom modules and routing configurations.

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

Tracked releases
1
Tracked since
Mar 2026
Latest release
5 months ago
Releases (12 mo)
1 ▲ from 0
Maintenance
Active

Releases

Version Type Release date
2.0.1 Stable Mar 13, 2026