You are here

public function PollInterface::isOpen in Poll 8

Returns if the poll is open.

Return value

bool TRUE if the poll is open.

1 method overrides PollInterface::isOpen()
Poll::isOpen in src/Entity/Poll.php
Returns if the poll is open.

File

src/PollInterface.php, line 127

Class

PollInterface
Provides an interface defining an poll entity.

Namespace

Drupal\poll

Code

public function isOpen();