You are here

function ga_push_get_methods_option_list_event in GA Push 8

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

Get the options list for events.

1 call to ga_push_get_methods_option_list_event()
ga_push_form_rules_expression_edit_alter in ./ga_push.module
Implements hook_form_rules_expression_edit_alter().

File

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

Code

function ga_push_get_methods_option_list_event() {
  return ga_push_get_methods_option_list(GA_PUSH_TYPE_EVENT);
}