MediaWiki master
EditWatchlistCheckboxSeriesField.php
Go to the documentation of this file.
1<?php
23
36 public function validate( $value, $alldata ) {
37 // Need to call into grandparent to be a good citizen. :)
38 return HTMLFormField::validate( $value, $alldata );
39 }
40}
validate( $value, $alldata)
HTMLMultiSelectField throws validation errors if we get input data that doesn't match the data set in...
The parent class to generate form fields.