MediaWiki REL1_39
|
This is a hook handler interface, see docs/Hooks.md. More...
Public Member Functions | |
onBaseTemplateAfterPortlet ( $template, $portlet, &$html) | |
This hook is called after output of portlets, allow injecting custom HTML after the section. | |
This is a hook handler interface, see docs/Hooks.md.
Use the hook name "BaseTemplateAfterPortlet" to register handlers implementing this interface.
Definition at line 14 of file BaseTemplateAfterPortletHook.php.
MediaWiki\Hook\BaseTemplateAfterPortletHook::onBaseTemplateAfterPortlet | ( | $template, | |
$portlet, | |||
& | $html ) |
This hook is called after output of portlets, allow injecting custom HTML after the section.
Any uses of the hook need to handle escaping.
BaseTemplate | $template | |
string | $portlet | Portlet name |
string | &$html |
Implemented in MediaWiki\HookContainer\HookRunner.