You are here

social_simple.install in Social simple 8

Same filename and directory in other branches
  1. 2.0.x social_simple.install

Install, update and uninstall functions for the social_simple module.

File

social_simple.install
View source
<?php

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

/**
 * Implements hook_update_N().
 *
 * Clear cache to load new services.
 */
function social_simple_update_8100() {
}

Functions

Namesort descending Description
social_simple_update_8100 Implements hook_update_N().