You are here

function social_comment_update_8801 in Open Social 8.8

Same name and namespace in other branches
  1. 8.9 modules/social_features/social_comment/social_comment.install \social_comment_update_8801()
  2. 10.3.x modules/social_features/social_comment/social_comment.install \social_comment_update_8801()
  3. 10.0.x modules/social_features/social_comment/social_comment.install \social_comment_update_8801()
  4. 10.1.x modules/social_features/social_comment/social_comment.install \social_comment_update_8801()
  5. 10.2.x modules/social_features/social_comment/social_comment.install \social_comment_update_8801()

Set the view mode to use when shown in activities.

File

modules/social_features/social_comment/social_comment.install, line 120
Install, update and uninstall functions for the social_comment module.

Code

function social_comment_update_8801() {
  activity_creator_set_entity_view_mode('comment', 'activity');
}