Extension:Math/Hooks/MathRenderingResultRetrieved

Category:Extension 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): Category:Extension hooks provided by MathMath / 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.

Category:Extension hooks Category:Extension hooks provided by Math