You are here

function countries_country_expand in Countries 7.2

Same name and namespace in other branches
  1. 8 countries.module \countries_country_expand()
  2. 7 countries.module \countries_country_expand()

Our process callback to expand the country FAPI element.

See also

_countries_country_expand()

1 string reference to 'countries_country_expand'
_countries_element_info in ./countries.elements.inc
Actual implementation hook_element_info().

File

./countries.module, line 974
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);
}