You are here

function views_autorefresh_handler_argument_date::title in Views Auto-Refresh 7.2

Same name and namespace in other branches
  1. 7 views/views_autorefresh_handler_argument_date.inc \views_autorefresh_handler_argument_date::title()

Provide a link to the next level of the view

Overrides views_handler_argument::title

File

views/views_autorefresh_handler_argument_date.inc, line 24

Class

views_autorefresh_handler_argument_date

Code

function title() {
  return empty($this->argument) ? NULL : format_date($this->argument, 'custom', $this->format, NULL);
}