function views_handler_field_accesslog_path::render
Same name in other branches
- 6.x-3.x modules/statistics/views_handler_field_accesslog_path.inc \views_handler_field_accesslog_path::render()
Overrides views_handler_field::render
File
-
modules/
statistics/ views_handler_field_accesslog_path.inc, line 51
Class
- views_handler_field_accesslog_path
- Provide simple renderer that turns a URL into a clickable link.
Code
public function render($values) {
$value = $this->get_value($values);
return $this->render_link($this->sanitize_value($value), $values);
}