function ProfileTestFields::getInfo

File

modules/profile/profile.test, line 168

Class

ProfileTestFields

Code

public static function getInfo() {
    return array(
        'name' => 'Test single fields',
        'description' => 'Testing profile module with add/edit/delete textfield, textarea, list, checkbox, and url fields into profile page',
        'group' => 'Profile',
    );
}

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