You are here

function social_comment_upload_install in Open Social 10.3.x

Same name and namespace in other branches
  1. 8.9 modules/social_features/social_comment_upload/social_comment_upload.install \social_comment_upload_install()
  2. 8 modules/social_features/social_comment_upload/social_comment_upload.install \social_comment_upload_install()
  3. 8.2 modules/social_features/social_comment_upload/social_comment_upload.install \social_comment_upload_install()
  4. 8.3 modules/social_features/social_comment_upload/social_comment_upload.install \social_comment_upload_install()
  5. 8.4 modules/social_features/social_comment_upload/social_comment_upload.install \social_comment_upload_install()
  6. 8.5 modules/social_features/social_comment_upload/social_comment_upload.install \social_comment_upload_install()
  7. 8.6 modules/social_features/social_comment_upload/social_comment_upload.install \social_comment_upload_install()
  8. 8.7 modules/social_features/social_comment_upload/social_comment_upload.install \social_comment_upload_install()
  9. 8.8 modules/social_features/social_comment_upload/social_comment_upload.install \social_comment_upload_install()
  10. 10.0.x modules/social_features/social_comment_upload/social_comment_upload.install \social_comment_upload_install()
  11. 10.1.x modules/social_features/social_comment_upload/social_comment_upload.install \social_comment_upload_install()
  12. 10.2.x modules/social_features/social_comment_upload/social_comment_upload.install \social_comment_upload_install()

Install the module.

File

modules/social_features/social_comment_upload/social_comment_upload.install, line 11
Installation file for Social Comment Upload.

Code

function social_comment_upload_install() {

  // Sitemanagers should be able to change the settings.
  user_role_grant_permissions('sitemanager', [
    'administer social_comment_upload settings',
  ]);
}