function ArgumentDefaultPluginBase::getArgument

Same name and namespace in other branches
  1. 11.x core/modules/views/src/Plugin/views/argument_default/ArgumentDefaultPluginBase.php \Drupal\views\Plugin\views\argument_default\ArgumentDefaultPluginBase::getArgument()

Return the default argument.

This needs to be overridden by every default argument handler to properly do what is needed.

File

core/modules/views/src/Plugin/views/argument_default/ArgumentDefaultPluginBase.php, line 45

Class

ArgumentDefaultPluginBase
The fixed argument default handler; also used as the base.

Namespace

Drupal\views\Plugin\views\argument_default

Code

public function getArgument() {
}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.