You are here

function facetapi_test_process_hierarchy in Facet API 7.2

Same name and namespace in other branches
  1. 7 tests/facetapi_test.module \facetapi_test_process_hierarchy()

Hierarchy processing callback.

Parameters

array $values: An array containing the term ids.

Return value

An associative array keyed by term ID to parent ID.

1 string reference to 'facetapi_test_process_hierarchy'
facetapi_test_facetapi_facet_info in tests/facetapi_test.module
Implements hook_facetapi_facet_info().

File

tests/facetapi_test.module, line 155
Provides a test adapter and plugins.

Code

function facetapi_test_process_hierarchy(array $values) {
}