You are here

function location_views_handler_arg_user_country in Location 5

Same name and namespace in other branches
  1. 5.3 contrib/location_views/location_views.module \location_views_handler_arg_user_country()

Country argument handler.

1 string reference to 'location_views_handler_arg_user_country'
location_views_arguments in contrib/location_views/location_views.module

File

contrib/location_views/location_views.module, line 791
Views-enables the location module.

Code

function location_views_handler_arg_user_country($op, &$query, $argtype, $arg = '') {
  return location_views_handler_arg_country($op, $query, $argtype, $arg, 'user_location');
}