Skip to content

Commit

Permalink
IBX-8535: Deprecate RequestParser and implementations
Browse files Browse the repository at this point in the history
  • Loading branch information
ViniTou committed Aug 30, 2024
1 parent c9338e4 commit 73be1d4
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
* 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, and will be removed in the next major release.
*
* 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, and will be removed in the next major release.
*
* Pattern based Request parser.
*
* Handles 2 types of patterns to be used in an URL:
Expand Down

0 comments on commit 73be1d4

Please sign in to comment.