You are here

Views argument default plugins in Views (for Drupal 7) 8.3

Allow specialized methods of filling in arguments when they aren't provided.

File

lib/Drupal/views/Plugin/views/argument_default/ArgumentDefaultPluginBase.php, line 13
Definition of Drupal\views\Plugin\views\argument_default\ArgumentDefaultPluginBase.

Classes

Namesort descending Location Description
ArgumentDefaultPluginBase lib/Drupal/views/Plugin/views/argument_default/ArgumentDefaultPluginBase.php The fixed argument default handler; also used as the base.
Fixed lib/Drupal/views/Plugin/views/argument_default/Fixed.php The fixed argument default handler.
Php lib/Drupal/views/Plugin/views/argument_default/Php.php Default argument plugin to provide a PHP code block.
Raw lib/Drupal/views/Plugin/views/argument_default/Raw.php Default argument plugin to use the raw value from the URL.