You are here

public function VoteResultInterface::getValueType in Voting API 8.3

Returns the vote value type.

Return value

string The value type of the vote.

1 method overrides VoteResultInterface::getValueType()
VoteResult::getValueType in src/Entity/VoteResult.php
Returns the vote value type.

File

src/VoteResultInterface.php, line 73

Class

VoteResultInterface
Provides an interface defining a vote entity.

Namespace

Drupal\votingapi

Code

public function getValueType();