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();