You are here

function ga_push_get_methods_option_list_exception in GA Push 8

Same name and namespace in other branches
  1. 7 ga_push.module \ga_push_get_methods_option_list_exception()

Get the options list for exception.

File

./ga_push.module, line 626
Drupal Module: GA Push.

Code

function ga_push_get_methods_option_list_exception() {
  return ga_push_get_methods_option_list(GA_PUSH_TYPE_EXCEPTION);
}