You are here

Functions in Tweet Feed 6

Primary tabs

Namesort descending Location Description Direct uses Strings
tweet_feed_cron ./tweet_feed.module implementation of hook_cron()
tweet_feed_format_output ./tweet_feed.module tweet_feed_format_output($tweet) makes links, hash tags, and usernames clickable. 1
tweet_feed_get_hashtags ./tweet_feed.module get the hashtags for our hasgtag field. surround by spaces for the purposes of exact matching in our view options 1
tweet_feed_install ./tweet_feed.install Implements hook_install()
tweet_feed_menu ./tweet_feed.module implementation of hook_menu()
tweet_feed_perm ./tweet_feed.module implementation of hook_permission()
tweet_feed_process_tweets ./tweet_feed.module process tweet data from what we have retrieved from the Twitter API 1
tweet_feed_schema ./tweet_feed.install implementation of hook_schema()
tweet_feed_settings_form ./tweet_feed.module tweet_feed_settings_form($form,&$form_state) our settings for for oauth tokens and search queries 1
tweet_feed_uninstall ./tweet_feed.install implementation of hook_uninstall()
tweet_feed_views_api ./tweet_feed.module implementation of hook_views_api()
tweet_feed_views_data inc/tweet_feed.views.inc implementation of views_data()
tweet_feed_views_default_views inc/tweet_feed.views_default.inc implementation of hook_views_default_views()
tweet_feed_views_handlers inc/tweet_feed.views.inc Implememts hook_views_handlers()

Other projects