From f24efc861ec12cad07ec4312d84e41d32d6f0833 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andre=CC=81=20R?= Date: Fri, 24 Oct 2014 19:22:57 +0200 Subject: [PATCH] Deprecate SPI\Persistence\Handler search functions --- Persistence/Handler.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Persistence/Handler.php b/Persistence/Handler.php index a1fee3dca..8ab70e44a 100644 --- a/Persistence/Handler.php +++ b/Persistence/Handler.php @@ -20,6 +20,7 @@ interface Handler public function contentHandler(); /** + * @deprecated In 5.4, moved to own Search SPI * @return \eZ\Publish\SPI\Search\Handler */ public function searchHandler(); @@ -40,6 +41,7 @@ public function contentLanguageHandler(); public function locationHandler(); /** + * @deprecated In 5.4, moved to own Search SPI * @return \eZ\Publish\SPI\Search\Location\Handler */ public function locationSearchHandler();