More thorough documentation for ChangesListSpecialPageStructuredFilters
Change-Id: Iacb3f36c0c2eaf109c39005b4cbd5ff434eb1d84
This commit is contained in:
parent
c5dbaf3bdb
commit
9cfeae5c5a
1 changed files with 9 additions and 0 deletions
|
|
@ -1022,6 +1022,15 @@ When constructing them, you specify which group they belong to. You can reuse
|
|||
existing groups (accessed through $special->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.
|
||||
|
||||
$special: ChangesListSpecialPage instance
|
||||
|
||||
'ChangeTagAfterDelete': Called after a change tag has been deleted (that is,
|
||||
|
|
|
|||
Loading…
Reference in a new issue