Projet

Général

Profil

Révision 582db59d

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

Update Drupal core to version 7.40

Voir les différences:

drupal7/modules/simpletest/tests/module_test.module
129 129
  // can check that the modules were uninstalled in the correct sequence.
130 130
  variable_set('test_module_uninstall_order', $modules);
131 131
}
132

  
133
/**
134
 * Implements hook_module_implements_alter()
135
 */
136
function module_test_module_implements_alter(&$implementations, $hook) {
137
  if ($hook === 'altered_test_hook') {
138
    // Add a hook implementation, that will be found in
139
    // module_test.implementations.inc.
140
    $implementations['module_test'] = 'implementations';
141
  }
142
}

Formats disponibles : Unified diff