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.
my $root_ancestor = $self->get_root_ancestor( {id => $group_id } )
Retrieve root ancestor group for a specified id.
Kyle M Hall <kyle@bywatersolutions.com>