Views argument default plugins
Same name in other branches
- 6.x-3.x 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
Classes
Title Sort descending | File name | Summary |
---|---|---|
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. |