You are here

function weather_es_uninstall in Weather_es 6.3

Same name and namespace in other branches
  1. 5 weather_es.install \weather_es_uninstall()
  2. 6 weather_es.install \weather_es_uninstall()
  3. 6.2 weather_es.install \weather_es_uninstall()
  4. 7 weather_es.install \weather_es_uninstall()

hook_uninstall().

File

./weather_es.install, line 80

Code

function weather_es_uninstall() {
  drupal_uninstall_schema('weather_es');
}