You are here

function location_handler_filter_location_country::admin_summary in Location 7.4

Same name and namespace in other branches
  1. 6.3 handlers/location_handler_filter_location_country.inc \location_handler_filter_location_country::admin_summary()
  2. 7.5 handlers/location_handler_filter_location_country.inc \location_handler_filter_location_country::admin_summary()
  3. 7.3 handlers/location_handler_filter_location_country.inc \location_handler_filter_location_country::admin_summary()

Display the filter on the administrative summary.

Overrides views_handler_filter_in_operator::admin_summary

File

handlers/location_handler_filter_location_country.inc, line 16

Class

location_handler_filter_location_country
Filter on country.

Code

function admin_summary() {
  return '';

  //    $options = $this->operator_options('short');
  //    return (!empty($this->options['exposed']) ? t('exposed') : $options[$this->operator]);
}