The Gitlab instance will be restarted on Monday April 28th at 2AM. There will be a short interruption of service.

Skip to content
Snippets Groups Projects
Commit 7a6c3458 authored by Dorian Merz's avatar Dorian Merz
Browse files

refs #14742 MASTER

* adds hasChildren function mimicking VuFind's isCollection
parent a1103981
Branches
Tags
No related merge requests found
......@@ -75,6 +75,10 @@ trait SolrDefaultFincTrait
*/
}
public function hasChildren() {
return parent::isCollection();
}
/**
* Get all call numbers associated with the record (empty string if none).
*
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment