You are here

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\poll

Code

public function getPollDuplicates(PollInterface $poll);