You are here

function profile2_regpath_features_revert in Profile2 Registration Path 7.2

Same name and namespace in other branches
  1. 7 profile2_regpath.module \profile2_regpath_features_revert()

Implements hook_features_revert(). Rebuild menu after all profile2_regpath components is reverted.

Parameters

type $module_namestring $module_name: The name of the feature module whose components should be reverted.

File

./profile2_regpath.module, line 375
Attach profile2 form to registration form according to path.

Code

function profile2_regpath_features_revert($module_name) {
  return profile2_regpath_features_rebuild($module_name);
}