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\votingapiCode
public function getLabel();