function views_handler_argument::wildcard_title
File
-
handlers/
views_handler_argument.inc, line 79
Class
- views_handler_argument
- Base class for arguments.
Code
function wildcard_title() {
return $this->options['wildcard_substitution'];
}