public function PollInterface::getAnonymousVoteAllow in Poll 8
Returns the last time where the feed was checked for new items.
Return value
int The timestamp when new items were last checked for.
1 method overrides PollInterface::getAnonymousVoteAllow()
- Poll::getAnonymousVoteAllow in src/
Entity/ Poll.php - Returns the last time where the feed was checked for new items.
File
- src/
PollInterface.php, line 69
Class
- PollInterface
- Provides an interface defining an poll entity.
Namespace
Drupal\pollCode
public function getAnonymousVoteAllow();