|
|
Drupal example source code file (views_plugin_argument_validate_numeric.inc)
The views_plugin_argument_validate_numeric.inc Drupal example source code<?php // $Id: views_plugin_argument_validate_numeric.inc,v 1.1.6.1 2010/01/28 22:44:37 dereine Exp $ /** * @file * Contains the numeric argument validator plugin. */ /** * Validate whether an argument is numeric or not. * * @ingroup views_argument_validate_plugins */ class views_plugin_argument_validate_numeric extends views_plugin_argument_validate { function validate_argument($argument) { return is_numeric($argument); } } Other Drupal examples (source code examples)Here is a short list of links related to this Drupal views_plugin_argument_validate_numeric.inc source code file: |
"Drupal" is a registered trademark of Dries Buytaert.
my drupal tutorials and examples
Copyright
1998-2016 Alvin Alexander, alvinalexander.com
All Rights Reserved.
Beginning in 2016, a portion of the proceeds from pages under the '/drupal-code-examples/' URI will be donated to charity.