You are here

function _taxonomy_entity_index_compare_term_struct in Taxonomy Entity Index 7

Compare term structures.

1 string reference to '_taxonomy_entity_index_compare_term_struct'
taxonomy_entity_index_field_attach_update in ./taxonomy_entity_index.module
Implements hook_field_attach_update().

File

./taxonomy_entity_index.module, line 198

Code

function _taxonomy_entity_index_compare_term_struct($a, $b) {
  return strcmp(serialize($a), serialize($b));
}