function PollVoteCheckHostname::getInfo

File

modules/poll/poll.test, line 485

Class

PollVoteCheckHostname

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',
    );
}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.