$settings) { if ($settings['type'] == 'taxonomy_term_reference') { $voc = taxonomy_vocabulary_machine_name_load($settings['settings']['allowed_values'][0]['vocabulary']); $taxonomy_fields[$voc->vid] = $name; } } // build keys for taxonomy foreach ($variables['terms'] as $t) { $vocid = taxonomy_term_load($t)->vid; $keys['f[' . count($keys) . ']'] = 'im_' . $taxonomy_fields[$vocid] . ':' . $t; } } return array('path' => $type, 'query' => $keys); }