MediaWiki master
HTMLNestedFilterable.php
Go to the documentation of this file.
1<?php
2
3namespace MediaWiki\HTMLForm;
4
12 public function filterDataForSubmit( $data );
13}
14
16class_alias( HTMLNestedFilterable::class, 'HTMLNestedFilterable' );
filterDataForSubmit( $data)
Support for separating multi-option preferences into multiple preferences Due to lack of array suppor...