public function PollInterface::setAnonymousVoteAllow in Poll 8
Sets the time when this feed was queued for refresh, 0 if not queued.
Parameters
int $anonymous_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::setAnonymousVoteAllow()
- Poll::setAnonymousVoteAllow in src/
Entity/ Poll.php - Sets the time when this feed was queued for refresh, 0 if not queued.
File
- src/
PollInterface.php, line 80
Class
- PollInterface
- Provides an interface defining an poll entity.
Namespace
Drupal\pollCode
public function setAnonymousVoteAllow($anonymous_vote_allow);