Extension:Math/Hooks/MathRenderingResultRetrieved

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.