MediaWiki master
EditFilterMergedContentHook.php
Go to the documentation of this file.
1<?php
2
3namespace MediaWiki\Hook;
4
5use Content;
9
38 public function onEditFilterMergedContent( IContextSource $context, Content $content, Status $status,
39 $summary, User $user, $minoredit
40 );
41}
Generic operation result class Has warning/error list, boolean status and arbitrary value.
Definition Status.php:54
internal since 1.36
Definition User.php:93
Base interface for representing page content.
Definition Content.php:37
Interface for objects which can provide a MediaWiki context on request.
This is a hook handler interface, see docs/Hooks.md.
onEditFilterMergedContent(IContextSource $context, Content $content, Status $status, $summary, User $user, $minoredit)
Use this hook for a post-section-merge edit filter.