File defining the hook handlers for the WikibaseLib extension.
More...
|
| | onUnitTestsList (&$paths) |
| | Hook to add PHPUnit test cases.
|
| |
| | onResourceLoaderRegisterModules (ResourceLoader $rl) |
| | Register the wikibase.Site ResourceLoader module with a dynamic dependency on ULS.
|
| |
| | onExtensionTypes (&$extensionTypes) |
| | Called when generating the extensions credits, use this to change the tables headers.
|
| |
|
| static | onRegistration () |
| | Callback called after extension registration, for any work that cannot be done directly in extension.json.
|
| |
◆ onExtensionTypes()
| Wikibase\Lib\LibHooks::onExtensionTypes |
( |
& | $extensionTypes | ) |
|
◆ onRegistration()
| static Wikibase\Lib\LibHooks::onRegistration |
( |
| ) |
|
|
static |
Callback called after extension registration, for any work that cannot be done directly in extension.json.
◆ onResourceLoaderRegisterModules()
| Wikibase\Lib\LibHooks::onResourceLoaderRegisterModules |
( |
ResourceLoader | $rl | ) |
|
◆ onUnitTestsList()
| Wikibase\Lib\LibHooks::onUnitTestsList |
( |
& | $paths | ) |
|
The documentation for this class was generated from the following file: