ad |
./ad.module |
Use this function to display ads from a specified group. |
4 |
16 |
adserve_ad |
./adserve.inc |
The main adserve logic. |
2 |
|
adserve_bootstrap |
./adserve.inc |
Include the necessary files and call the Drupal bootstrap. |
5 |
|
adserve_cache |
./adcache.inc |
Wrapper for calling adserve_cache functions. |
10 |
|
adserve_cache_build_hooks |
./adcache.inc |
Helper function to build hook tree. |
|
|
adserve_cache_display |
./adcache.inc |
Default function for displaying advertisements. This is not generally
replaced by ad cache modules. |
|
|
adserve_cache_display_ad |
./adcache.inc |
Load and display an advertisement directly from the database. |
|
|
adserve_cache_get_ad_ids |
./adcache.inc |
Default wrapper function for displaying advertisements. This generally
is not replaced by ad caches modules. |
|
|
adserve_cache_get_cache |
./adcache.inc |
Build and return the cache.
TODO: It's expensive to build the cache each time we serve an ad, this should
be cached in the database, not in a static. |
|
|
adserve_cache_hook |
./adcache.inc |
Invoke the appropraite hook. |
|
|
adserve_cache_id |
./adcache.inc |
Default function for retrieving list of ids. |
|
|
adserve_cache_increment |
./adcache.inc |
Increment action directly in the database. |
|
|
adserve_cache_open |
./adcache.inc |
Default initialization function, fully bootstraps Drupal to gain access to
the database. |
|
|
adserve_cache_validate |
./adcache.inc |
Validate aids. |
|
|
adserve_counter_image |
./imageserve.inc |
Generate a tiny image with GD, used to count when an ad has been displayed
on a cached page. |
1 |
|
adserve_debug |
./adserve.inc |
Display additional debug information. |
1 |
|
adserve_hook_filter |
./adcache.inc |
Support filter hooks. |
|
|
adserve_hook_select |
./adcache.inc |
Randomly select advertisements. |
|
|
adserve_hook_weight |
./adcache.inc |
Support weight hooks. |
|
|
adserve_include_drupal |
./adserve.inc |
Include Drupal's bootstrap.inc. |
1 |
|
adserve_invoke_file |
./adserve.inc |
Invoke a function in the specified file. |
|
|
adserve_invoke_hook |
./adcache.inc |
Invoke adserve cache hook, including files as necessary. |
4 |
|
adserve_variable |
./adserve.inc |
Retrieve variables from $_GET array or from passed in $value array. |
22 |
|
ad_access |
./ad.module |
Implementation of hook_access(). |
4 |
|
ad_actions_action_info |
actions/ad_actions.module |
Implementation of hook_action_info().
Define new advanced actions and the triggers that can invoke them. |
|
|
ad_actions_action_info_alter |
actions/ad_actions.module |
Implementation of hook_action_info_alter
Allow ad module triggers to trigger other actions. |
|
|
ad_actions_adapi |
actions/ad_actions.module |
Implementation of hook_adapi(). |
|
|
ad_actions_ad_actions_trigger |
actions/ad_actions.module |
Implementation of hook_trigger_name().
Trigger event, launch all appropriate actions. |
|
|
ad_actions_cron |
actions/ad_actions.module |
Implementation of hook_cron(). |
|
|
ad_actions_help |
actions/ad_actions.module |
Implementation of hook_help(). |
|
|
ad_actions_hook_info |
actions/ad_actions.module |
Implementation of hook_hook_info().
Define all available ad triggers. |
|
|
ad_actions_install |
actions/ad_actions.install |
ad_actions module installation. |
|
|
ad_actions_mail |
actions/ad_actions.module |
|
|
|
ad_actions_menu_alter |
actions/ad_actions.module |
Implementation of hook_menu_alter |
|
|
ad_actions_perm |
actions/ad_actions.module |
Implementation of hook_perm(). |
|
|
ad_actions_schema |
actions/ad_actions.install |
Implementation of hook_schema(). |
|
|
ad_actions_send_email_action_after |
actions/ad_actions.module |
Implementation of a configurable Drupal action.
Schedules an email, sent before scheduled actions. |
|
|
ad_actions_send_email_action_after_form |
actions/ad_actions.module |
Return a form definition so the advanced email action can be configured. |
|
|
ad_actions_send_email_action_after_submit |
actions/ad_actions.module |
Collect action configuration, stored serialized in the
database. |
|
|
ad_actions_send_email_action_before |
actions/ad_actions.module |
Implementation of a configurable Drupal action.
Schedules an email, sent before scheduled actions. |
|
|
ad_actions_send_email_action_before_form |
actions/ad_actions.module |
Return a form definition so the advanced email action can be configured. |
|
|
ad_actions_send_email_action_before_submit |
actions/ad_actions.module |
Collect action configuration, stored serialized in the
database. |
|
|
ad_actions_uninstall |
actions/ad_actions.install |
Allow complete uninstallation of the ad_actions module. |
|
|
ad_activity_details |
./ad.pages.inc |
|
|
1 |
ad_adapi |
./ad.module |
|
|
|
ad_admin_ads |
./ad.admin.inc |
Provide a filterable list of advertisements. |
|
3 |
ad_admin_ads_submit |
./ad.admin.inc |
Submit the ad administration update form. |
|
|
ad_admin_ads_validate |
./ad.admin.inc |
Must select an ad if performing an operation. |
|
|
ad_admin_configure_settings |
./ad.admin.inc |
Display a form for the ad module settings. |
|
1 |
ad_admin_configure_settings_submit |
./ad.admin.inc |
Save updated values from settings form. |
|
|