You are here

function location_handler_sort_location_country::has_extra_options in Location 6.3

Same name and namespace in other branches
  1. 7.3 handlers/location_handler_sort_location_country.inc \location_handler_sort_location_country::has_extra_options()

File

handlers/location_handler_sort_location_country.inc, line 11

Class

location_handler_sort_location_country

Code

function has_extra_options() {
  return TRUE;
}