function UserValidateCurrentPassCustomForm::getInfo
File
-
modules/
user/ user.test, line 2857
Class
- UserValidateCurrentPassCustomForm
- Tests user_validate_current_pass on a custom form.
Code
public static function getInfo() {
return array(
'name' => 'User validate current pass custom form',
'description' => 'Test that user_validate_current_pass is usable on a custom form.',
'group' => 'User',
);
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.