Search for all

  1. Search 9.5.x for all
  2. Search 8.9.x for all
  3. Search 10.3.x for all
  4. Search 11.x for all
  5. Other projects
Title Object type File name Summary
php_enable function modules/php/php.install Implements hook_enable().
php_eval function modules/php/php.module Evaluates a string of PHP code.
php_filter_info function modules/php/php.module Implements hook_filter_info().
php_help function modules/php/php.module Implements hook_help().
php_permission function modules/php/php.module Implements hook_permission().
poll-bar--block.tpl.php file modules/poll/poll-bar--block.tpl.php Default theme implementation to display the bar for a single choice in a
poll.
poll-bar.tpl.php file modules/poll/poll-bar.tpl.php Default theme implementation to display the bar for a single choice in a
poll.
poll-results--block.tpl.php file modules/poll/poll-results--block.tpl.php Default theme implementation to display the poll results in a block.
poll-results.tpl.php file modules/poll/poll-results.tpl.php Default theme implementation to display the poll results in a block.
poll-rtl.css file modules/poll/poll-rtl.css .poll .bar .foreground {
float: right;
}
.poll .percent {
text-align: left;
}
.poll .vote-form .choices {
text-align: right;
}
poll-vote.tpl.php file modules/poll/poll-vote.tpl.php Default theme implementation to display voting form for a poll.
poll.css file modules/poll/poll.css .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/poll/poll.info 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/poll/poll.install Install, update and uninstall functions for the poll module.
poll.module file modules/poll/poll.module Enables your site to capture votes on different topics in the form of multiple
choice questions.
poll.pages.inc file modules/poll/poll.pages.inc User page callbacks for the poll module.
poll.test file modules/poll/poll.test Tests for poll.module.
poll.tokens.inc file modules/poll/poll.tokens.inc Builds placeholder replacement tokens for values specific to Poll nodes.
PollBlockTestCase class modules/poll/poll.test
PollBlockTestCase::getInfo function modules/poll/poll.test
PollBlockTestCase::setUp function modules/poll/poll.test
PollBlockTestCase::testRecentBlock function modules/poll/poll.test
PollCreateTestCase class modules/poll/poll.test
PollCreateTestCase::getInfo function modules/poll/poll.test
PollCreateTestCase::setUp function modules/poll/poll.test
PollCreateTestCase::testPollClose function modules/poll/poll.test
PollCreateTestCase::testPollCreate function modules/poll/poll.test
PollDeleteChoiceTestCase class modules/poll/poll.test
PollDeleteChoiceTestCase::getInfo function modules/poll/poll.test
PollDeleteChoiceTestCase::setUp function modules/poll/poll.test
PollDeleteChoiceTestCase::testChoiceRemoval function modules/poll/poll.test
PollExpirationTestCase class modules/poll/poll.test
PollExpirationTestCase::getInfo function modules/poll/poll.test
PollExpirationTestCase::setUp function modules/poll/poll.test
PollExpirationTestCase::testAutoExpire function modules/poll/poll.test
PollJSAddChoice class modules/poll/poll.test Test adding new choices.
PollJSAddChoice::getInfo function modules/poll/poll.test
PollJSAddChoice::setUp function modules/poll/poll.test
PollJSAddChoice::testAddChoice function modules/poll/poll.test Test adding a new choice.
PollTestCase class modules/poll/poll.test @file
Tests for poll.module.
PollTestCase::assertPollChoiceOrder function modules/poll/poll.test Assert correct poll choice order in the node form after submission.
PollTestCase::pollCreate function modules/poll/poll.test Creates a poll.
PollTestCase::pollUpdate function modules/poll/poll.test
PollTestCase::_generateChoices function modules/poll/poll.test
PollTestCase::_pollGenerateEdit function modules/poll/poll.test Generates POST values for the poll node form, specifically poll choices.
PollTokenReplaceTestCase class modules/poll/poll.test Test poll token replacement in strings.
PollTokenReplaceTestCase::getInfo function modules/poll/poll.test
PollTokenReplaceTestCase::setUp function modules/poll/poll.test
PollTokenReplaceTestCase::testPollTokenReplacement function modules/poll/poll.test Creates a poll, then tests the tokens generated from it.
PollTranslateTestCase class modules/poll/poll.test Tests poll translation logic.

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