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
}
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
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
public get(string $id): GraphQL\Type\Definition\Type

Parameters

idstring

Returns

GraphQL\Type\Definition\Type

all

Gets all the types.

public all(): array
public all(): array

Returns

array

has

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

public has(string $id): bool
public has(string $id): bool

Parameters

idstring

Returns

bool

Copyright © 2023 Kévin Dunglas

Sponsored by Les-Tilleuls.coop