You are here

namespace Drupal\views\Plugin\views\argument_validator in Views (for Drupal 7) 8.3

Classsort descending Location Description
ArgumentValidatorPluginBase lib/Drupal/views/Plugin/views/argument_validator/ArgumentValidatorPluginBase.php Base argument validator plugin to provide basic functionality.
None lib/Drupal/views/Plugin/views/argument_validator/None.php Do not validate the argument.
Numeric lib/Drupal/views/Plugin/views/argument_validator/Numeric.php Validate whether an argument is numeric or not.
Php lib/Drupal/views/Plugin/views/argument_validator/Php.php Provide PHP code to validate whether or not an argument is ok.