Views argument default plugins in Views (for Drupal 7) 7.3
Same name and namespace in other branches
- 6.3 plugins/views_plugin_argument_default.inc \views_argument_default_plugins
- 6.2 plugins/views_plugin_argument_default.inc \views_argument_default_plugins
Allow specialized methods of filling in arguments when they aren't provided.
See also
File
- plugins/
views_plugin_argument_default.inc, line 8 - Definition of views_plugin_argument_default.
Classes
Name | Location | Description |
---|---|---|
views_plugin_argument_default |
plugins/ |
The fixed argument default handler; also used as the base. |
views_plugin_argument_default_fixed |
plugins/ |
The fixed argument default handler. |
views_plugin_argument_default_php |
plugins/ |
Default argument plugin to provide a PHP code block. |
views_plugin_argument_default_raw |
plugins/ |
Default argument plugin to use the raw value from the URL. |