From 6b0d172af666658775e346eaa7715869a7f8f48e Mon Sep 17 00:00:00 2001 From: Mathias Brodala Date: Wed, 21 Jun 2023 15:28:04 +0200 Subject: [PATCH] Mention \Stringable identifier support --- core/identifiers.md | 1 + 1 file changed, 1 insertion(+) diff --git a/core/identifiers.md b/core/identifiers.md index 8607220e4a3..84cde992956 100644 --- a/core/identifiers.md +++ b/core/identifiers.md @@ -197,3 +197,4 @@ API Platform supports the following identifier types: - `\Ramsey\Uuid\Uuid` (see [UuidNormalizer](https://github.com/api-platform/core/blob/main/src/RamseyUuid/UriVariableTransformer/UuidUriVariableTransformer.php)) - `\Symfony\Component\Uid\Ulid` (see [UlidNormalizer](https://github.com/api-platform/core/blob/main/src/Symfony/UriVariableTransformer/UlidUriVariableTransformer.php)) - `\Symfony\Component\Uid\Uuid` (see [UuidNormalizer](https://github.com/api-platform/core/blob/main/src/Symfony/UriVariableTransformer/UuidUriVariableTransformer.php)) + `\Stringable` (essential when using composite identifiers from related resource classes)