You are here

interface CompleteProfileControllerInterface in Complete profile 7

Hierarchy

Expanded class hierarchy of CompleteProfileControllerInterface

All classes that implement CompleteProfileControllerInterface

File

includes/CompleteProfileControllerInterface.php, line 3

View source
interface CompleteProfileControllerInterface {
  public static function hasEmptyRequiredFields($account);
  public static function getFieldsForm($account, array &$form_state);

}

Members