hospital_management-8.x-1.x-dev/web/profiles/hospital_management/hospital_management.install
web/profiles/hospital_management/hospital_management.install
<?php
/**
* @file
* Install, update and uninstall functions for the hospital_management install profile.
*/
/**
* Implements hook_install().
*
* Perform actions to set up the site for this profile.
*
* @see system_install()
*/
function hospital_management_install() {
// First, do everything in standard profile.
include_once DRUPAL_ROOT . '/core/profiles/standard/standard.install';
standard_install();
}