You are here

function ga_push_get_methods_option_list_social in GA Push 8

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

Get the options list for page views.

File

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

Code

function ga_push_get_methods_option_list_social() {
  return ga_push_get_methods_option_list(GA_PUSH_TYPE_SOCIAL);
}