You are here

function ga_push_get_methods_option_list_event in GA Push 7

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

Get the options list for events.

1 string reference to 'ga_push_get_methods_option_list_event'
ga_push_rules_action_info in ./ga_push.rules.inc
Implements hook_rules_action_info().

File

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

Code

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