You are here

Functions in Drupagram 6

Primary tabs

Namesort descending Location Description Direct uses Strings
drupagram_account_delete ./drupagram.inc Delete a drupagram account and its statuses. 1
drupagram_account_form ./drupagram.pages.inc Form to add a Instagram account 1
drupagram_account_form_submit ./drupagram.pages.inc Implements hook_FORM_ID_submit()
drupagram_account_list_form ./drupagram.pages.inc 1
drupagram_account_list_form_submit ./drupagram.pages.inc
drupagram_account_load ./drupagram.inc Load a Instagram account from {drupagram_account}. 4
drupagram_account_oauth_validate ./drupagram.pages.inc If OAuth is enabled, intercept submission of 'Add Account' form on user/%/edit/drupagram page and redirect to Instagram for auth. 1
drupagram_account_save ./drupagram.inc Saves a InstagramUser object to {drupagram_account} 3
drupagram_admin_form ./drupagram.pages.inc Form builder; Instagram settings form. 1
drupagram_connect ./drupagram.inc Connect to the API using the 'proper' version (Oauth vs. standard) 1
drupagram_cron ./drupagram.module Implementation hook_cron().
drupagram_drupagram_accounts ./drupagram.module An implementation of hook_drupagram_accounts. We want to move this into a separate module eventually, but sticking the code here and using a hook lets other modules solve the 'what accounts can a user post with' problem in cleaner ways.
drupagram_edit_access ./drupagram.module 1
drupagram_emoji ./drupagram.inc Helper function to handle emoji special characters. 2
drupagram_fetch_recent_items ./drupagram.inc Fetches a user's recent items. 1
drupagram_install ./drupagram.install Implementation hook_install().
drupagram_media_save ./drupagram.inc Saves a InstagramMedia object to {drupagram} 1
drupagram_menu ./drupagram.module Implementation hook_menu().
drupagram_oauth_callback ./drupagram.pages.inc Wrapper to call drupal_form_submit() which wasn't required in D6. 1
drupagram_oauth_callback_form ./drupagram.pages.inc Form builder function. In D6 this form was built in response to the oauth return request from Instagram, and the setting of $form['#post'] seems to have caused the form to be validated and processed. 1
drupagram_oauth_callback_form_submit ./drupagram.pages.inc Handle a Instagram OAuth return request and store the account creds in the DB. Redirects to user/%/edit/drupagram
drupagram_oauth_callback_form_validate ./drupagram.pages.inc Validate results from Instagram OAuth return request.
drupagram_perm ./drupagram.module Implementation of hook_perm().
drupagram_schema ./drupagram.install Implements hook_schema().
drupagram_theme ./drupagram.module Implementation hook_theme().
drupagram_uninstall ./drupagram.install Implementation hook_uninstall().
drupagram_user ./drupagram.module Implementation hook_user().
drupagram_user_make_global ./drupagram.pages.inc 1
drupagram_user_settings ./drupagram.pages.inc 1
drupagram_views_api ./drupagram.module Implementation hook_views_api().
drupagram_views_data views/drupagram.views.inc Implements hook_views_data().
drupagram_views_data_alter views/drupagram.views.inc @todo Please document this function.
drupagram_views_default_views views/drupagram.views_default.inc @file Provide views for drupagram
drupagram_views_handlers views/drupagram.views.inc Implementation of hook_views_handlers().
theme_drupagram_account_list_form ./drupagram.pages.inc
theme_drupagram_likes ./drupagram.theme.inc Theme the likes data
theme_drupagram_likes_data ./drupagram.theme.inc Theme the likes items only
theme_drupagram_likes_data_item ./drupagram.theme.inc Theme a specific like item.
_drupagram_account_list_row ./drupagram.pages.inc 1
_drupagram_use_oauth ./drupagram.module Detect whether we should use oauth. 2

Other projects