You are here

function location_handler_argument_location_country::title in Location 7.5

Same name and namespace in other branches
  1. 6.3 handlers/location_handler_argument_location_country.inc \location_handler_argument_location_country::title()
  2. 7.3 handlers/location_handler_argument_location_country.inc \location_handler_argument_location_country::title()
  3. 7.4 handlers/location_handler_argument_location_country.inc \location_handler_argument_location_country::title()

Override the behavior of title(). Get the country name.

Overrides views_handler_argument::title

File

handlers/location_handler_argument_location_country.inc, line 10

Class

location_handler_argument_location_country
Argument handler to accept a country code or name.

Code

function title() {
  return location_country_name($this->argument);
}