Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions core/filters.md
Original file line number Diff line number Diff line change
Expand Up @@ -449,6 +449,12 @@ The `IriConverterParameterProvider` supports the following options in `extraProp

### `ReadLinkParameterProvider`

This provider must be enabled before it can be used.
```
api_platform:
enable_link_security: true
```

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.
When you have an API resource with a custom `uriTemplate` that includes parameters, the `ReadLinkParameterProvider` can automatically resolve the linked resource using the operation's URI template. This is particularly useful for nested resources or when you need to load a parent resource based on URI variables.

Expand Down