function ArgumentPluginBase::default_ignore

Default action: ignore.

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

File

drupal/core/modules/views/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;
}