function tweet_feed_install in Tweet Feed 6
Same name and namespace in other branches
- 7.3 tweet_feed.install \tweet_feed_install()
- 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');
}