You are here

function role_export_features_pipe_user_role_alter in Role Export 7

Implements hook_features_pipe_component_alter() for user roles.

File

./role_export.module, line 215
Role Export's primary module file.

Code

function role_export_features_pipe_user_role_alter(&$pipe, $data, $export) {
  $pipe['dependencies'][] = "role_export";
}