You are here

function location_views_handler_arg_user_city in Location 5

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

City argument handler.

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

File

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

Code

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