You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: core/filters.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -323,7 +323,7 @@ class WithParameter
323
323
324
324
### `ReadLinkParameterProvider`
325
325
326
-
This provider fetches a linked resource from a given identifier. This is useful when you need to load a related entity to use later, for example in your own state provider.
326
+
This provider fetches a linked resource from a given identifier. This is useful when you need to load a related resource to use later, for example in your own state provider.
327
327
328
328
```php
329
329
<?php
@@ -351,7 +351,7 @@ class WithParameter
351
351
{
352
352
public static function provideDummyFromParameter(Operation $operation, array $uriVariables = [], array $context = []): object|array
353
353
{
354
-
// The value has been transformed from an identifier to an entity by the provider.
354
+
// The value has been transformed from an identifier to an entity by the ReadLinkParameterProvider.
0 commit comments