You are here

function location_views_handler_arg_user_province in Location 5

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

Province argument handler.

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

File

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

Code

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