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