You are here

Functions in Twitter 7.6

Primary tabs

Namesort descending Location Description Direct uses Strings
twitter_signin_oauth_callback_submit twitter_signin/twitter_signin.module Form submit for the OAuth callback. Here we add in sign-in specific handling. 1
twitter_signin_redirect twitter_signin/twitter_signin.module Submit handler for Twitter signin. 1
twitter_signin_theme twitter_signin/twitter_signin.module Implements hook_theme().
twitter_signin_uninstall twitter_signin/twitter_signin.install Implements hook_uninstall().
twitter_signin_user_insert twitter_signin/twitter_signin.module Implements hook_user_insert().
twitter_signin_user_login twitter_signin/twitter_signin.module Implements hook_user_login().
twitter_statuses_oembed ./twitter.inc Retrieve an embedded Tweet. 1
twitter_status_save ./twitter.inc Saves a TwitterStatus object to {twitter} 2
twitter_theme ./twitter.module Implements hook_theme().
twitter_tweets ./twitter.inc Pulls tweets from the database. 2
twitter_twitter_accounts ./twitter.module Implements hook_twitter_accounts(). 2
twitter_uninstall ./twitter.install Implements hook_uninstall().
twitter_update_7300 ./twitter.install Removes password field
twitter_update_7301 ./twitter.install Removes include_retweets field
twitter_update_7400 ./twitter.install Adds field mentions to twitter_account table.
twitter_update_7401 ./twitter.install Drops field uid at twitter_account.
twitter_update_7402 ./twitter.install Makes the import field not enabled by default at twitter_account table.
twitter_update_7403 ./twitter.install Adds field added_by_uid to twitter_account table.
twitter_update_7500 ./twitter.install Renames twitter_account.added_by_uid to twitter_account.uid.
twitter_update_7501 ./twitter.install Skipped to match the 7.x-5.x branch. This was originally from https://www.drupal.org/node/2138341 which is not relevant to the 7.x-6.x branch.
twitter_update_7502 ./twitter.install Skipped to match the 7.x-5.x branch. This was originally from https://www.drupal.org/node/1936598 and will need to be backported.
twitter_update_7503 ./twitter.install Update the twitter_id column to a big int, rather than a float-type value.
twitter_update_7504 ./twitter.install Update the twitter_account.uid column to accept NULL values.
twitter_update_7505 ./twitter.install Change {twitter}.in_reply_to_status_id to BIGINT.
twitter_update_7506 ./twitter.install Change {twitter}.in_reply_to_user_id to BIGINT.
twitter_update_7507 ./twitter.install Change {twitter_account}.twitter_uid to BIGINT.
twitter_update_7508 ./twitter.install Change Twitter text field to blob to accommodate utf8mb4 characters.
twitter_update_7509 ./twitter.install Replaced by update 7511.
twitter_update_7510 ./twitter.install Add an extra index on {twitter}.created_time.
twitter_update_7511 ./twitter.install Add the new "administer twitter" permission to all roles that have the "administer site configuration" permission.
twitter_update_7512 ./twitter.install Add index on {twitter_account}.uid.
twitter_update_7513 ./twitter.install Rebuild the theme cache because the tweet template was renamed.
twitter_update_7514 ./twitter.install Updates twitter_search variable to point to https://twitter.com/ if they still point to the unsecured URL.
twitter_update_7515 ./twitter.install Adds retweet_count field to twitter table.
twitter_user_delete ./twitter.module Implements hook_user_delete().
twitter_user_load ./twitter.module Implements hook_user_load().
twitter_user_settings ./twitter.pages.inc Form builder that lists Twitter accounts. 1
twitter_user_view_alter ./twitter.module Implements hook_user_view_alter()
twitter_views_api ./twitter.module Implements hook_views_api().
twitter_views_data_alter ./twitter.views.inc Implements hook_views_data().
twitter_views_default_views ./twitter.views_default.inc @file Default views for Twitter module.
_twitter_account_list_row ./twitter.pages.inc Returns the form fields to manage a Twitter account. 1
_twitter_actions_get_twitter_id twitter_actions/twitter_actions.module Validates the Twitter account to use to send a Tweet. 2
_twitter_filter_embed_tweet ./twitter.module Callback for Embedded Tweets. 1
_twitter_filter_hashtag ./twitter.module Callback for twitter #hashtag converter. 2 1
_twitter_filter_link ./twitter.module Callback for Twitter link converter. 2 1
_twitter_filter_text ./twitter.module This helper function converts Twitter-style @usernames and #hashtags into actual links. 2
_twitter_filter_tip_embed_tweet ./twitter.module Filter tips callback function for Embedded Tweets. 1
_twitter_filter_tip_hashtag ./twitter.module Filter tips callback function for Twitter hashtags. 1
_twitter_filter_tip_link ./twitter.module Filter tips callback function for Twitter links. 1

Pages

Other projects