You are here

public function VoteResultInterface::getFunction in Voting API 8.3

Returns the name of the function to apply to the numbers.

Return value

string Name of the function to apply.

1 method overrides VoteResultInterface::getFunction()
VoteResult::getFunction in src/Entity/VoteResult.php
Returns the name of the function to apply to the numbers.

File

src/VoteResultInterface.php, line 109

Class

VoteResultInterface
Provides an interface defining a vote entity.

Namespace

Drupal\votingapi

Code

public function getFunction();