Version 1.195.2.6 (checked in on 2008/01/10 at 18:58:52 by killes)
Enables your site to capture votes on different topics in the form of multiple choice questions.
| Name | Description |
|---|---|
| poll_access | Implementation of hook_access(). |
| poll_block | Implementation of hook_block(). |
| poll_cron | Implementation of hook_cron(). |
| poll_delete | Implementation of hook_delete(). |
| poll_form | Implementation of hook_form(). |
| poll_help | Implementation of hook_help(). |
| poll_insert | |
| poll_load | Implementation of hook_load(). |
| poll_menu | Implementation of hook_menu(). |
| poll_node_info | Implementation of hook_node_info(). |
| poll_page | |
| poll_perm | Implementation of hook_perm(). |
| poll_results | Callback for the 'results' tab for polls you can vote on |
| poll_submit | Implementation of hook_submit(). |
| poll_teaser | Creates a simple teaser that lists all the choices. |
| poll_update | Implementation of hook_update(). |
| poll_user | Implementation of hook_user(). |
| poll_validate | Implementation of hook_validate(). |
| poll_view | Implementation of hook_view(). |
| poll_view_results | Generates a graphical representation of the results of a poll. |
| poll_view_voting | Generates the voting form for a poll. |
| poll_vote | Callback for processing a vote |
| theme_poll_bar | |
| theme_poll_results | |
| theme_poll_view_voting | Themes the voting form for a poll. |