Projet

Général

Profil

Paste
Télécharger (215 octets) Statistiques
| Branche: | Révision:

root / drupal7 / sites / all / modules / rules / tests / rules_test_invocation.module @ 13755f8d

1
<?php
2

    
3
/**
4
 * @file
5
 * Helper module for Rules invocation testing.
6
 */
7

    
8
/**
9
 * Implements hook_node_load().
10
 */
11
function rules_test_invocation_node_load($nodes, $types) {
12
  rules_invoke_event('rules_test_event');
13
}