You are here

public function PollInterface::getResultVoteAllow in Poll 8

Returns the time when this feed was queued for refresh, 0 if not queued.

Return value

int The timestamp of the last refresh.

1 method overrides PollInterface::getResultVoteAllow()
Poll::getResultVoteAllow in src/Entity/Poll.php
Returns the time when this feed was queued for refresh, 0 if not queued.

File

src/PollInterface.php, line 108

Class

PollInterface
Provides an interface defining an poll entity.

Namespace

Drupal\poll

Code

public function getResultVoteAllow();