You are here

function select_or_other_content_multigroup_no_remove_widgets in Select (or other) 6.2

Implementation of hook_content_multigroup_no_remove_widgets().

File

./select_or_other.module, line 747
The Select (or other) module.

Code

function select_or_other_content_multigroup_no_remove_widgets() {
  return array(
    'select_or_other',
    'select_or_other_sort',
    'select_or_other_buttons',
  );
}