You are here

function countries_get_properties in Countries 7.2

Same name and namespace in other branches
  1. 8 countries.module \countries_get_properties()

Callback for getting extra country properties.

See also

countries_entity_property_info_alter()

1 string reference to 'countries_get_properties'
countries_entity_property_info_alter in ./countries.info.inc
Implements hook_entity_property_info_alter().

File

./countries.module, line 1124
Defines the field and entity information for countries.

Code

function countries_get_properties($data = FALSE, array $options, $name) {
  return country_property($data, $name);
}