You are here

function ArgumentPluginBase::default_ignore in Views (for Drupal 7) 8.3

Default action: ignore.

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

File

lib/Drupal/views/Plugin/views/argument/ArgumentPluginBase.php, line 680
Definition of Drupal\views\Plugin\views\argument\ArgumentPluginBase.

Class

ArgumentPluginBase
Base class for arguments.

Namespace

Drupal\views\Plugin\views\argument

Code

function default_ignore() {
  return TRUE;
}