You are here

function views_handler_argument::wildcard_title in Views (for Drupal 7) 6.3

Same name and namespace in other branches
  1. 6.2 handlers/views_handler_argument.inc \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'];
}