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