You are here

function ga_push_get_event_non_interaction_option_list in GA Push 8

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

Get the event non interaction rules options list.

File

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

Code

function ga_push_get_event_non_interaction_option_list() {
  return [
    FALSE => t("False"),
    TRUE => t("True"),
  ];
}