You are here

public function views_handler_argument::default_ignore in Views (for Drupal 7) 7.3

Same name and namespace in other branches
  1. 6.3 handlers/views_handler_argument.inc \views_handler_argument::default_ignore()
  2. 6.2 handlers/views_handler_argument.inc \views_handler_argument::default_ignore()

Default action: ignore.

If an argument was expected and was not given, in this case, simply ignore the argument entirely.

File

handlers/views_handler_argument.inc, line 772
Definition of views_handler_argument.

Class

views_handler_argument
Base class for arguments.

Code

public function default_ignore() {
  return TRUE;
}