You are here

Functions in Tweet Feed 7

Primary tabs

Namesort descending Location Description Direct uses Strings
tweet_feed_cron ./tweet_feed.module Implements hook_cron().
tweet_feed_format_output ./tweet_feed.module Make 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 Implements hook_menu().
tweet_feed_permission ./tweet_feed.module Implements 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 Implements hook_schema(). 5
tweet_feed_settings_form ./tweet_feed.module Administrative settings form. 1
tweet_feed_uninstall ./tweet_feed.install Implements hook_uninstall().
tweet_feed_update_7104 ./tweet_feed.install Alter the user_id field to be a varchar for handling larger user id numbers.
tweet_feed_update_7105 ./tweet_feed.install Convert system variable settings from twitter_ to tweet_feed_
tweet_feed_update_7108 ./tweet_feed.install Add a field to hold our comma delimited list of hashtags.
tweet_feed_update_7109 ./tweet_feed.install Add a field to hold our tweet id's and remove the meaningless tid.
tweet_feed_update_7111 ./tweet_feed.install Add the field for holding the secure profile image for SSL enabled web sites.
tweet_feed_update_7113 ./tweet_feed.install Add our flag to tweets that are replies and fields for media urls.
tweet_feed_update_7115 ./tweet_feed.install Add the field for holding the real name of the person tweeting.
tweet_feed_views_api ./tweet_feed.module Implements hook_views_api().
tweet_feed_views_data ./tweet_feed.views.inc Implements hook_views_data().
tweet_feed_views_default_views ./tweet_feed.views_default.inc Implements hook_views_default_views().

Other projects