You are here

public function PollInterface::setResultVoteAllow in Poll 8

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

Parameters

int $result_vote_allow: The timestamp of the last refresh.

Return value

\Drupal\poll\PollInterface The class instance that this method is called on.

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

File

src/PollInterface.php, line 119

Class

PollInterface
Provides an interface defining an poll entity.

Namespace

Drupal\poll

Code

public function setResultVoteAllow($result_vote_allow);