| 1 system.install | system_update_1000() | 
Enable entity module.
Related topics
File
- core/modules/ system/ system.install, line 1749 
- Install, update and uninstall functions for the system module.
Code
function system_update_1000() {
  update_module_enable(array('entity'));
}
