public function VoteTypeInterface::getDescription in Voting API 8.3
Returns the description.
Return value
string The description of this vote type.
1 method overrides VoteTypeInterface::getDescription()
- VoteType::getDescription in src/
Entity/ VoteType.php - Returns the description.
File
- src/
VoteTypeInterface.php, line 18
Class
- VoteTypeInterface
- Provides an interface defining a vote type entity.
Namespace
Drupal\votingapiCode
public function getDescription();