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
Name | Location | Description |
---|---|---|
ArgumentDefaultPluginBase |
lib/ |
The fixed argument default handler; also used as the base. |
Fixed |
lib/ |
The fixed argument default handler. |
Php |
lib/ |
Default argument plugin to provide a PHP code block. |
Raw |
lib/ |
Default argument plugin to use the raw value from the URL. |