You are here

Functions in GeoIP API 7.2

Primary tabs

Namesort descending Location Description Direct uses Strings
geoip_admin_settings ./geoip.admin.inc Menu callback and form builder for admin/settings/geoip. 1
geoip_city_name ./geoip.module Returns the city data for a given IP. 1
geoip_continents_list ./geoip.module Returns the list with the ISO continents keyed by the continent code. 3 1
geoip_continent_code ./geoip.module Returns the continent code for a given IP. 5
geoip_continent_name ./geoip.module Returns the continent name for a given IP. 3
geoip_countries_list ./geoip.module Returns the list of country codes. 1
geoip_country_code ./geoip.module Returns the ISO 3166-2 country code for a given IP. 5
geoip_country_name ./geoip.module Returns the country name for a given IP. 3
geoip_ctools_ctools_plugin_directory ./geoip.module Implements hook_ctools_plugin_directory().
geoip_ctools_plugin_region_ctools_access_check plugins/access/region.inc Check for access. 3
geoip_ctools_plugin_region_ctools_access_check plugins/access/continent.inc Check for access. 3
geoip_ctools_plugin_region_ctools_access_check plugins/access/country.inc Check for access. 3
geoip_ctools_plugin_region_ctools_access_settings plugins/access/region.inc Settings form for the 'user_agent' access plugin. 3
geoip_ctools_plugin_region_ctools_access_settings plugins/access/continent.inc Settings form for the 'user_agent' access plugin. 3
geoip_ctools_plugin_region_ctools_access_settings plugins/access/country.inc Settings form for the 'user_agent' access plugin. 3
geoip_ctools_plugin_region_ctools_access_summary plugins/access/region.inc Provide a summary description based upon provided user agent. 3
geoip_ctools_plugin_region_ctools_access_summary plugins/access/continent.inc Provide a summary description based upon provided user agent. 3
geoip_ctools_plugin_region_ctools_access_summary plugins/access/country.inc Provide a summary description based upon provided user agent. 3
geoip_data_file_validate ./geoip.admin.inc Validate that the geoip_data_file exists. 1
geoip_get_api_version ./geoip.module Returns the version of the api to use. 1
geoip_instance ./geoip.module Returns the instance to handle the configured file. 8
geoip_ip_address ./geoip.module Helper function to get the current ip address. 9
geoip_libraries_info ./geoip.module Implements hook_libraries_info().
geoip_menu ./geoip.module Implements hook_menu().
geoip_raw_record ./geoip.module Returns the country code for a given IP.
geoip_region_code ./geoip.module Returns the region code for a given IP. 4
geoip_region_name ./geoip.module Returns the region name, given a country code and region code. 3
geoip_requirements ./geoip.install Implements hook_requirements().
geoip_rules_condition_continent_compare ./geoip.rules.inc Checks if the detected continent matches to one in the list. 1
geoip_rules_condition_country_compare ./geoip.rules.inc Checks if the detected country matches to one in the list. 1
geoip_rules_condition_info ./geoip.rules.inc Implements hook_rules_action_info().
geoip_tokens ./geoip.tokens.inc Implements hook_tokens().
geoip_token_info ./geoip.tokens.inc Implements hook_token_info().
geoip_uninstall ./geoip.install Implements hook_uninstall().
geoip_views_query_substitutions ./geoip.module Implements hook_views_query_substitutions().

Other projects