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/rules_i18n/rules_i18n.i18n.inc
11 11
class RulesI18nStringController extends EntityDefaultI18nStringController {
12 12

  
13 13
  /**
14
   * Overriden to customize i18n object info.
14
   * Overridden to customize i18n object info.
15 15
   *
16 16
   * @see EntityDefaultI18nStringController::hook_object_info()
17 17
   */
......
22 22
  }
23 23

  
24 24
  /**
25
   * Overriden to customize the used menu wildcard.
25
   * Overridden to customize the used menu wildcard.
26 26
   */
27 27
  protected function menuWildcard() {
28 28
    return '%rules_config';
......
34 34
  protected function menuBasePath() {
35 35
    return 'admin/config/workflow/rules/reaction';
36 36
  }
37

  
37 38
}
38 39

  
39 40
/**
......
42 43
class RulesI18nStringObjectWrapper extends i18n_string_object_wrapper {
43 44

  
44 45
  /**
45
   * Get translatable properties
46
   * Get translatable properties.
46 47
   */
47 48
  protected function build_properties() {
48 49
    $strings = parent::build_properties();
......
91 92
      }
92 93
    }
93 94
  }
95

  
94 96
}

Formats disponibles : Unified diff