function trigger_node_presave

trigger_node_presave($node)

Implements hook_node_presave().

File

modules/trigger/trigger.module, line 326
Enables functions to be stored and executed at a later time.

Code

function trigger_node_presave($node) {
  _trigger_node($node, 'node_presave');
}

© 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.module/function/trigger_node_presave/7.x