1 drupal.inc element_validate_integer_positive()

This function has been removed with the inclusion of support for HTML5 number elements. See https://docs.backdropcms.org/node/43955

Deprecated

since 1.0.0

Related topics

File

core/includes/drupal.inc, line 2520
Contains constants and function wrappers for Drupal 7.x compatibility.

Code

function element_validate_integer_positive() {
  watchdog_deprecated_function('drupal', __FUNCTION__, l(t('Change record'), 'https://docs.backdropcms.org/node/43955', array('attributes' => array('target' => '_blank'))));
}