You are here

function getlocations_location_taxonomize_location_taxonomize_source in Get Locations 7.2

Same name and namespace in other branches
  1. 7 modules/getlocations_location_taxonomize/getlocations_location_taxonomize.module \getlocations_location_taxonomize_location_taxonomize_source()

Register this module as a source module for Location Taxonomize

File

modules/getlocations_location_taxonomize/getlocations_location_taxonomize.module, line 34
getlocations_location_taxonomize.module @author Bob Hutchinson http://drupal.org/user/52366 @copyright GNU GPL

Code

function getlocations_location_taxonomize_location_taxonomize_source() {
  return array(
    'getlocations_location_taxonomize' => 'Getlocations Fields Location Taxonomize',
  );
}