poll.module

Version 1.222.2.5 (checked in on 2008/10/05 at 00:51:40 by drumm)

Enables your site to capture votes on different topics in the form of multiple choice questions.

Functions & methods

NameDescription
poll_accessImplementation of hook_access().
poll_blockImplementation of hook_block().
poll_cancelCallback for canceling a vote
poll_cancel_form
poll_cronImplementation of hook_cron().
poll_deleteImplementation of hook_delete().
poll_formImplementation of hook_form().
poll_helpImplementation of hook_help().
poll_insert
poll_loadImplementation of hook_load().
poll_menuImplementation of hook_menu().
poll_node_infoImplementation of hook_node_info().
poll_page
poll_permImplementation of hook_perm().
poll_resultsCallback for the 'results' tab for polls you can vote on
poll_submitImplementation of hook_submit().
poll_teaserCreates a simple teaser that lists all the choices.
poll_updateImplementation of hook_update().
poll_userImplementation of hook_user().
poll_validateImplementation of hook_validate().
poll_viewImplementation of hook_view().
poll_view_resultsGenerates a graphical representation of the results of a poll.
poll_view_votingGenerates the voting form for a poll.
poll_voteCallback for processing a vote
poll_votesCallback for the 'votes' tab for polls you can see other votes on
theme_poll_bar
theme_poll_results
theme_poll_view_votingThemes the voting form for a poll.