You are here

Functions in DFP Small Business (Google Ad Manager) 7.2

Primary tabs

Namesort descending Location Description Direct uses Strings
google_admanager_add_attribute ./google_admanager.module Set page-level attributes to pass to GAM 2
google_admanager_add_block ./google_admanager.module Each time there is an require to display an ad slot, the JavaScript that asks Google to fill the slot is passed to this function. If lazy mode is enable, it save the code and display it later. If not, the code is outputted immediately. 2
google_admanager_add_js ./google_admanager.module Store ad slots js and when called with no slot, return the whole ad manager javascript 4
google_admanager_add_term_attribute ./google_admanager.module Re-usable function for adding term attributes 2
google_admanager_admin_settings_form ./google_admanager.admin.inc Implements hook_admin_settings() for configuring the module(). 2
google_admanager_admin_settings_form_submit ./google_admanager.admin.inc Implements hook_admin_settings_form_submit(). 1
google_admanager_admin_settings_form_validate ./google_admanager.admin.inc Implements hook_admin_settings_form_validate().
google_admanager_admin_superslot_confirm_delete ./google_admanager.admin.inc Form builder; Builds the confirmation form for deleting a superslot. 1
google_admanager_admin_superslot_confirm_delete_submit ./google_admanager.admin.inc Process google_admanager_admin_superslot_confirm_delete form submissions.
google_admanager_admin_superslot_delete ./google_admanager.admin.inc Menu callback; Delete a superslot 1
google_admanager_admin_superslot_form ./google_admanager.admin.inc Form to manage (add/remove) superslot 1
google_admanager_admin_superslot_form_submit ./google_admanager.admin.inc Submitter for google_admanager_admin_superslot_form
google_admanager_admin_superslot_form_validate ./google_admanager.admin.inc Validator for google_admanager_admin_superslot_form
google_admanager_block_configure ./google_admanager.module Implements hook_block_configure().
google_admanager_block_info ./google_admanager.module Implements hook_block_info().
google_admanager_block_save ./google_admanager.module Implements hook_block_save().
google_admanager_block_view ./google_admanager.module Implements hook_block_view().
google_admanager_filter_info ./google_admanager.module Implements hook_filter().
google_admanager_form_alter ./google_admanager.module Implements hook_form_alter().
google_admanager_get_js ./google_admanager.module Output the Google Admanager scripts by way of drupal_add_js(). 1
google_admanager_init ./google_admanager.module Implements hook_init().
google_admanager_menu ./google_admanager.module Implements hook_menu().
google_admanager_node_view ./google_admanager.module Implements hook_node_view().
google_admanager_page_alter ./google_admanager.module Implements hook_page_alter().
google_admanager_permission ./google_admanager.module Implements hook_permission().
google_admanager_preprocess_page ./google_admanager.module Implements hook_preprocess_page().
google_admanager_theme ./google_admanager.module Implements hook_theme().
google_admanager_uninstall ./google_admanager.install Implements hook_install().
google_admanager_update_6100 ./google_admanager.install Update legacy blocks to use BLOCK_NO_CACHE cache mode, for compatibility with Drupal 6's block cache feature. 1
google_admanager_update_6101 ./google_admanager.install Rerun the previous update to force the BLOCK_NO_CACHE settings for blocks added subsequent to update 6100 but before changes in http://drupal.org/node/351214#comment-2254886 applied
google_admanager_update_6102 ./google_admanager.install This help user with 1.0 to upgrade, because the old 6102 is broken.
google_admanager_update_6103 ./google_admanager.install Try again with last broken upgrade Description is at http://drupal.org/node/624284#comment-2939486 1
google_admanager_update_6200 ./google_admanager.install Baseline for 6.x-2.x schema
google_admanager_update_7000 ./google_admanager.install Prepare for Drupal API 7.x
google_admanager_update_7200 ./google_admanager.install Baseline for 7.x-2.x schema
google_admanager_wrong_update_6102 ./google_admanager.install Implementation of hook_update_N().
theme_google_admanager_block ./google_admanager.module Theme function the Ad Slot code
_google_admanager_clean_string ./google_admanager.module Internal function to "clean" a string to use as an attribute 2
_google_admanager_filter_tips ./google_admanager.module Filter tips callback for the Google Admanager filter. 1
_google_admanager_get_ad_slots ./google_admanager.module Get all ad slots each correspond to block (with delta/name) 4
_google_admanager_substitute_tags ./google_admanager.module Replace all Admanager tags with their corresponding files or images. 1

Other projects