You are here

function hook_user_default_roles_alter in Features 6

Same name and namespace in other branches
  1. 7.2 features.api.php \hook_user_default_roles_alter()
  2. 7 features.api.php \hook_user_default_roles_alter()

Alter the default roles right before they are cached into the database.

Parameters

&$roles: By reference. The roles that have been declared by another feature.

Related topics

File

./features.api.php, line 343

Code

function hook_user_default_roles_alter(&$roles) {
}