public function PollInterface::isClosed in Poll 8
Returns if the poll is closed.
Return value
bool TRUE if the poll is closed.
1 method overrides PollInterface::isClosed()
- Poll::isClosed in src/
Entity/ Poll.php - Returns if the poll is closed.
File
- src/
PollInterface.php, line 135
Class
- PollInterface
- Provides an interface defining an poll entity.
Namespace
Drupal\pollCode
public function isClosed();