MediaWiki master
IEditConstraint.php
Go to the documentation of this file.
1<?php
8
11
19interface IEditConstraint extends IEditObject {
20
25 public function checkConstraint(): EditPageStatus;
26
27}
Status returned by edit constraints and other page editing checks.
Interface for all constraints that can prevent edits.
Serves as a common repository of constants for EditPage edit status results.