function trigger_install
Implements hook_install().
File
-
modules/
trigger/ trigger.install, line 52
Code
function trigger_install() {
// Do initial synchronization of actions in code and the database.
actions_synchronize();
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.