Skip to content
Snippets Groups Projects
Commit 2caa145d authored by André Lahmann's avatar André Lahmann Committed by Robert Lange
Browse files

refs #21122 [finc] get all institution isils

* introduced function to read solr institution field
parent 59c03578
No related merge requests found
...@@ -1077,6 +1077,16 @@ trait SolrDefaultFincTrait ...@@ -1077,6 +1077,16 @@ trait SolrDefaultFincTrait
$this->fields['imprint'] : ''; $this->fields['imprint'] : '';
} }
/**
* Get the item's institutions isils.
*
* @return array
*/
public function getInstitutionIsils()
{
return $this->fields['institution'] ?? [];
}
/** /**
* Get the item's place of publication. * Get the item's place of publication.
* *
......
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