File tree Expand file tree Collapse file tree 2 files changed +0
-5
lines changed Expand file tree Collapse file tree 2 files changed +0
-5
lines changed Original file line number Diff line number Diff line change 17
17
use ApiPlatform \Core \Api \FilterInterface ;
18
18
use ApiPlatform \Core \Api \FilterLocatorTrait ;
19
19
use ApiPlatform \Core \Api \ResourceClassResolverInterface ;
20
- use ApiPlatform \Core \JsonLd \Serializer \JsonLdContextTrait ;
21
20
use ApiPlatform \Core \Metadata \Resource \Factory \ResourceMetadataFactoryInterface ;
22
21
use Psr \Container \ContainerInterface ;
23
22
use Symfony \Component \Serializer \Normalizer \NormalizerAwareInterface ;
30
29
*/
31
30
final class CollectionFiltersNormalizer implements NormalizerInterface, NormalizerAwareInterface
32
31
{
33
- use JsonLdContextTrait;
34
32
use FilterLocatorTrait;
35
33
36
34
private $ collectionNormalizer ;
Original file line number Diff line number Diff line change 15
15
16
16
use ApiPlatform \Core \DataProvider \PaginatorInterface ;
17
17
use ApiPlatform \Core \DataProvider \PartialPaginatorInterface ;
18
- use ApiPlatform \Core \JsonLd \Serializer \JsonLdContextTrait ;
19
18
use ApiPlatform \Core \Util \IriHelper ;
20
19
use Symfony \Component \Serializer \Normalizer \NormalizerAwareInterface ;
21
20
use Symfony \Component \Serializer \Normalizer \NormalizerInterface ;
28
27
*/
29
28
final class PartialCollectionViewNormalizer implements NormalizerInterface, NormalizerAwareInterface
30
29
{
31
- use JsonLdContextTrait;
32
-
33
30
private $ collectionNormalizer ;
34
31
private $ pageParameterName ;
35
32
private $ enabledParameterName ;
You can’t perform that action at this time.
0 commit comments