public function PollStorageInterface::getPollDuplicates in Poll 8
Find all duplicates of a poll by matching the question.
Parameters
PollInterface $poll:
Return value
mixed
1 method overrides PollStorageInterface::getPollDuplicates()
- PollStorage::getPollDuplicates in src/
PollStorage.php - Find all duplicates of a poll by matching the question.
File
- src/
PollStorageInterface.php, line 112
Class
- PollStorageInterface
- Defines a common interface for poll entity controller classes.
Namespace
Drupal\pollCode
public function getPollDuplicates(PollInterface $poll);