From 6492a166afdf57f965edc1e1f10c1f3dbe644d9f Mon Sep 17 00:00:00 2001 From: Matthew Flaschen Date: Thu, 23 Mar 2017 21:07:38 -0400 Subject: [PATCH] RC Filters docs: Directly mention group classes Directly mention ChangesListBooleanFilterGroup and ChangesListStringOptionsFilterGroup so people know what to construct. Change-Id: I3c105d072889c1da26f94402326ba48635081833 --- docs/hooks.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/hooks.txt b/docs/hooks.txt index cf4e3abe83..3a57563f33 100644 --- a/docs/hooks.txt +++ b/docs/hooks.txt @@ -1018,7 +1018,8 @@ RecentChangesLinked, and Watchlist). Generally, you will want to construct new ChangesListBooleanFilter or ChangesListStringOptionsFilter objects. When constructing them, you specify which group they belong to. You can reuse -existing groups (accessed through $special->getFilterGroup), or create your own. +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. $special: ChangesListSpecialPage instance -- 2.20.1