Views argument validate plugins in Views (for Drupal 7) 7.3
Same name and namespace in other branches
- 6.3 plugins/views_plugin_argument_validate.inc \views_argument_validate_plugins
- 6.2 plugins/views_plugin_argument_validate.inc \views_argument_validate_plugins
Allow specialized methods of validating arguments.
See also
File
- plugins/
views_plugin_argument_validate.inc, line 8 - Definition of views_plugin_argument_validate.
Classes
Name | Location | Description |
---|---|---|
views_plugin_argument_validate |
plugins/ |
Base argument validator plugin to provide basic functionality. |
views_plugin_argument_validate_numeric |
plugins/ |
Validate whether an argument is numeric or not. |
views_plugin_argument_validate_php |
plugins/ |
Provide PHP code to validate whether or not an argument is ok. |