Views argument default plugins

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

File

drupal/core/modules/views/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 drupal/core/modules/views/lib/Drupal/views/Plugin/views/argument_default/ArgumentDefaultPluginBase.php The fixed argument default handler; also used as the base.
Fixed drupal/core/modules/views/lib/Drupal/views/Plugin/views/argument_default/Fixed.php The fixed argument default handler.
Php drupal/core/modules/views/lib/Drupal/views/Plugin/views/argument_default/Php.php Default argument plugin to provide a PHP code block.
Raw drupal/core/modules/views/lib/Drupal/views/Plugin/views/argument_default/Raw.php Default argument plugin to use the raw value from the URL.