function bear_install in Bear 8
Same name and namespace in other branches
- 8.2 bear.install \bear_install()
- 7.2 bear.install \bear_install()
- 7 bear.install \bear_install()
Implements hook_install().
Perform actions to set up the site for this profile.
See also
File
- ./
bear.install, line 18 - Install, update and uninstall functions for the bear installation profile.
Code
function bear_install() {
_bear_setup_base_configurations();
_bear_enable_modules();
_bear_setup_users_and_roles();
_bear_setup_themes();
}