Skip to content

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

License

Notifications You must be signed in to change notification settings

subhh/vufind-family

Repository files navigation

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

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published