You are here

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\poll

Code

public function isClosed();