function commerce_file_limit_integer_element_value in Commerce File 7
FAPI value callback for limit textfield element type.
1 string reference to 'commerce_file_limit_integer_element_value'
- commerce_file_element_info in includes/
commerce_file.elements.inc - Implements hook_element_info().
File
- includes/
commerce_file.elements.inc, line 176 - Commerce File form elements
Code
function commerce_file_limit_integer_element_value($element, $input = FALSE, $form_state = array()) {
return _commerce_file_limit_element_value($element, $input, $form_state);
}