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