You are here

public function PollInterface::getOptions in Poll 8

Get all options for this poll.

Return value

array Associative array of option keys and values.

1 method overrides PollInterface::getOptions()
Poll::getOptions in src/Entity/Poll.php
Get all options for this poll.

File

src/PollInterface.php, line 160

Class

PollInterface
Provides an interface defining an poll entity.

Namespace

Drupal\poll

Code

public function getOptions();