Skip to content

Latest commit

 

History

History
27 lines (21 loc) · 630 Bytes

README.md

File metadata and controls

27 lines (21 loc) · 630 Bytes

VuFind Record Family View Helper

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.

Usage

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
        ],
        ...
    ],
    ...
]

Authors

David Maus <[email protected]>