function countries_get_properties in Countries 8
Same name and namespace in other branches
- 7.2 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 1127  - Defines the field and entity information for countries.
 
Code
function countries_get_properties($data = FALSE, array $options, $name) {
  return country_property($data, $name);
}