Features Permissions
This module allows you to manage permissions specifically within Drupal's Features system. It enables permissions to be exported and imported alongside roles, ensuring that permission configurations are accurately tracked and reapplied when features are deployed.
The Features Permissions module allows for permissions to be managed (exported/imported) by the Features module.
Drupal attaches permissions to roles. When a role is exported, all permissions are exported with the role. If a role is included in a feature, then all permissions for that roles are included in that feature. In many instances this is not desirable. As a result, permissions are stripped by default when exporting roles. See User permission handling and Move export processing to a configurable plugin.
The Features Permissions module provides a permission config entity type that is synced with roles. When a role entity is updated, the associated permission entities are also updated. This allows for exportability. When a permission entity is imported or reverted by Features, the associated roles are also updated.
Depends on
Dependencies of the latest stable release
Required by
Tracked projects that depend on this one
No tracked projects depend on this one yet.
Activity
Releases
| Version | Type | Core | Notes | Release date | |
|---|---|---|---|---|---|
| 1.2.0 | Stable | 10–11 | Adds D11 support; drops D9 support | Aug 1, 2026 |