VuFind API Documentation

ExampleExtension
in package
implements ConfigurableExtensionInterface

Class ExampleExtension

Tags
category

VuFind

author

Josef Moravec moravec@mzk.cz

license

https://opensource.org/licenses/gpl-2.0.php GNU General Public License

link

Main Page

Interfaces, Classes, Traits and Enums

ConfigurableExtensionInterface

Table of Contents

configureSchema()  : void
Set configuration schema
register()  : void
Register extension to environment

Methods

configureSchema()

Set configuration schema

public configureSchema(ConfigurationBuilderInterface $builder) : void
Parameters
$builder : ConfigurationBuilderInterface

Configuration builder

Return values
void

register()

Register extension to environment

public register(EnvironmentBuilderInterface $environment) : void
Parameters
$environment : EnvironmentBuilderInterface

Environment builder

Return values
void

Search results