You are here

function popup_onload_sort_methods in Popup On Load 7

Same name and namespace in other branches
  1. 8 popup_onload.module \popup_onload_sort_methods()

Returns an array of sort methods, declared in all enabled modules.

2 calls to popup_onload_sort_methods()
popup_onload_admin_settings_form in ./popup_onload.admin.inc
Popup On Load admin settings form.
popup_onload_choose_popup in ./popup_onload.module
Load the current popup using current choose method.

File

./popup_onload.module, line 177
Contains main popup_onload hooks and functions.

Code

function popup_onload_sort_methods() {
  return module_invoke_all('popup_onload_sort_methods');
}