You are here

public function location_handler_field_location_additional::render in Location 7.3

Render the field.

Parameters

array $values: The values retrieved from the database.

Overrides views_handler_field::render

File

handlers/location_handler_field_location_additional.inc, line 24
Additional field handler.

Class

location_handler_field_location_additional

Code

public function render($values) {
  return check_plain(trim($values->{$this->aliases['additional']}));
}