protected function ArgumentPluginBase::defaultDefault

This just returns true. The view argument builder will know where to find the argument from.

File

drupal/core/modules/views/lib/Drupal/views/Plugin/views/argument/ArgumentPluginBase.php, line 729
Definition of Drupal\views\Plugin\views\argument\ArgumentPluginBase.

Class

ArgumentPluginBase
Base class for arguments.

Namespace

Drupal\views\Plugin\views\argument

Code

protected function defaultDefault() {
  return TRUE;
}