You are here

Classes, traits, and interfaces in Poll 8

Primary tabs

Namesort descending Type Namespace Location Description Direct uses Use statements Strings
Poll class Drupal\poll\Entity src/Entity/Poll.php Defines the poll entity class. 5
PollAccessControlHandler class Drupal\poll src/PollAccessControlHandler.php Defines an access control handler for the poll entity.
PollBlockTest class Drupal\Tests\poll\Functional tests/src/Functional/PollBlockTest.php Tests the recent poll block.
PollChoice class Drupal\poll\Entity src/Entity/PollChoice.php Defines the poll choice entity class. 2
PollChoiceDefaultWidget class Drupal\poll\Plugin\Field\FieldWidget src/Plugin/Field/FieldWidget/PollChoiceDefaultWidget.php Plugin implementation of the 'poll_choice_default' widget.
PollChoiceInterface interface Drupal\poll src/PollChoiceInterface.php Provides an interface defining an poll entity. 1 1
PollChoiceTranslationHandler class Drupal\poll src/PollChoiceTranslationHandler.php Defines the translation handler for poll.
PollChoiceTranslationMetadataWrapper class Drupal\poll src/PollChoiceTranslationMetadataWrapper.php Base class for content translation metadata wrappers.
PollController class Drupal\poll\Controller src/Controller/PollController.php Returns responses for poll module routes.
PollCreateTest class Drupal\Tests\poll\Functional tests/src/Functional/PollCreateTest.php Tests creating a poll.
PollDeleteChoiceTest class Drupal\Tests\poll\Functional tests/src/Functional/PollDeleteChoiceTest.php Tests the removal of poll choices.
PollDeleteForm class Drupal\poll\Form src/Form/PollDeleteForm.php Provides a form for deleting a poll.
PollExpirationTest class Drupal\Tests\poll\Functional tests/src/Functional/PollExpirationTest.php Tests the expiration of polls.
PollFieldTest class Drupal\Tests\poll\Functional tests/src/Functional/PollFieldTest.php Tests the poll fields.
PollFieldUITest class Drupal\Tests\poll\Functional tests/src/Functional/PollFieldUITest.php Tests the poll field UI.
PollForm class Drupal\poll\Form src/Form/PollForm.php Form controller for the poll edit forms.
PollHtmlSpecialCharactersTest class Drupal\Tests\poll\Functional tests/src/Functional/PollHtmlSpecialCharactersTest.php Check that HTML special characters are displayed correctly.
PollInterface interface Drupal\poll src/PollInterface.php Provides an interface defining an poll entity. 1 7
PollItemsDeleteForm class Drupal\poll\Form src/Form/PollItemsDeleteForm.php Provides a deletion confirmation form for items that belong to a feed.
PollKernelTestBase abstract class Drupal\Tests\poll\Kernel tests/src/Kernel/PollKernelTestBase.php Base class for Poll Kernel tests. 2
PollListBuilder class Drupal\poll src/PollListBuilder.php Defines a class to build a listing of user role entities.
PollListTest class Drupal\Tests\poll\Functional tests/src/Functional/PollListTest.php Tests the poll list.
PollPostRenderCache class Drupal\poll src/PollPostRenderCache.php Defines a service for poll post render cache callbacks. 2
PollRecentBlock class Drupal\poll\Plugin\Block src/Plugin/Block/PollRecentBlock.php Provides a 'Most recent poll' block.
PollResultsTest class Drupal\Tests\poll\Kernel tests/src/Kernel/PollResultsTest.php Tests results generation for Polls.
PollSettingsForm class Drupal\poll\Form src/Form/PollSettingsForm.php Form for poll settings. 1
PollStatus class Drupal\poll\Plugin\views\field src/Plugin/views/field/PollStatus.php Field handler which displays the flag indicating whether the poll is active including the runtime.
PollStorage class Drupal\poll src/PollStorage.php Controller class for polls.
PollStorageInterface interface Drupal\poll src/PollStorageInterface.php Defines a common interface for poll entity controller classes. 1
PollTestBase abstract class Drupal\Tests\poll\Functional tests/src/Functional/PollTestBase.php Defines a base class for testing the Poll module. 13
PollTokenReplaceTest class Drupal\Tests\poll\Functional tests/src/Functional/PollTokenReplaceTest.php Tests poll token replacements in strings.
PollTotalVotes class Drupal\poll\Plugin\views\field src/Plugin/views/field/PollTotalVotes.php Field handler which shows the total votes for a poll.
PollViewBuilder class Drupal\poll src/PollViewBuilder.php Render controller for polls.
PollViewData class Drupal\poll src/PollViewData.php Render controller for polls.
PollViewForm class Drupal\poll\Form src/Form/PollViewForm.php Displays banned IP addresses. 1
PollViewTest class Drupal\Tests\poll\Functional tests/src/Functional/PollViewTest.php Tests the poll admin view.
PollVoteCheckHostnameTest class Drupal\Tests\poll\Functional tests/src/Functional/PollVoteCheckHostnameTest.php Check that users and anonymous users from specified ip-address can only vote once.
PollVoteDeleteForm class Drupal\poll\Form src/Form/PollVoteDeleteForm.php Provides a form for deleting a vote.
PollVoteJavascriptTest class Drupal\Tests\poll\FunctionalJavascript tests/src/FunctionalJavascript/PollVoteJavascriptTest.php Tests voting on a poll using Javascript.
PollVoteMultilingualTest class Drupal\Tests\poll\Functional tests/src/Functional/PollVoteMultilingualTest.php Tests multilingual voting on a poll.
PollVoteStorage class Drupal\poll src/PollVoteStorage.php Controller class for poll vote storage. 2
PollVoteStorageInterface interface Drupal\poll src/PollVoteStorageInterface.php Defines a common interface for poll vote controller classes. 1
PollVoteStorageTest class Drupal\Tests\poll\Kernel tests/src/Kernel/PollVoteStorageTest.php Tests the PollVoteStorage class.
PollVoteTest class Drupal\Tests\poll\Functional tests/src/Functional/PollVoteTest.php Tests voting on a poll.

Other projects