function views_handler_argument::default_ignore

Same name in other branches
  1. 7.x-3.x 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 480

Class

views_handler_argument
Base class for arguments.

Code

function default_ignore() {
    return TRUE;
}