public function PollInterface::getRuntime in Poll 8
Returns the runtime of the feed in seconds.
Return value
int The refresh rate of the feed in seconds.
1 method overrides PollInterface::getRuntime()
- Poll::getRuntime in src/
Entity/ Poll.php - Returns the runtime of the feed in seconds.
File
- src/
PollInterface.php, line 49
Class
- PollInterface
- Provides an interface defining an poll entity.
Namespace
Drupal\pollCode
public function getRuntime();