Skip to content

Commit

Permalink
IBX-8535: Deprecated RequestParser and it's implementations (#129)
Browse files Browse the repository at this point in the history
  • Loading branch information
ViniTou authored Sep 6, 2024
1 parent 7a8dbe8 commit c6cf637
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/lib/RequestParser.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@

/**
* Interface for Request parsers.
*
* @deprecated 4.6.11 The \Ibexa\Rest\RequestParser is deprecated, will be removed in 5.0.0. Use \Ibexa\Contracts\Rest\UriParser\UriParserInterface and \Symfony\Component\Routing\RouterInterface instead.
*/
interface RequestParser
{
Expand Down
2 changes: 2 additions & 0 deletions src/lib/RequestParser/EzPublish.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@
namespace Ibexa\Rest\RequestParser;

/**
* @deprecated 4.6.11 The \Ibexa\Rest\RequestParser\EzPublish is deprecated, will be removed in 5.0.0.
*
* Pattern based Request parser pre-configured for Ibexa.
*/
class EzPublish extends Pattern
Expand Down
2 changes: 2 additions & 0 deletions src/lib/RequestParser/Pattern.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@
use Ibexa\Rest\RequestParser;

/**
* @deprecated 4.6.11 The \Ibexa\Rest\RequestParser\Pattern is deprecated, will be removed in 5.0.0.
*
* Pattern based Request parser.
*
* Handles 2 types of patterns to be used in an URL:
Expand Down

0 comments on commit c6cf637

Please sign in to comment.