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
No related merge requests found
...@@ -75,6 +75,10 @@ trait SolrDefaultFincTrait ...@@ -75,6 +75,10 @@ trait SolrDefaultFincTrait
*/ */
} }
public function hasChildren() {
return parent::isCollection();
}
/** /**
* Get all call numbers associated with the record (empty string if none). * 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