From 9396a5a9bb643a818e4773a07298fe6a92dd1a71 Mon Sep 17 00:00:00 2001 From: Guy Sartorelli Date: Mon, 9 Dec 2024 12:54:19 +1300 Subject: [PATCH] API Deprecate code that will be removed in CMS 6 --- src/ORM/CMSPreviewable.php | 1 + 1 file changed, 1 insertion(+) diff --git a/src/ORM/CMSPreviewable.php b/src/ORM/CMSPreviewable.php index 8f5a6d82369..e4705585e6a 100644 --- a/src/ORM/CMSPreviewable.php +++ b/src/ORM/CMSPreviewable.php @@ -35,6 +35,7 @@ public function getMimeType(); * @return string Link to the CMS-author view. Should point to a * controller subclassing {@link LeftAndMain}. Example: * http://mysite.com/admin/edit/6 + * @deprecated 5.4.0 Will be renamed to getCMSEditLink() */ public function CMSEditLink(); }