Drupal is a registered trademark of Dries Buytaert
Search API Solr 4.4.0 Minor update available for module search_api_solr (4.4.0). Page Manager 8.x-4.0 Major update available for module page_manager (8.x-4.0). Trash 3.1.0-beta2 New beta version released for module trash (3.1.0-beta2). Commerce AutoSKU 3.0.1 Minor update available for module commerce_autosku (3.0.1). Custom Field 4.0.10 Minor update available for module custom_field (4.0.10). Alternative login ID & display names 2.0.12 Minor update available for module alt_login (2.0.12). EntityReference UUID 3.0.1 Minor update available for module entity_reference_uuid (3.0.1). LocalGov Publications Importer 1.1.1 Minor update available for module localgov_publications_importer (1.1.1). Configuration Override Warn 8.x-1.6 Module config_override_warn updated after 10 months of inactivity (8.x-1.6). Table Alternate Rows Module table_altrow 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

Total releases
1
First release
Mar 2026
Latest release
4 months ago
Releases (12 mo)
1 ▲ from 0
Maintenance
Active

Releases

Version Type Release date
2.0.1 Stable Mar 13, 2026