function subform_elements in Subform 5
File
- ./
subform.module, line 759
Code
function subform_elements() {
$type['subform'] = array(
'#child_side' => null,
'#relation_class' => null,
'#parent_node' => null,
'#allow_selection' => null,
'#allow_hoisting' => null,
'#selection_query' => null,
);
return $type;
}