You are here

Views argument validate plugins in Views (for Drupal 7) 8.3

Allow specialized methods of validating arguments.

File

lib/Drupal/views/Plugin/views/argument_validator/ArgumentValidatorPluginBase.php, line 13
Definition of Drupal\views\Plugin\views\argument_validator\ArgumentValidatorPluginBase.

Classes

Namesort 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.