MediaWiki REL1_35
BeforeHttpsRedirectHook.php
Go to the documentation of this file.
1<?php
2
3namespace MediaWiki\Hook;
4
6
25 public function onBeforeHttpsRedirect( $context, &$redirect );
26}
Interface for objects which can provide a MediaWiki context on request.
onBeforeHttpsRedirect( $context, &$redirect)
This hook is called prior to forcing HTTP->HTTPS redirect.