public static function ProfileTestFields::getInfo
7.x profile.test | public static ProfileTestFields::getInfo() |
File
- drupal-7.x/
modules/ profile/ profile.test, line 168 - Tests for profile.module.
Class
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'
);
}