You are here

function twitter_pull_install in Twitter Pull 6

Same name and namespace in other branches
  1. 6.2 twitter_pull.install \twitter_pull_install()

Implementation of hook_install().

File

./twitter_pull.install, line 11
Installation routines for the Twitter Pull module.

Code

function twitter_pull_install() {
  drupal_install_schema('twitter_pull');
}