MediaWiki master
ParserOptionsRegisterHook.php
Go to the documentation of this file.
1<?php
2
3namespace MediaWiki\Hook;
4
29 public function onParserOptionsRegister( &$defaults, &$inCacheKey, &$lazyLoad );
30}
This is a hook handler interface, see docs/Hooks.md.
onParserOptionsRegister(&$defaults, &$inCacheKey, &$lazyLoad)
Use this hook to register additional parser options.