You are here

CompleteProfileControllerInterface.php in Complete profile 7

File

includes/CompleteProfileControllerInterface.php
View source
<?php

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

}

Interfaces