You are here

function libraries_update_7201 in Libraries API 7.2

Rebuild the class registry.

File

./libraries.install, line 32
Install, uninstall, and update functions for libraries.module.

Code

function libraries_update_7201() {

  // The tests were split from a single libraries.test file into multiple files
  // during the 7.x-2.x cycle.
  registry_rebuild();
}