social_simple.install in Social simple 8
Same filename and directory in other branches
Install, update and uninstall functions for the social_simple module.
File
social_simple.installView 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
Name | Description |
---|---|
social_simple_update_8100 | Implements hook_update_N(). |