You are here

function profile_complete_profile_controller in Complete profile 7

Implements hook_complete_profile_controller() on behalf of profile module.

File

./complete_profile.module, line 32

Code

function profile_complete_profile_controller() {
  $info = array();
  $info['profile'] = 'ProfileCompleteProfileController';
  return $info;
}