MediaWiki  master
EditFilterMergedContentHook.php
Go to the documentation of this file.
1 <?php
2 
3 namespace MediaWiki\Hook;
4 
5 use 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:58
internal since 1.36
Definition: User.php:98
Base interface for representing page content.
Definition: Content.php:39
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.
$content
Definition: router.php:76