function 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 773

Class

views_handler_argument
Base class for arguments.

Code

public function default_ignore() {
    return TRUE;
}