Record Family View Helper is copyright (c) 2023 by Staats- und Universitätsbibliothek Hamburg and released under the terms of the GNU General Public License v3.
Add the View Helper to the Laminas module configuration.
$config = [
'view_helpers' => [
'aliases' => [
'family' => SUBHH\VuFind\Family\ViewHelper::class,
],
'invokables' => [
SUBHH\VuFind\Family\ViewHelper::class => SUBHH\VuFind\Family\ViewHelper::class
],
...
],
...
]
David Maus <[email protected]>