function countries_country_expand in Countries 8
Same name and namespace in other branches
- 7.2 countries.module \countries_country_expand()
- 7 countries.module \countries_country_expand()
Our process callback to expand the country FAPI element.
See also
1 string reference to 'countries_country_expand'
- _countries_element_info in ./
countries.elements.inc - Actual implementation hook_element_info().
File
- ./
countries.module, line 976 - Defines the field and entity information for countries.
Code
function countries_country_expand($element) {
module_load_include('elements.inc', 'countries');
return _countries_country_expand($element);
}