You are here

public function VoteType::getDescription in Voting API 8.3

Returns the description.

Return value

string The description of this vote type.

Overrides VoteTypeInterface::getDescription

File

src/Entity/VoteType.php, line 90

Class

VoteType
Defines the Vote type configuration entity.

Namespace

Drupal\votingapi\Entity

Code

public function getDescription() {
  return $this->description;
}