function ProfileTestSelect::getInfo

File

modules/profile/profile.test, line 212

Class

ProfileTestSelect

Code

public static function getInfo() {
    return array(
        'name' => 'Test select field',
        'description' => 'Testing profile module with add/edit/delete a select field',
        'group' => 'Profile',
    );
}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.