You are here

function content_synchronizer_install in Content Synchronizer 8

Same name and namespace in other branches
  1. 8.2 content_synchronizer.install \content_synchronizer_install()
  2. 3.x content_synchronizer.install \content_synchronizer_install()

Implements hook_install().

Perform actions to set up the site for this profile.

See also

system_install()

File

./content_synchronizer.install, line 92
Installation hooks for content_synchronizer module.

Code

function content_synchronizer_install() {

  // Add custom tables :
  content_synchronizer_create_tables();
}