function computed_field_content_multigroup_allowed_widgets in Computed Field 6
Implementation of hook_content_multigroup_allowed_widgets().
File
- ./
computed_field.module, line 457
Code
function computed_field_content_multigroup_allowed_widgets() {
return array(
'computed',
);
}