1 views_handler_argument.inc | views_handler_argument::title() |
Get the title this argument will assign the view, given the argument.
This usually needs to be overridden to provide a proper title.
File
- core/
modules/ views/ handlers/ views_handler_argument.inc, line 979 - @todo.
Class
- views_handler_argument
- Base class for arguments.
Code
function title() {
return check_plain($this->argument);
}