Skip to content

Commit

Permalink
Deprecate SPI\Persistence\Handler search functions
Browse files Browse the repository at this point in the history
  • Loading branch information
andrerom committed Oct 24, 2014
1 parent fe777b7 commit f24efc8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Persistence/Handler.php
Expand Up @@ -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();
Expand All @@ -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();
Expand Down

0 comments on commit f24efc8

Please sign in to comment.