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
Name | Location | Description |
---|---|---|
ArgumentValidatorPluginBase |
lib/ |
Base argument validator plugin to provide basic functionality. |
None |
lib/ |
Do not validate the argument. |
Numeric |
lib/ |
Validate whether an argument is numeric or not. |
Php |
lib/ |
Provide PHP code to validate whether or not an argument is ok. |