1.20.x system.install system_update_1000()

Enable entity module.

Related topics

File

modules/system/system.install, line 1630
Install, update and uninstall functions for the system module.

Code

function system_update_1000() {
  update_module_enable(array('entity'));
}