Download the PHP package mwstake/mediawiki-component-manifestregistry without Composer
On this page you can find all versions of the php package mwstake/mediawiki-component-manifestregistry. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download mwstake/mediawiki-component-manifestregistry
More information about mwstake/mediawiki-component-manifestregistry
Files in mwstake/mediawiki-component-manifestregistry
Download mwstake/mediawiki-component-manifestregistry
More information about mwstake/mediawiki-component-manifestregistry
Files in mwstake/mediawiki-component-manifestregistry
Vendor mwstake
Package mediawiki-component-manifestregistry
Short Description Provides classes and services to interact with registries in MediaWiki manifests
License GPL-3.0-only
Package mediawiki-component-manifestregistry
Short Description Provides classes and services to interact with registries in MediaWiki manifests
License GPL-3.0-only
Please rate this library. Is it a good library?
Informations about the package mediawiki-component-manifestregistry
MediaWiki Stakeholders Group - Components
ManifestRegistry for MediaWiki
Provides a combined registry over all in the attribute
section registered things in extension.json
files.
This code is meant to be executed within the MediaWiki application context. No standalone usage is intended.
Use in a MediaWiki extension
Add "mwstake/mediawiki-component-manifestregistry": "~2.0"
to the require
section of your composer.json
file.
Since 2.0 explicit initialization is required. This can be achieved by
- either adding
"callback": "mwsInitComponents"
to yourextension.json
/skin.json
- or calling
mwsInitComponents();
within you extensions/skins customcallback
method
See also mwstake/mediawiki-componentloader
.
Register values in extension.json
Implement in your code
Configuration
mwsgManifestRegistryOverrides
: Used to overwrite existing registries by either add, remove or merge their values:
Example 1:
All versions of mediawiki-component-manifestregistry with dependencies
PHP Build Version
Package Version
Requires
mwstake/mediawiki-componentloader Version
~1
The package mwstake/mediawiki-component-manifestregistry contains the following files
Loading the files please wait ....