You are here

public function Drupal7Backend::drupal_static_reset in Configuration Management 7.3

Overrides BackendInterface::drupal_static_reset

File

src/Backends/Drupal7Backend.php, line 11

Class

Drupal7Backend

Namespace

Configuration\Backends

Code

public function drupal_static_reset($function) {
  return drupal_static_reset($function);
}