MediaWiki master
EditWatchlistCheckboxSeriesField.php
Go to the documentation of this file.
1<?php
8
11
24 public function validate( $value, $alldata ) {
25 // Need to call into grandparent to be a good citizen. :)
26 return HTMLFormField::validate( $value, $alldata );
27 }
28}
29
31class_alias( EditWatchlistCheckboxSeriesField::class, 'EditWatchlistCheckboxSeriesField' );
The parent class to generate form fields.
validate( $value, $alldata)
HTMLMultiSelectField throws validation errors if we get input data that doesn't match the data set in...