MediaWiki REL1_39
EditWatchlistCheckboxSeriesField.php
Go to the documentation of this file.
1<?php
33 public function validate( $value, $alldata ) {
34 // Need to call into grandparent to be a good citizen. :)
35 return HTMLFormField::validate( $value, $alldata );
36 }
37}
validate( $value, $alldata)
HTMLMultiSelectField throws validation errors if we get input data that doesn't match the data set in...
validate( $value, $alldata)
Override this function to add specific validation checks on the field input.