MediaWiki master
EditFilterMergedContentHook.php
Go to the documentation of this file.
1<?php
2
3namespace MediaWiki\Hook;
4
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
User class for the MediaWiki software.
Definition User.php:121
Content objects represent page content, e.g.
Definition Content.php:42
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.