getFilterGroup), or create your own * (ChangesListBooleanFilterGroup or ChangesListStringOptionsFilterGroup). * If you create new groups, you must register them with $special->registerFilterGroup. * Note that this is called regardless of whether the user is currently using * the new (structured) or old (unstructured) filter UI. If you want your boolean * filter to show on both the new and old UI, specify all the supported fields. * These include showHide, label, and description. * See the constructor of each ChangesList* class for documentation of supported * fields. * * @since 1.35 * * @param ChangesListSpecialPage $special * @return bool|void True or no return value to continue or false to abort */ public function onChangesListSpecialPageStructuredFilters( $special ); }