public static function PollVoteCheckHostname::getInfo in Drupal 7
File
- modules/
poll/ poll.test, line 480 - Tests for poll.module.
Class
Code
public static function getInfo() {
return array(
'name' => 'User poll vote capability.',
'description' => 'Check that users and anonymous users from specified ip-address can only vote once.',
'group' => 'Poll',
);
}