blogapi_uninstall()
Implementation of hook_uninstall().
modules/blogapi/blogapi.install, line 15
<?php function blogapi_uninstall() { // Remove tables. drupal_uninstall_schema('blogapi'); } ?>
Weitere Informationen über Formatierungsoptionen
Kommentare
Kommentar hinzufügen