MediaWiki
REL1_39
GetAllBlockActionsHook.php
Go to the documentation of this file.
1
<?php
2
3
namespace
MediaWiki\Block\Hook
;
4
12
interface
GetAllBlockActionsHook
{
29
public
function
onGetAllBlockActions
( &$actions );
30
}
MediaWiki\Block\Hook\GetAllBlockActionsHook
This is a hook handler interface, see docs/Hooks.md.
Definition
GetAllBlockActionsHook.php:12
MediaWiki\Block\Hook\GetAllBlockActionsHook\onGetAllBlockActions
onGetAllBlockActions(&$actions)
Use this hook to add an action or actions that may be blocked by a partial block.
MediaWiki\Block\Hook
Definition
AbortAutoblockHook.php:3
includes
block
Hook
GetAllBlockActionsHook.php
Generated on Mon Nov 25 2024 06:55:12 for MediaWiki by
1.10.0