1.20.x drupal.inc drupal_static_reset($name = NULL)

Resets one or all centrally stored static variable(s).

Deprecated

since 1.0.0

See also

backdrop_static_reset()

Related topics

File

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

Code

function drupal_static_reset($name = NULL) {
  backdrop_static_reset($name);
}