You are here

function og_subgroups_hs_hierarchical_select_implementation_info in Subgroups for Organic groups 6

Implementation of hook_hierarchical_select_implementation_info().

File

modules/og_subgroups_hs/og_subgroups_hs.module, line 223
Implementation of the Hierarchical Select API for the OG Subgroups module.

Code

function og_subgroups_hs_hierarchical_select_implementation_info() {
  return array(
    'hierarchy type' => t('OG Subgroups'),
    'entity type' => t('Node'),
    'entity' => t('Group'),
    'context type' => t('Node form'),
    'context' => '',
  );
}