Allow specialized methods of filling in arguments when they aren't provided.
See also
File
- core/
modules/ views/ plugins/ views_plugin_argument_default.inc, line 7 - Definition of views_plugin_argument_default.
Classes
Name | Location | Description |
---|---|---|
views_plugin_argument_default |
core/ |
The fixed argument default handler; also used as the base. |
views_plugin_argument_default_fixed |
core/ |
The fixed argument default handler. |
views_plugin_argument_default_php |
core/ |
Default argument plugin to provide a PHP code block. |
views_plugin_argument_default_raw |
core/ |
Default argument plugin to use the raw value from the URL. |