/vufind-family

Displays the family (i.e. all descendants) of a title

Primary LanguagePHPGNU General Public License v3.0GPL-3.0

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 <david.maus@sub.uni-hamburg.de>