function trigger_install
Same name and namespace in other branches
- 6.x drupal-6.x/modules/trigger/trigger.install \trigger_install()
Implements hook_install().
Archivo
- drupal-7.x/
modules/ trigger/ trigger.install, line 52 - Install, update and uninstall functions for the trigger module.
Código
function trigger_install() {
// Do initial synchronization of actions in code and the database.
actions_synchronize();
}