You are here

Functions in Popup On Load 8

Primary tabs

Namesort descending Location Description Direct uses Strings
hook_popup_onload_check_display_conditions ./popup_onload.api.php Check popup display conditions.
hook_popup_onload_js_settings_alter ./popup_onload.api.php Alter colorbox JS settings right before the popup is displayed.
hook_popup_onload_sort_methods ./popup_onload.api.php Provide sort methods for popups.
popup_onload_check_display_conditions ./popup_onload.module Determine whether the popup is allowed to display. 1
popup_onload_check_path ./popup_onload.module Checks whether the current path is included in popup settings. 1
popup_onload_check_time_cookie ./popup_onload.module Check if popup_onload cookie is set. 2
popup_onload_choose_popup ./popup_onload.module Load the current popup using current choose method.
popup_onload_get_popups_all ./popup_onload.module A stub to fetch all popup_onload entities. 2
popup_onload_help ./popup_onload.module Implements hook_help().
popup_onload_page_attachments ./popup_onload.module Implements hook_page_attachments().
popup_onload_popup_onload_check_display_conditions ./popup_onload.module Implements hook_popup_onload_check_display_conditions().
popup_onload_popup_onload_sort_methods ./popup_onload.module Implements hook_popup_onload_sort_methods().
popup_onload_prepare_popup ./popup_onload.module Generate Javascript parameters for popup. 1
popup_onload_save_time_cookie ./popup_onload.module Save popup display time into the cookie. 1
popup_onload_sort_methods ./popup_onload.module Returns an array of sort methods, declared in all enabled modules. 2
popup_onload_sort_method_random ./popup_onload.module Callback of the popup sorting method. 1
popup_onload_statistics_add_js modules/popup_onload_statistics/popup_onload_statistics.module Add popup statistics JS to the page. 1
popup_onload_statistics_admin_form modules/popup_onload_statistics/popup_onload_statistics.admin.inc Callback for the admin report table. 1
popup_onload_statistics_entity_delete modules/popup_onload_statistics/popup_onload_statistics.module Implements hook_entity_delete().
popup_onload_statistics_get_stats modules/popup_onload_statistics/popup_onload_statistics.module Fetch statistics from the database. 1
popup_onload_statistics_init modules/popup_onload_statistics/popup_onload_statistics.module Implements hook_init().
popup_onload_statistics_log modules/popup_onload_statistics/popup_onload_statistics.module AJAX gate for popup statistics logging. 1
popup_onload_statistics_menu modules/popup_onload_statistics/popup_onload_statistics.module Implements hook_menu().
popup_onload_statistics_schema modules/popup_onload_statistics/popup_onload_statistics.install Implements hook_schema().
popup_onload_statistics_theme modules/popup_onload_statistics/popup_onload_statistics.module Implements hook_theme().
popup_onload_theme ./popup_onload.module Implements hook_theme().
popup_onload_theme_suggestions_popup_onload ./popup_onload.module Implements hook_theme_suggestions_HOOK().
popup_onload_update_8001 ./popup_onload.install Implements hook_update_N().
template_preprocess_popup_onload ./popup_onload.page.inc Prepares variables for Popup On Load templates.
theme_popup_onload_statistics_table modules/popup_onload_statistics/popup_onload_statistics.theme.inc Theme popup statistics table.

Other projects