| continents_api_csv_import_continents | contrib/continents_api/continents_api.module | Function to import regions from CSV file
TODO: provide arguments for specifying csv files
TODO: Setup permissions | 1 |  | 
          
                  | continents_api_get_continents | contrib/continents_api/continents_api.module | Get all continents. | 1 |  | 
          
                  | continents_api_get_countries | contrib/continents_api/continents_api.module | Function to get a region by iso2 country name |  |  | 
          
                  | continents_api_install | contrib/continents_api/continents_api.install | Implementation of hook_install(). |  |  | 
          
                  | continents_api_schema | contrib/continents_api/continents_api.install | Implementation of hook_schema(). |  |  | 
          
                  | continents_api_uninstall | contrib/continents_api/continents_api.install | Implementation of hook_uninstall(). |  |  | 
          
                  | countries_api_csv_import_countries | ./countries_api.module | Function to import countries from CSV file
TODO: provide arguments for specifying csv files
TODO: setup permissions | 2 |  | 
          
                  | countries_api_get_array | ./countries_api.module | Function to return an associative array of countries with key/values based on args
Can be used to get results for FAPI form options. | 2 |  | 
          
                  | countries_api_get_country | ./countries_api.module | ISO 3166-1-alpha-#n code to country API function |  |  | 
          
                  | countries_api_get_formats | ./countries_api.module | Funtion to return available formats | 2 |  | 
          
                  | countries_api_get_list | ./countries_api.module | Function to return an associative array of all countries. | 3 |  | 
          
                  | countries_api_get_name | ./countries_api.module | ISO 3166-1-alpha-#n code to country name API function | 2 |  | 
          
                  | countries_api_get_options_array | ./countries_api.module | Function for returning an associative array useful for FAPI select elements | 2 |  | 
          
                  | countries_api_help | ./countries_api.module | Implementation of hook_help(). |  |  | 
          
                  | countries_api_install | ./countries_api.install | Implementation of hook_install(). |  |  | 
          
                  | countries_api_iso2_get_country | ./countries_api.module | ISO 3166-1-alpha-2 code to country API function | 3 |  | 
          
                  | countries_api_iso2_get_iso3 | ./countries_api.module | ISO 3166-1-alpha-2 code to ISO 3166-1-alpha-3 code API function | 1 |  | 
          
                  | countries_api_iso2_get_name | ./countries_api.module | ISO 3166-1-alpha-2 code to country name API function | 3 |  | 
          
                  | countries_api_iso3_get_country | ./countries_api.module | ISO 3166-1-alpha-3 code to country API function | 3 |  | 
          
                  | countries_api_iso3_get_iso2 | ./countries_api.module | ISO 3166-1-alpha-3 code to ISO 3166-1-alpha-2 code API function | 1 |  | 
          
                  | countries_api_iso3_get_name | ./countries_api.module | ISO 3166-1-alpha-3 code to country name API function | 3 |  | 
          
                  | countries_api_numcode_get_country | ./countries_api.module | ISO 3166-1 numcode to country API function | 1 |  | 
          
                  | countries_api_numcode_get_name | ./countries_api.module | ISO 3166-1 numcode to country name API function |  |  | 
          
                  | countries_api_schema | ./countries_api.install | Implementation of hook_schema(). |  |  | 
          
                  | countries_api_service_access | contrib/countries_api_service/countries_api_service.module | Function to check user access |  |  | 
          
                  | countries_api_service_get_options_array | contrib/countries_api_service/countries_api_service.module | Returns an array of countries |  | 1 | 
          
                  | countries_api_service_help | contrib/countries_api_service/countries_api_service.module | Implementation of hook_help(). |  |  | 
          
                  | countries_api_service_perm | contrib/countries_api_service/countries_api_service.module | Implementation of hook_perm(). |  |  | 
          
                  | countries_api_service_service | contrib/countries_api_service/countries_api_service.module | Implementation of hook_service(). |  |  | 
          
                  | countries_api_uninstall | ./countries_api.install | Implementation of hook_uninstall(). |  |  | 
          
                  | countries_api_update_6000 | ./countries_api.install | Implementation of hook_update_N(). |  |  | 
          
                  | countries_api_update_6101 | ./countries_api.install | Implementation of hook_update_N(). |  |  | 
          
                  | countries_api_update_6102 | ./countries_api.install |  |  |  | 
          
                  | countries_api_update_6103 | ./countries_api.install | Issue #1561152 - Change "Libyan Arab Jamahiriya" to "Libya". |  |  | 
          
                  | countries_api_validate_format | ./countries_api.module | Function to validate format argument | 1 |  | 
          
                  | regions_api_csv_import_regions | contrib/regions_api/regions_api.module | Function to import regions from CSV file
TODO: provide arguments for specifying csv files
TODO: Setup permissions | 1 |  | 
          
                  | regions_api_help | contrib/regions_api/regions_api.module | Implementation of hook_help(). |  |  | 
          
                  | regions_api_install | contrib/regions_api/regions_api.install | Implementation of hook_install(). |  |  | 
          
                  | regions_api_iso2_get_array | contrib/regions_api/regions_api.module | Function to get a region by iso2 country name | 1 |  | 
          
                  | regions_api_iso2_get_options_array | contrib/regions_api/regions_api.module | Funtion to get an options array of country regions | 1 |  | 
          
                  | regions_api_schema | contrib/regions_api/regions_api.install | Implementation of hook_schema(). |  |  | 
          
                  | regions_api_service_access | contrib/regions_api_service/regions_api_service.module | Function to check user access |  |  | 
          
                  | regions_api_service_help | contrib/regions_api_service/regions_api_service.module | Implementation of hook_help(). |  |  | 
          
                  | regions_api_service_load | contrib/regions_api_service/regions_api_service.module | Returns an array of countries |  | 1 | 
          
                  | regions_api_service_perm | contrib/regions_api_service/regions_api_service.module | Implementation of hook_perm(). |  |  | 
          
                  | regions_api_service_service | contrib/regions_api_service/regions_api_service.module | Implementation of hook_service(). |  |  | 
          
                  | regions_api_uninstall | contrib/regions_api/regions_api.install | Implementation of hook_uninstall(). |  |  | 
          
                  | regions_api_update_6000 | contrib/regions_api/regions_api.install | Implementation of hook_update_N(). |  |  | 
          
                  | _countries_api_flush | ./countries_api.module | Function to flush (empty) the countries database | 1 |  | 
          
                  | _countries_api_get_country | ./countries_api.module | Function to return a country by code and name. | 6 |  |