MediaWiki master
EditFilterHook.php
Go to the documentation of this file.
1<?php
2
3namespace MediaWiki\Hook;
4
6
14interface EditFilterHook {
30 public function onEditFilter( $editor, $text, $section, &$error, $summary );
31}
The HTML user interface for page editing.
Definition EditPage.php:145
This is a hook handler interface, see docs/Hooks.md.
onEditFilter( $editor, $text, $section, &$error, $summary)
Use this hook to perform checks on an edit.