You are here

function fontyourface_install in @font-your-face 8.3

Same name and namespace in other branches
  1. 6.2 fontyourface.install \fontyourface_install()
  2. 6 fontyourface.install \fontyourface_install()

Implements hook_install().

File

./fontyourface.install, line 17
Font-Your-Face install/update/uninstall hook implementation.

Code

function fontyourface_install() {
  module_set_weight('fontyourface', 1);
  Drupal::messenger()
    ->addMessage(t('If you have not yet enabled any @font-your-face provider modules, please do so. If you have already enabled @font-your-face provider modules, please use the font settings page in the appearance section to import fonts from them.'));
}