Api Platform conference
Register now
References TypesContainerInterface
API Platform Conference
September 19-20, 2024 | Lille & online

The international conference on the API Platform Framework

API Platform Conference 2024: meet the best PHP, JavaScript and API experts

Learn more about the event, register for the conference, and get ready for two days of inspiration, ideas, and knowledge-sharing with our incredible lineup of renowned specialists and advocates.

Register now
Reference
I
Interface

ApiPlatform\GraphQl\Type\TypesContainerInterface

Interface implemented to contain the GraphQL types.

interface ApiPlatform\GraphQl\Type\TypesContainerInterface implements Psr\Container\ContainerInterface
{
    public set(string $id, GraphQL\Type\Definition\Type $type): null
    public get(string $id): GraphQL\Type\Definition\Type
    public all(): array
    public has(string $id): bool
}

Methods

set

Sets a type.

public set(string $id, GraphQL\Type\Definition\Type $type): null

Parameters

idstringThe type identifier
typeGraphQL\Type\Definition\TypeThe type instance

Returns

null

get

Gets a type.

public get(string $id): GraphQL\Type\Definition\Type

Parameters

idstring

Returns

GraphQL\Type\Definition\Type

all

Gets all the types.

public all(): array

Returns

array

has

Returns true if the given type is present in the container.

public has(string $id): bool

Parameters

idstring

Returns

bool

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