You are here

public function PollStorageInterface::getMostRecentPoll in Poll 8

Get the most recent poll posted on the site.

Return value

mixed

1 method overrides PollStorageInterface::getMostRecentPoll()
PollStorage::getMostRecentPoll in src/PollStorage.php
Get the most recent poll posted on the site.

File

src/PollStorageInterface.php, line 103

Class

PollStorageInterface
Defines a common interface for poll entity controller classes.

Namespace

Drupal\poll

Code

public function getMostRecentPoll();