google_fonts_api.install in @font-your-face 8.3
Same filename and directory in other branches
Google Fonts install file.
File
modules/google_fonts_api/google_fonts_api.installView source
<?php
/**
* @file
* Google Fonts install file.
*/
/**
* Implements hook_install().
*/
function google_fonts_api_install() {
module_set_weight('google_fonts_api', 10);
}
/**
* Implements hook_uninstall().
*/
function google_fonts_api_uninstall() {
fontyourface_delete('google_fonts_api');
}
Functions
Name | Description |
---|---|
google_fonts_api_install | Implements hook_install(). |
google_fonts_api_uninstall | Implements hook_uninstall(). |