MediaWiki REL1_35
ParserOptionsRegisterHook.php
Go to the documentation of this file.
1<?php
2
3namespace MediaWiki\Hook;
4
26 public function onParserOptionsRegister( &$defaults, &$inCacheKey, &$lazyLoad );
27}
onParserOptionsRegister(&$defaults, &$inCacheKey, &$lazyLoad)
Use this hook to register additional parser options.