Classes

Views' argument validate plugins

Allow specialized methods of validating arguments. More...

Classes

class  views_plugin_argument_validate
 Base argument validator plugin to provide basic functionality. More...
class  views_plugin_argument_validate_numeric
 Validate whether an argument is numeric or not. More...
class  views_plugin_argument_validate_php
 Provide PHP code to validate whether or not an argument is ok. More...

Detailed Description

Allow specialized methods of validating arguments.

See also:
hook_views_plugins