Extension:Page Schemas/Hooks/PageSchemasRegisterHandlers
Appearance
For more information about attaching hooks, see Manual:Hooks.
For examples of other extensions using this hook, see Category:PageSchemasRegisterHandlers extensions.
| PageSchemasRegisterHandlers | |
|---|---|
| Available from version ??? (r100048) |
|
| Define function: | public static function onPageSchemasRegisterHandlers( ) { ... }
|
| Attach hook: | $wgHooks['PageSchemasRegisterHandlers'][] = 'MyExtensionHooks::onPageSchemasRegisterHandlers';
|
| Called from: | File(s): Page 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.