You are here

Functions in Location Taxonomize 7

Primary tabs

Namesort descending Location Description Direct uses Strings
location_taxonomize_access_admin ./location_taxonomize.module custom access callback for admin form 1
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_bulk_taxonomize_op ./location_taxonomize.module Runs the bulk taxonomize operation 1
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 form callback) 1 1
location_taxonomize_enable ./location_taxonomize.install Implements hook_enable().
location_taxonomize_form ./location_taxonomize.admin.inc Location Taxonomize administration form 1
location_taxonomize_form_validate ./location_taxonomize.admin.inc Validation hook for the module's admin form
location_taxonomize_initialize ./location_taxonomize.module Called from the configuration form. Handles initialization of Location Taxonomy 1
location_taxonomize_install ./location_taxonomize.install Implements hook_install().
location_taxonomize_locationapi ./location_taxonomize.module Implements hook_locationapi(). Used to save terms when locations are saved.
location_taxonomize_menu ./location_taxonomize.module Implements hook_menu().
location_taxonomize_permission ./location_taxonomize.module Implements hook_permission().
location_taxonomize_process_loc ./location_taxonomize.module Determines if a location needs to be taxonomized. If so, it saves the appropriate terms Returns the number of terms added 2
location_taxonomize_requirements ./location_taxonomize.install Implements hook_requirements().
location_taxonomize_uninstall ./location_taxonomize.install Implements hook_uninstall().
_find_term ./location_taxonomize.module Given a name, hierarchy level, and parent id, this function returns the term if such a term exists, and FALSE if it doesn't. It returns TRUE if the term was not found but should not be saved NOTE: $parentid is only necessary if $hlevel > 0.… 1
_fix_loc_tmp ./location_taxonomize.module A temporary fix for an apparent bug, due to which the country_name field is not updated during the call to hook_locationapi. Also used to add the country_name and province_name fields to the location in cases where the location is read from the database 1
_get_location_fields ./location_taxonomize.inc Returns the Location module fields that can be used for the Location Vocabulary 2
_location_taxonomize_create_term_name ./location_taxonomize.module Helper function to create the name for a term to be saved, considering all the config options 1
_location_taxonomize_del_variables ./location_taxonomize.inc Deletes all variables set by this module 1
_location_taxonomize_get_hierarchy ./location_taxonomize.inc Returns the hierarchy configured for the current Location Vocabulary 4
_location_taxonomize_init_var_longname ./location_taxonomize.module Initializes the longname fields variable 1
_location_taxonomize_reset ./location_taxonomize.inc Resets the module, as if it was uninstalled and installed again
_location_taxonomize_set_defaults ./location_taxonomize.inc Sets all this module's variables to their default values 2
_location_taxonomize_variables ./location_taxonomize.inc Keeps a list of all the variables maintained by this module, with their default values. 2
_location_taxonomy_add_longname ./location_taxonomize.module Adds a longname field to a term 1

Other projects