You are here

social_node.install in Open Social 8.8

Install, update and uninstall functions for the social_node module.

File

modules/social_features/social_node/social_node.install
View source
<?php

/**
 * @file
 * Install, update and uninstall functions for the social_node module.
 */

/**
 * Implements hook_install().
 */
function social_node_install() {

  // Set the view mode to use when shown in activities.
  activity_creator_set_entity_view_mode('node', 'activity');
}

Functions

Namesort descending Description
social_node_install Implements hook_install().