You are here

public function social_content_source_views_handler_field::render in Social Content 7.2

Render the field.

Parameters

array $values: The values retrieved from the database.

Overrides views_handler_field::render

File

./social_content_source_views_handler_field.inc, line 8
Social Content views handler.

Class

social_content_source_views_handler_field
@file Social Content views handler.

Code

public function render($values) {
  return ucfirst($this
    ->get_value($values));
}