Skip to content
Snippets Groups Projects
Commit 6a40d4be authored by ju454jufu's avatar ju454jufu Committed by André Lahmann
Browse files

refs #10067:

* added method to access field performer_note
parent 79ebba89
No related merge requests found
...@@ -1102,4 +1102,14 @@ trait SolrDefaultFincTrait ...@@ -1102,4 +1102,14 @@ trait SolrDefaultFincTrait
return true; return true;
} }
/**
* Return content of Solr field performer note if set
*
* @return mixed
*/
public function getPerformerNote()
{
return isset($this->fields['performer_note']) ?
$this->fields['performer_note'] : null;
}
} }
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