You are here

public function PollInterface::getOptionValues in Poll 8

Get the values of each vote option for this poll.

Return value

array Associative array of option values.

1 method overrides PollInterface::getOptionValues()
Poll::getOptionValues in src/Entity/Poll.php
Get the values of each vote option for this poll.

File

src/PollInterface.php, line 168

Class

PollInterface
Provides an interface defining an poll entity.

Namespace

Drupal\poll

Code

public function getOptionValues();