You are here

public function VoteResultFunctionInterface::getLabel in Voting API 8.3

Retrieve the label for the voting result.

Return value

string The translated label

1 method overrides VoteResultFunctionInterface::getLabel()
VoteResultFunctionBase::getLabel in src/VoteResultFunctionBase.php
Retrieve the label for the voting result.

File

src/VoteResultFunctionInterface.php, line 21

Class

VoteResultFunctionInterface
Provides an interface for a VoteResultFunction plugin.

Namespace

Drupal\votingapi

Code

public function getLabel();