< Extension:MathSearch < Hooks
MathSearchGenerateAnchorString | |
---|---|
Available from version ??? (Gerrit change 189413) |
|
Define function: | public static function onMathSearchGenerateAnchorString( $revId, $anchorID, $prefix, &$result ) { ... }
|
Attach hook: | $wgHooks['MathSearchGenerateAnchorString'][] = 'MyExtensionHooks::onMathSearchGenerateAnchorString';
|
Called from: | File(s): MathSearch / includes/MathSearchHooks.php |
For more information about attaching hooks, see Manual:Hooks
For examples of other extensions using this hook, see Category:MathSearchGenerateAnchorString extensions.
This article is issued from Mediawiki. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.