Manual:Hooks/PageSchemasRegisterHandlers
PageSchemasRegisterHandlers | |
---|---|
Available from version ??? (r100048) |
|
Define function: | public static function onPageSchemasRegisterHandlers( ) { ... }
|
Attach hook: | $wgHooks['PageSchemasRegisterHandlers'][] = 'MyExtensionHooks::onPageSchemasRegisterHandlers';
|
Called from: | File(s): Category:Extension hooks provided by Page SchemasPage Schemas / includes/PageSchemasHooks.php Function(s): register |
For more information about attaching hooks, see Manual:Hooks .
For examples of other extensions using this hook, see Category:PageSchemasRegisterHandlers extensions.