You are here

public function VoteInterface::getValueType in Voting API 8.3

Returns the vote value type.

Return value

string The value type of the vote.

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

File

src/VoteInterface.php, line 73

Class

VoteInterface
Provides an interface defining a vote entity.

Namespace

Drupal\votingapi

Code

public function getValueType();