You are here

function hs_flatlist_hierarchical_select_children in Hierarchical Select 7.3

Same name and namespace in other branches
  1. 5.3 modules/hs_flatlist.module \hs_flatlist_hierarchical_select_children()
  2. 6.3 modules/hs_flatlist.module \hs_flatlist_hierarchical_select_children()

Implements hook_hierarchical_select_children().

File

modules/hs_flatlist.module, line 33
Implementation of the Hierarchical Select API that allows one to use Hierarchical Select's dropbox for selecting multiple items of a flat list.

Code

function hs_flatlist_hierarchical_select_children($parent, $params) {
  return array();

  // A flat list doesn't have any children, ever.
}