MediaWiki REL1_35
|
Public Member Functions | |
onBaseTemplateAfterPortlet ( $template, $portlet, &$html) | |
This hook is called after output of portlets, allow injecting custom HTML after the section. | |
Definition at line 11 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.