From eb9d83bb8745f02c289841db9bb9e677f0c151ff Mon Sep 17 00:00:00 2001 From: Lucas Werkmeister Date: Thu, 27 Feb 2025 14:17:51 +0100 Subject: [PATCH] Remove documentation for long-deleted hooks WikibaseRebuildData data was removed in change Ib7a3908a12 (commit 09b7eab15d), WikibaseDeleteData in change I08d3e24078 (commit 4025bdb05a), both about ten years ago. Change-Id: Ieedabc6a9bcdd4f9763c2df0b80d9aed48af84fd --- docs/topics/hooks-php.md | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/docs/topics/hooks-php.md b/docs/topics/hooks-php.md index 09e220927cf..3a720a10f1c 100644 --- a/docs/topics/hooks-php.md +++ b/docs/topics/hooks-php.md @@ -58,16 +58,6 @@ Parameters: * &$map * An associative array mapping Entity types to namespace ids. -#### WikibaseRebuildData (DEPRECATED) -Parameters: -* $report - * A closure that can be called with a string to report that messages. - -#### WikibaseDeleteData (DEPRECATED) -Parameters: -* $report - * A closure that can be called with a string to report that messages. - #### WikibaseChangeNotification {#WikibaseChangeNotification} Triggered from ChangeNotifier via a [HookChangeTransmitter] to notify any listeners of changes to entities.