Projet

Général

Profil

Révision ed9a13f1

Ajouté par Assos Assos il y a presque 4 ans

Weekly update of contrib modules

Voir les différences:

drupal7/sites/all/modules/feeds/tests/feeds_tests.rules.inc
5 5
 * Includes any rules integration provided by the module.
6 6
 */
7 7

  
8
/**
9
 * Implements hook_rules_event_info().
10
 */
11
function feeds_tests_rules_event_info() {
12
  return array(
13
    'feeds_tests_rules_event' => array(
14
      'label' => t('Test event'),
15
      'group' => t('Feeds'),
16
    ),
17
  );
18
}
19

  
8 20
/**
9 21
 * Implements hook_rules_action_info().
10 22
 */

Formats disponibles : Unified diff