MediaWiki master
GetDoubleUnderscoreIDsHook.php
Go to the documentation of this file.
1<?php
2
3namespace MediaWiki\Hook;
4
24 public function onGetDoubleUnderscoreIDs( &$doubleUnderscoreIDs );
25}
This is a hook handler interface, see docs/Hooks.md.
onGetDoubleUnderscoreIDs(&$doubleUnderscoreIDs)
Use this hook to modify the list of behavior switches (double underscore variables in wikitext).