public static function ProfileTestWeights::getInfo
Archivo
- drupal-7.x/
modules/ profile/ profile.test, line 289 - Tests for profile.module.
Class
Código
public static function getInfo() {
return array(
'name' => 'Test field weights',
'description' => 'Testing profile modules weigting of fields',
'group' => 'Profile',
);
}