11 string references to poll_vote.storage in Poll 8
- Poll::getVotes in src/
Entity/ Poll.php - Get all the votes of this poll.
- Poll::hasUserVoted in src/
Entity/ Poll.php - @todo: Refactor - doesn't belong here.
- PollKernelTestBase::saveVote in tests/
src/ Kernel/ PollKernelTestBase.php - Saves a vote for a given poll.
- PollListBuilder::buildRow in src/
PollListBuilder.php - Overrides Drupal\Core\Entity\EntityListController::buildRow().
- PollResultsTest::testPollResults in tests/
src/ Kernel/ PollResultsTest.php - Tests results generation for Polls.
- PollTotalVotes::render in src/
Plugin/ views/ field/ PollTotalVotes.php - PollViewForm::cancel in src/
Form/ PollViewForm.php - Cancel vote submit function.
- PollViewForm::save in src/
Form/ PollViewForm.php - Save a user's vote submit function.
- PollViewForm::showPollResults in src/
Form/ PollViewForm.php - Display a themed poll results.
- PollVoteDeleteForm::submitForm in src/
Form/ PollVoteDeleteForm.php - This is the default entity object builder function. It is called before any other submit handler to build the new entity object to be used by the following submit handlers. At this point of the form workflow the entity is validated and the form state…
- PollVoteStorageTest::testGetUserVote in tests/
src/ Kernel/ PollVoteStorageTest.php - @covers ::getUserVote