Page MenuHomeWickedGov Phorge

AbuseFilterGetDangerousActionsHook.php
No OneTemporary

Size
423 B
Referenced Files
None
Subscribers
None

AbuseFilterGetDangerousActionsHook.php

<?php
namespace MediaWiki\Extension\AbuseFilter\Hooks;
interface AbuseFilterGetDangerousActionsHook {
/**
* Hook runner for the `AbuseFilterGetDangerousActions` hook
*
* Allows specifying custom consequences which can harm the user and prevent
* the edit from being saved.
*
* @param string[] &$actions The dangerous actions
*/
public function onAbuseFilterGetDangerousActions( array &$actions ): void;
}

File Metadata

Mime Type
text/x-php
Expires
Fri, Jul 3, 18:59 (1 d, 21 h)
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
cf/2c/ee482e4fce3ce2f6da4005418de8
Default Alt Text
AbuseFilterGetDangerousActionsHook.php (423 B)

Event Timeline