File tree Expand file tree Collapse file tree 2 files changed +3
-0
lines changed Expand file tree Collapse file tree 2 files changed +3
-0
lines changed Original file line number Diff line number Diff line change 3232 * @author Fabien Potencier <fabien@symfony.com>
3333 * @author Tobias Schultze <http://tobion.de>
3434 * @copyright Fabien Potencier
35+ *
36+ * @deprecated moved to ApiPlatform\Metadata\UrlGeneratorInterface
3537 */
3638interface UrlGeneratorInterface
3739{
Original file line number Diff line number Diff line change 3030 ApiPlatform \Action \NotFoundAction::class => ApiPlatform \Symfony \Action \NotFoundAction::class,
3131 ApiPlatform \Action \PlaceholderAction::class => ApiPlatform \Symfony \Action \PlaceholderAction::class,
3232 ApiPlatform \Api \Entrypoint::class => ApiPlatform \Documentation \Entrypoint::class,
33+ ApiPlatform \Api \UrlGeneratorInterface::class => ApiPlatform \Metadata \UrlGeneratorInterface::class,
3334 ApiPlatform \Exception \ExceptionInterface::class => ApiPlatform \Metadata \Exception \ExceptionInterface::class,
3435 ApiPlatform \Exception \InvalidArgumentException::class => ApiPlatform \Metadata \Exception \InvalidArgumentException::class,
3536 ApiPlatform \Exception \InvalidIdentifierException::class => ApiPlatform \Metadata \Exception \InvalidIdentifierException::class,
You can’t perform that action at this time.
0 commit comments