We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dd24806 commit eb24fe8Copy full SHA for eb24fe8
core/state-providers.md
@@ -13,7 +13,7 @@ retrieve data for a given resource will be used.
13
14
To do so you need to implement the `ApiPlatform\State\ProviderInterface`.
15
16
-In the following examples we will create custom data providers for an entity class called `App\Entity\BlogPost`.
+In the following examples we will create custom state providers for an entity class called `App\Entity\BlogPost`.
17
Note, that if your entity is not Doctrine-related, you need to flag the identifier property by using
18
`#[ApiProperty(identifier: true)` for things to work properly (see also [Entity Identifier Case](serialization.md#entity-identifier-case)).
19
0 commit comments