Skip to main content
Home
Drupal life hacks

Main navigation

  • Drupal
  • React
  • WP
  • Contact
  • About
User account menu
  • Log in

Breadcrumb

  1. Home

installation profiles

By admin, 17 August, 2026
Drupal 11.5 user role actions moved from hook_ENTITY_TYPE_insert to the Configuration API

Drupal 11.5: User Role Actions Are No Longer Created via hook_user_role_insert()

Drupal 11.5 introduces an important change for module developers and maintainers of installation profiles, recipes, and distributions: system actions for adding and removing roles are no longer automatically created through hook_user_role_insert().

The affected actions are:

Tags

  • Drupal
  • Drupal 11.5
  • Drupal Core
  • user roles
  • role actions
  • Configuration API
  • hook_ENTITY_TYPE_insert
  • hook_user_role_insert
  • Drupal configuration
  • configuration management
  • Drupal recipes
  • installation profiles
  • Drupal modules
  • Drupal Development
installation profiles
Powered by Drupal