References IriConverterInterface
Reference
I
Interface

ApiPlatform\Api\IriConverterInterface

Converts item and resources to IRI and vice versa.

interface ApiPlatform\Api\IriConverterInterface
{
    public getResourceFromIri(string $iri, array $context, null|ApiPlatform\Metadata\Operation $operation): object
    public getIriFromResource(object|string $resource, int $referenceType, null|ApiPlatform\Metadata\Operation $operation, array $context): string
}

Methods

getResourceFromIri

Retrieves an item from its IRI.

public getResourceFromIri(string $iri, array $context, null|ApiPlatform\Metadata\Operation $operation): object

Parameters

iristring
contextarray
operation`ApiPlatform\Metadata\Operation`

Returns

object

getIriFromResource

Gets the IRI associated with the given item.

public getIriFromResource(object|string $resource, int $referenceType, null|ApiPlatform\Metadata\Operation $operation, array $context): string

Parameters

resourceobject
string
referenceTypeint
operation`ApiPlatform\Metadata\Operation`
contextarray

Returns

string

Made with love by

Les-Tilleuls.coop can help you design and develop your APIs and web projects, and train your teams in API Platform, Symfony, Next.js, Kubernetes and a wide range of other technologies.

Learn more

Copyright © 2023 Kévin Dunglas

Sponsored by Les-Tilleuls.coop