19 calls to country_load() in Countries 8
- CountriesCacheUnitTest::testCache in tests/
countries.test - CountriesCRUDUIUnitTest::testCountriesAddition in tests/
countries.test - This test that the country property lookup is working.
- CountriesCRUDUIUnitTest::testISO2Conflict in tests/
countries.test - Special case where the ISO matches an existing ISO code.
- CountriesCRUDUnitTest::testCountriesCRUD in tests/
countries.test - This test that the country property lookup is working.
- CountriesElementUnitTest::setUp in tests/
countries.test - CountriesElementUnitTest::testFAPIElement in tests/
countries.test - CountriesFunctionsUnitTest::testCountriesLock in tests/
countries.test - This test that core countries can not be deleted while user ones are.
- countries_admin_form_validate in ./
countries.admin.inc - Validate country form submissions.
- countries_apachesolr_display_callback in ./
countries.module - Returns the country name to be used in the facet.
- countries_apachesolr_map_callback in ./
countries.module - Map callback.
- countries_country_lookup in ./
countries.module - A helper function to find a country based on any country property.
- countries_field_diff_view in ./
countries.diff.inc - Diff field callback for parsing country field comparative values.
- countries_field_prepare_view in ./
countries.fields.inc - Implements hook_field_prepare_view().
- countries_field_widget_form in ./
countries.fields.inc - Implements hook_field_widget_form().
- countries_get_country in ./
countries.module - Wrapper for country_load().
- countries_tokens in ./
countries.tokens.inc - Implements hook_tokens().
- country_duplicate_field_check in ./
countries.admin.inc - Helper function to check for duplicates.
- country_validate in ./
countries.module - Validates a country.
- views_handler_field_countries::render in views/
views_handler_field_countries.inc - Render a translated country name.