function fontyourface_uninstall in @font-your-face 6
Same name and namespace in other branches
- 8.3 fontyourface.install \fontyourface_uninstall()
- 6.2 fontyourface.install \fontyourface_uninstall()
- 7.2 fontyourface.install \fontyourface_uninstall()
Implements hook_uninstall().
File
- ./
fontyourface.install, line 20 - Adds fontyourface table for tracking used fonts.
Code
function fontyourface_uninstall() {
drupal_uninstall_schema('fontyourface');
}