CompleteProfileControllerInterface.php in Complete profile 7
File
includes/CompleteProfileControllerInterface.phpView source
<?php
interface CompleteProfileControllerInterface {
public static function hasEmptyRequiredFields($account);
public static function getFieldsForm($account, array &$form_state);
}
Interfaces
Name![]() |
Description |
---|---|
CompleteProfileControllerInterface |