Views argument validate plugins

Allow specialized methods of validating arguments.

File

drupal/core/modules/views/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 drupal/core/modules/views/lib/Drupal/views/Plugin/views/argument_validator/ArgumentValidatorPluginBase.php Base argument validator plugin to provide basic functionality.
None drupal/core/modules/views/lib/Drupal/views/Plugin/views/argument_validator/None.php Do not validate the argument.
Numeric drupal/core/modules/views/lib/Drupal/views/Plugin/views/argument_validator/Numeric.php Validate whether an argument is numeric or not.
Php drupal/core/modules/views/lib/Drupal/views/Plugin/views/argument_validator/Php.php Provide PHP code to validate whether or not an argument is ok.