You are here

function votingapi_views_formatter_raw in Voting API 5

Same name and namespace in other branches
  1. 6 votingapi_views.inc \votingapi_views_formatter_raw()

File

./votingapi_views.inc, line 279

Code

function votingapi_views_formatter_raw($fieldinfo, $fielddata, $value, $data) {
  return $value;
}