You are here

function country_field_options_list in Country Field 7

Implements hook_options_list().

File

./country_field.module, line 63
Contains field hook implementations for a country select field.

Code

function country_field_options_list($field, $instance, $entity_type, $entity) {
  return country_field_countries($field, $instance, $entity_type, $entity, $cacheable);
}