You are here

function group_core_comments_install in Open Social 10.3.x

Same name and namespace in other branches
  1. 8.9 modules/custom/group_core_comments/group_core_comments.install \group_core_comments_install()
  2. 8 modules/custom/group_core_comments/group_core_comments.install \group_core_comments_install()
  3. 8.2 modules/custom/group_core_comments/group_core_comments.install \group_core_comments_install()
  4. 8.3 modules/custom/group_core_comments/group_core_comments.install \group_core_comments_install()
  5. 8.4 modules/custom/group_core_comments/group_core_comments.install \group_core_comments_install()
  6. 8.5 modules/custom/group_core_comments/group_core_comments.install \group_core_comments_install()
  7. 8.6 modules/custom/group_core_comments/group_core_comments.install \group_core_comments_install()
  8. 8.7 modules/custom/group_core_comments/group_core_comments.install \group_core_comments_install()
  9. 8.8 modules/custom/group_core_comments/group_core_comments.install \group_core_comments_install()
  10. 10.0.x modules/custom/group_core_comments/group_core_comments.install \group_core_comments_install()
  11. 10.1.x modules/custom/group_core_comments/group_core_comments.install \group_core_comments_install()
  12. 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();
}