function NumericArgumentValidator::validateArgument
Same name in other branches
- 9 core/modules/views/src/Plugin/views/argument_validator/NumericArgumentValidator.php \Drupal\views\Plugin\views\argument_validator\NumericArgumentValidator::validateArgument()
- 8.9.x core/modules/views/src/Plugin/views/argument_validator/NumericArgumentValidator.php \Drupal\views\Plugin\views\argument_validator\NumericArgumentValidator::validateArgument()
- 10 core/modules/views/src/Plugin/views/argument_validator/NumericArgumentValidator.php \Drupal\views\Plugin\views\argument_validator\NumericArgumentValidator::validateArgument()
Overrides ArgumentValidatorPluginBase::validateArgument
File
-
core/
modules/ views/ src/ Plugin/ views/ argument_validator/ NumericArgumentValidator.php, line 20
Class
- NumericArgumentValidator
- Validate whether an argument is numeric or not.
Namespace
Drupal\views\Plugin\views\argument_validatorCode
public function validateArgument($argument) {
return is_numeric($argument);
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.