From d62f40c1029e351639e69585dd9a60c53dae98ec Mon Sep 17 00:00:00 2001 From: Guy Sartorelli <36352093+GuySartorelli@users.noreply.github.com> Date: Wed, 11 Dec 2024 10:28:51 +1300 Subject: [PATCH] API Deprecate code that will be removed in CMS 6 (#11501) --- 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(); }