You are here

function advpoll_info_binary in Advanced Poll 6

Same name and namespace in other branches
  1. 5 modes/binary.inc \advpoll_info_binary()
  2. 6.3 modes/binary.inc \advpoll_info_binary()
  3. 6.2 modes/binary.inc \advpoll_info_binary()

@file Handle binary (true/false) votes.

File

modes/binary.inc, line 8
Handle binary (true/false) votes.

Code

function advpoll_info_binary() {
  return array(
    'name' => 'binary',
    'name_label' => t('Binary'),
    'description' => t('Vote for or against a number of choices.'),
  );
}