You are here

function tweet_feed_install in Tweet Feed 6

Same name and namespace in other branches
  1. 7.3 tweet_feed.install \tweet_feed_install()
  2. 7 tweet_feed.install \tweet_feed_install()

Implements hook_install()

File

./tweet_feed.install, line 60

Code

function tweet_feed_install() {
  drupal_install_schema('tweet_feed');
}