You are here

public function PollInterface::close in Poll 8

Sets the poll to closed.

1 method overrides PollInterface::close()
Poll::close in src/Entity/Poll.php
Sets the poll to closed.

File

src/PollInterface.php, line 140

Class

PollInterface
Provides an interface defining an poll entity.

Namespace

Drupal\poll

Code

public function close();