public static function ProfileTestAutocomplete::getInfo
Archivo
- drupal-7.x/
modules/ profile/ profile.test, line 319 - Tests for profile.module.
Class
- ProfileTestAutocomplete
- Test profile field autocompletion and access.
Código
public static function getInfo() {
return array(
'name' => 'Autocompletion',
'description' => 'Test profile fields with autocompletion.',
'group' => 'Profile',
);
}