References TypesContainerInterface
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