You are here

function fontyourface_install in @font-your-face 6

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

Implements hook_install().

File

./fontyourface.install, line 11
Adds fontyourface table for tracking used fonts.

Code

function fontyourface_install() {
  drupal_install_schema('fontyourface');
}