adobe_edge_fonts.install in @font-your-face 8.3
Adobe Edge Fonts install file.
File
modules/adobe_edge_fonts/adobe_edge_fonts.installView source
<?php
/**
* @file
* Adobe Edge Fonts install file.
*/
/**
* Implements hook_install().
*/
function adobe_edge_fonts_install() {
module_set_weight('adobe_edge_fonts', 10);
}
/**
* Implements hook_uninstall().
*/
function adobe_edge_fonts_uninstall() {
fontyourface_delete('adobe_edge_fonts');
}
Functions
Name | Description |
---|---|
adobe_edge_fonts_install | Implements hook_install(). |
adobe_edge_fonts_uninstall | Implements hook_uninstall(). |