MediaWiki master
AuthManagerFilterProvidersHook.php
Go to the documentation of this file.
1<?php
2
3namespace MediaWiki\Auth\Hook;
4
6
15
39 public function onAuthManagerFilterProviders( array &$providers ): void;
40
41}
This class contains schema declarations for all configuration variables known to MediaWiki core.
This is a hook handler interface, see docs/Hooks.md.
onAuthManagerFilterProviders(array &$providers)
Filter the list of authentication available providers.