public function VoteType::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.
Overrides VoteTypeInterface::getValueType
File
- src/
Entity/ VoteType.php, line 83
Class
- VoteType
- Defines the Vote type configuration entity.
Namespace
Drupal\votingapi\EntityCode
public function getValueType() {
return $this->value_type;
}