You are here

function countries_field_info_property_callback in Countries 7.2

@TODO: Function to keep compatibility with 7.x-2.1 version. @see: #2293209 issue.

File

./countries.fields.inc, line 35
All field related code.

Code

function countries_field_info_property_callback(&$info, $entity_type, $field, $instance, $field_type) {
  countries_entity_metadata_field_property_callback($info, $entity_type, $field, $instance, $field_type);
}