Koha::Library::Groups - Koha Library::Group object set class
my @root_groups = $self->get_root_group()
my @search_groups = $self->get_search_groups({[interface => 'staff' || 'opac']}))
Returns search groups for the specified interface. Defaults to OPAC if no interface is specified.
Kyle M Hall <kyle@bywatersolutions.com>