You are here

function user_complete_profile_controller in Complete profile 7

Implements hook_complete_profile_controller() on behalf of user module.

File

./complete_profile.module, line 23

Code

function user_complete_profile_controller() {
  $info = array();
  $info['user'] = 'UserCompleteProfileController';
  return $info;
}