Search for all
| Title | Object type | File name | Summary |
|---|---|---|---|
| php_enable | function | modules/ |
Implements hook_enable(). |
| php_eval | function | modules/ |
Evaluates a string of PHP code. |
| php_filter_info | function | modules/ |
Implements hook_filter_info(). |
| php_help | function | modules/ |
Implements hook_help(). |
| php_permission | function | modules/ |
Implements hook_permission(). |
| poll-bar--block.tpl.php | file | modules/ |
Default theme implementation to display the bar for a single choice in a poll. |
| poll-bar.tpl.php | file | modules/ |
Default theme implementation to display the bar for a single choice in a poll. |
| poll-results--block.tpl.php | file | modules/ |
Default theme implementation to display the poll results in a block. |
| poll-results.tpl.php | file | modules/ |
Default theme implementation to display the poll results in a block. |
| poll-rtl.css | file | modules/ |
.poll .bar .foreground { float: right; } .poll .percent { text-align: left; } .poll .vote-form .choices { text-align: right; } |
| poll-vote.tpl.php | file | modules/ |
Default theme implementation to display voting form for a poll. |
| poll.css | file | modules/ |
.poll { overflow: hidden; } .poll .bar { height: 1em; margin: 1px 0; background-color: #ddd; } .poll .bar .foreground { background-color: #000; height: 1em; float: left; /* LTR */ } .poll .links { text-align: center; } .poll .percent… |
| poll.info | file | modules/ |
name = Poll description = Allows your site to capture votes on different topics in the form of multiple choice questions. package = Core version = VERSION core = 7.x files[] = poll.test stylesheets[all][] = poll.css |
| poll.install | file | modules/ |
Install, update and uninstall functions for the poll module. |
| poll.module | file | modules/ |
Enables your site to capture votes on different topics in the form of multiple choice questions. |
| poll.pages.inc | file | modules/ |
User page callbacks for the poll module. |
| poll.test | file | modules/ |
Tests for poll.module. |
| poll.tokens.inc | file | modules/ |
Builds placeholder replacement tokens for values specific to Poll nodes. |
| PollBlockTestCase | class | modules/ |
|
| PollBlockTestCase::getInfo | function | modules/ |
|
| PollBlockTestCase::setUp | function | modules/ |
|
| PollBlockTestCase::testRecentBlock | function | modules/ |
|
| PollCreateTestCase | class | modules/ |
|
| PollCreateTestCase::getInfo | function | modules/ |
|
| PollCreateTestCase::setUp | function | modules/ |
|
| PollCreateTestCase::testPollClose | function | modules/ |
|
| PollCreateTestCase::testPollCreate | function | modules/ |
|
| PollDeleteChoiceTestCase | class | modules/ |
|
| PollDeleteChoiceTestCase::getInfo | function | modules/ |
|
| PollDeleteChoiceTestCase::setUp | function | modules/ |
|
| PollDeleteChoiceTestCase::testChoiceRemoval | function | modules/ |
|
| PollExpirationTestCase | class | modules/ |
|
| PollExpirationTestCase::getInfo | function | modules/ |
|
| PollExpirationTestCase::setUp | function | modules/ |
|
| PollExpirationTestCase::testAutoExpire | function | modules/ |
|
| PollJSAddChoice | class | modules/ |
Test adding new choices. |
| PollJSAddChoice::getInfo | function | modules/ |
|
| PollJSAddChoice::setUp | function | modules/ |
|
| PollJSAddChoice::testAddChoice | function | modules/ |
Test adding a new choice. |
| PollTestCase | class | modules/ |
@file Tests for poll.module. |
| PollTestCase::assertPollChoiceOrder | function | modules/ |
Assert correct poll choice order in the node form after submission. |
| PollTestCase::pollCreate | function | modules/ |
Creates a poll. |
| PollTestCase::pollUpdate | function | modules/ |
|
| PollTestCase::_generateChoices | function | modules/ |
|
| PollTestCase::_pollGenerateEdit | function | modules/ |
Generates POST values for the poll node form, specifically poll choices. |
| PollTokenReplaceTestCase | class | modules/ |
Test poll token replacement in strings. |
| PollTokenReplaceTestCase::getInfo | function | modules/ |
|
| PollTokenReplaceTestCase::setUp | function | modules/ |
|
| PollTokenReplaceTestCase::testPollTokenReplacement | function | modules/ |
Creates a poll, then tests the tokens generated from it. |
| PollTranslateTestCase | class | modules/ |
Tests poll translation logic. |
Pagination
- Previous page
- Page 152
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.