You are here

public function VoteTypeInterface::getValueType in Voting API 8.3

Returns the type of vote value. (e.g. points, percentage, etc.)

Return value

string The type of vote value.

1 method overrides VoteTypeInterface::getValueType()
VoteType::getValueType in src/Entity/VoteType.php
Returns the type of vote value. (e.g. points, percentage, etc.)

File

src/VoteTypeInterface.php, line 26

Class

VoteTypeInterface
Provides an interface defining a vote type entity.

Namespace

Drupal\votingapi

Code

public function getValueType();