Projet

Général

Profil

Révision db9ffd17

Ajouté par Assos Assos il y a presque 10 ans

Weekly update of contrib modules

Voir les différences:

drupal7/sites/all/modules/date/date_migrate/date_migrate_example/date_migrate_example.install
12 12
  Migration::deregisterMigration('DateExample');
13 13
}
14 14

  
15
/**
16
 * Implements hook_uninstall().
17
 */
18
function date_migrate_example_uninstall() {
19
  node_type_delete('date_migrate_example');
20
  variable_del('node_preview_date_migrate_example');
21
  node_types_rebuild();
22
  menu_rebuild();
23
}

Formats disponibles : Unified diff