Extension:Math/Hooks/MathRenderingResultRetrieved

From Linux Web Expert

The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.
MathRenderingResultRetrieved
Available from version 1.19 (Gerrit change 224373)
Enables debugging of server results
Define function:
public static function onMathRenderingResultRetrieved( MediaWiki\Extension\Math\MathRenderer $renderer, stdClass &$jsonResult ) { ... }
Attach hook:
$wgHooks['MathRenderingResultRetrieved'][] = 'MyExtensionHooks::onMathRenderingResultRetrieved';
Called from:File(s): Math / MathLaTeXML.php, MathMathML.php
Function(s): doRender, processJsonResult

For more information about attaching hooks, see Manual:Hooks .
For examples of other extensions using this hook, see Category:MathRenderingResultRetrieved extensions.