You are here

public static function UserCompleteProfileController::hasEmptyRequiredFields in Complete profile 7

Overrides CompleteProfileControllerInterface::hasEmptyRequiredFields

File

includes/UserCompleteProfileController.php, line 11

Class

UserCompleteProfileController

Code

public static function hasEmptyRequiredFields($account) {
  return EntityCompleteProfileController::hasEmptyRequiredFields('user', $account);
}