MediaWiki REL1_41
|
This is a hook handler interface, see docs/Hooks.md. More...
Inherited by MediaWiki\HookContainer\HookRunner.
Public Member Functions | |
onEditPageTosSummary ( $title, &$msg) | |
Use this hook for site and per-namespace customizations of terms of service summary link that might exist separately from the copyright notice. | |
This is a hook handler interface, see docs/Hooks.md.
Use the hook name "EditPageTosSummary" to register handlers implementing this interface.
Definition at line 14 of file EditPageTosSummaryHook.php.
MediaWiki\Hook\EditPageTosSummaryHook::onEditPageTosSummary | ( | $title, | |
& | $msg ) |
Use this hook for site and per-namespace customizations of terms of service summary link that might exist separately from the copyright notice.
Title | $title | Title of page being edited |
string | &$msg | Localization message name, overridable. Defaults to 'editpage-tos-summary' |
Implemented in MediaWiki\HookContainer\HookRunner.