Projet

Général

Profil

Révision 950416da

Ajouté par Assos Assos il y a plus de 5 ans

Weekly update of contrib modules

Voir les différences:

drupal7/sites/all/modules/rules/modules/system.rules.inc
1 1
<?php
2 2

  
3 3
/**
4
 * @file rules integration for the system module
4
 * @file
5
 * Rules integration for the system module.
5 6
 *
6 7
 * @addtogroup rules
8
 *
7 9
 * @{
8 10
 */
9 11

  
......
46 48

  
47 49
/**
48 50
 * Implements hook_rules_data_info() on behalf of the system module.
51
 *
49 52
 * @see rules_core_modules()
50 53
 */
51 54
function rules_system_data_info() {
......
59 62
}
60 63

  
61 64
/**
62
 * Defines property info for watchdog log entries, used by the log entry data
63
 * type to provide an useful metadata wrapper.
65
 * Defines property info for watchdog log entries.
66
 *
67
 * Used by the log entry data type to provide a useful metadata wrapper.
64 68
 */
65 69
function _rules_system_watchdog_log_entry_info() {
66 70
  return array(
......
294 298
      'class' => 'RulesTokenEvaluator',
295 299
      'type' => array('text', 'uri', 'list<text>', 'list<uri>'),
296 300
      'weight' => 0,
297
     ),
301
    ),
298 302
  );
299 303
}
300 304

  

Formats disponibles : Unified diff