You are here

Functions in Location Taxonomize 7.2

Primary tabs

Namesort descending Location Description Direct uses Strings
hook_location_taxonomize_initialize ./location_taxonomize.api.php Act during the Location Taxonomize initialization process.
hook_location_taxonomize_source ./location_taxonomize.api.php Allows to register a module as a source module for Location Taxonomize.
location_taxonomize_access_admin ./location_taxonomize.module custom access callback for admin form 1
location_taxonomize_af_bulk_taxonomize_op location_taxonomize_af/location_taxonomize_af.module Runs the bulk taxonomize operation
location_taxonomize_af_element_submitted location_taxonomize_af/location_taxonomize_af.module A submit handler for forms that contain an addressfield 1
location_taxonomize_af_enable location_taxonomize_af/location_taxonomize_af.install Implements hook_enable().
location_taxonomize_af_field_widget_addressfield_standard_form_alter location_taxonomize_af/location_taxonomize_af.module Implements hook_field_widget_WIDGET_TYPE_form_alter(). Here we add a process callback for every widget that is set to be taxonomized
location_taxonomize_af_field_widget_info_alter location_taxonomize_af/location_taxonomize_af.module Implements hook_field_widget_info_alter(). This is used to add a setting to the addressfield widget type that determines whether the field is taxonomized
location_taxonomize_af_form_field_ui_field_edit_form_alter location_taxonomize_af/location_taxonomize_af.module Implements hook_form_field_ui_field_edit_form_alter(). Here we add a form element on the addressfield widget settings form to allow users to configure whether this field will be taxonomized
location_taxonomize_af_get_fields location_taxonomize_af/location_taxonomize_af.inc Returns the Address Field fields that can be used for the Location Vocabulary 1
location_taxonomize_af_install location_taxonomize_af/location_taxonomize_af.install Implements hook_install().
location_taxonomize_af_location_taxonomize_initialize location_taxonomize_af/location_taxonomize_af.module Implements hook_location_taxonomize_initialize().
location_taxonomize_af_location_taxonomize_source location_taxonomize_af/location_taxonomize_af.module Register this module as a source module for Location Taxonomize
location_taxonomize_af_primary_field_names location_taxonomize_af/location_taxonomize_af.inc Tells Location Taxonomize the names used in this module for the 'Primary Fields' defined by Location Taxonomize
location_taxonomize_af_process_address location_taxonomize_af/location_taxonomize_af.module A #process callback function for the addressfield widget Here we make note of this field in the form_state array, and add a submit callback to the form that will handle the processing. 1
location_taxonomize_af_requirements location_taxonomize_af/location_taxonomize_af.install Implements hook_requirements().
location_taxonomize_af_uninstall location_taxonomize_af/location_taxonomize_af.install Implements hook_uninstall().
location_taxonomize_bulk_taxonomize ./location_taxonomize.module Calls the Batch API to run the bulk operation function 1
location_taxonomize_bulk_taxonomize_finished ./location_taxonomize.module Last function to run after bulk taxonomize operation 1
location_taxonomize_convert_field_name ./location_taxonomize.inc Converts a field name from the current source to an internal primary field name if necessary. Otherwise returns the given name. 3
location_taxonomize_disassociate ./location_taxonomize.inc Disassociates the vocabulary - unlinks the current Location Vocabulary from the module 1
location_taxonomize_empty_vocab ./location_taxonomize.inc Empties the Location Vocabulary (called as an AJAX callback from the admin form) 1 1
location_taxonomize_enable ./location_taxonomize.install Implements hook_enable().
location_taxonomize_enabled ./location_taxonomize.inc Returns whether the option to enable this module is set 2
location_taxonomize_field_attach_form ./location_taxonomize.module Implements hook_field_attach_form().
location_taxonomize_form ./location_taxonomize.admin.inc Location Taxonomize administration form 1
location_taxonomize_form_alter location_taxonomize_location/location_taxonomize_location.module Implements hook_form_alter().
location_taxonomize_form_validate ./location_taxonomize.admin.inc Validation hook for the module's admin form
location_taxonomize_get_country_code ./location_taxonomize.inc Uses the core countries list to return a country code given a name
location_taxonomize_get_country_name ./location_taxonomize.inc Uses the core countries list to return a country name given a code 2
location_taxonomize_get_primary_fields ./location_taxonomize.inc Some fields are defined as 'Primary Fields'. This function returns an array mapping internal field names to source field names, or the other direction, if $reverse is TRUE 2
location_taxonomize_get_settings ./location_taxonomize.inc Returns the main settings array for this module 1
location_taxonomize_get_sources ./location_taxonomize.inc Returns an array indicating which of the possible Source modules are installed 1
location_taxonomize_initialize ./location_taxonomize.module Submit callback for the initialization config form. Handles initialization of Location Taxonomy. 1
location_taxonomize_install ./location_taxonomize.install Implements hook_install().
location_taxonomize_location_bulk_taxonomize_op location_taxonomize_location/location_taxonomize_location.module Runs the bulk taxonomize operation
location_taxonomize_location_enable location_taxonomize_location/location_taxonomize_location.install Implements hook_enable().
location_taxonomize_location_fixup location_taxonomize_location/location_taxonomize_location.inc Adds the country name and province name fields to a Location 2
location_taxonomize_location_get_fields location_taxonomize_location/location_taxonomize_location.inc Returns the Location module fields that can be used for the Location Vocabulary 1
location_taxonomize_location_install location_taxonomize_location/location_taxonomize_location.install Implements hook_install().
location_taxonomize_location_location_empty location_taxonomize_location/location_taxonomize_location.module Helper function to determine if a location object is empty or not. This is not a great solution, but it's the best I can do at the moment. 1
location_taxonomize_location_location_taxonomize_source location_taxonomize_location/location_taxonomize_location.module Register this module as a source module for Location Taxonomize
location_taxonomize_location_primary_field_names location_taxonomize_location/location_taxonomize_location.inc Tells Location Taxonomize the names used in this module for the 'Primary Fields' Country, State/Province, City
location_taxonomize_location_requirements location_taxonomize_location/location_taxonomize_location.install Implements hook_requirements().
location_taxonomize_location_submitt location_taxonomize_location/location_taxonomize_location.module Submit handler for forms with Location fields in them 1
location_taxonomize_location_uninstall location_taxonomize_location/location_taxonomize_location.install Implements hook_uninstall().
location_taxonomize_make_longname ./location_taxonomize.module 2
location_taxonomize_menu ./location_taxonomize.module Implements hook_menu().
location_taxonomize_permission ./location_taxonomize.module Implements hook_permission().
location_taxonomize_process_item ./location_taxonomize.module Determines if a location needs to be taxonomized. If so, it saves the appropriate terms Returns an array containing two items: the first is the number of new terms saved, and the second is an array of all the terms that correspond to this object,… 2

Pages

Other projects