You are here

Functions in Twitter Pull 6

Primary tabs

Namesort descending Location Description Direct uses Strings
twitter_pull_add_links ./twitter_pull.module Automatically add links to URLs and Twitter usernames in a tweet. 1
twitter_pull_block ./twitter_pull.module Implementation of hook_block() Note we are getting info about blocks from the twitter_pull_block_data function if at some time this data is store in the db (currently it is just in code) then we would want to add the config options in a $op = configure
twitter_pull_block_data ./twitter_pull.module 1
twitter_pull_cache_length ./twitter_pull.module 1
twitter_pull_empty_message ./twitter_pull.module 1
twitter_pull_flush_caches ./twitter_pull.module Implementation of hook_flush_caches().
twitter_pull_init ./twitter_pull.module Implementation of hook_init().
twitter_pull_install ./twitter_pull.install Implementation of hook_install().
twitter_pull_num_items ./twitter_pull.module 2
twitter_pull_render ./twitter_pull.module Retrieves appropriate tweets (by username, hashkey or search term) and passes over to the theming function with $themekey key passing tweets array along. 1
twitter_pull_retrieve ./twitter_pull.module Retrieves tweets by username, hashkey or search term. 1
twitter_pull_schema ./twitter_pull.install Implementation of hook_schema().
twitter_pull_theme ./twitter_pull.module Sample theme definitions that can be applied to tweets.
twitter_pull_uninstall ./twitter_pull.install Implementation of hook_uninstall().
twitter_pull__update_6101 ./twitter_pull.install

Other projects