function trigger_install

trigger_install()

Implements hook_install().

File

modules/trigger/trigger.install, line 52
Install, update and uninstall functions for the trigger module.

Code

function trigger_install() {
  // Do initial synchronization of actions in code and the database.
  actions_synchronize();
}

© 2001–2016 by the original authors
Licensed under the GNU General Public License, version 2 and later.
Drupal is a registered trademark of Dries Buytaert.
https://api.drupal.org/api/drupal/modules!trigger!trigger.install/function/trigger_install/7.x