function group_core_comments_install in Open Social 10.3.x
Same name and namespace in other branches
- 8.9 modules/custom/group_core_comments/group_core_comments.install \group_core_comments_install()
- 8 modules/custom/group_core_comments/group_core_comments.install \group_core_comments_install()
- 8.2 modules/custom/group_core_comments/group_core_comments.install \group_core_comments_install()
- 8.3 modules/custom/group_core_comments/group_core_comments.install \group_core_comments_install()
- 8.4 modules/custom/group_core_comments/group_core_comments.install \group_core_comments_install()
- 8.5 modules/custom/group_core_comments/group_core_comments.install \group_core_comments_install()
- 8.6 modules/custom/group_core_comments/group_core_comments.install \group_core_comments_install()
- 8.7 modules/custom/group_core_comments/group_core_comments.install \group_core_comments_install()
- 8.8 modules/custom/group_core_comments/group_core_comments.install \group_core_comments_install()
- 10.0.x modules/custom/group_core_comments/group_core_comments.install \group_core_comments_install()
- 10.1.x modules/custom/group_core_comments/group_core_comments.install \group_core_comments_install()
- 10.2.x modules/custom/group_core_comments/group_core_comments.install \group_core_comments_install()
Implements hook_install().
Perform actions related to the installation of group_core_comments.
File
- modules/
custom/ group_core_comments/ group_core_comments.install, line 15 - Install, update and uninstall functions for the group_core_comments module.
Code
function group_core_comments_install() {
// Set some default permissions.
_group_core_comments_set_permissions();
}