You are here

function entityreference_autofill_install in Entity reference autofill 7

Implements hook_install().

File

./entityreference_autofill.install, line 11
Install and update functions for the Entity reference autofill module.

Code

function entityreference_autofill_install() {

  // Set weight for module.
  entityreference_autofill_set_module_weight();
}