You are here

public function PollStorageInterface::getExpiredPolls in Poll 8

Returns all expired polls.

Return value

\Drupal\poll\PollInterface[]

1 method overrides PollStorageInterface::getExpiredPolls()
PollStorage::getExpiredPolls in src/PollStorage.php
Returns all expired polls.

File

src/PollStorageInterface.php, line 120

Class

PollStorageInterface
Defines a common interface for poll entity controller classes.

Namespace

Drupal\poll

Code

public function getExpiredPolls();