You are here

function lazy_install in Lazy-load 8.3

Same name and namespace in other branches
  1. 7 lazy.install \lazy_install()

Implements hook_install().

File

./lazy.install, line 58
Install, update, and uninstall functions for the Lazy-load module.

Code

function lazy_install() {
  lazy__update_migrate_config();
}