Reference
C
Class

ApiPlatform\GraphQl\Type\TypesContainer

Container having the built GraphQL types.

class ApiPlatform\GraphQl\Type\TypesContainer implements `<a href="/docs/reference/GraphQl/Type/TypesContainerInterface">ApiPlatform\GraphQl\Type\TypesContainerInterface</a>`, 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
}
class ApiPlatform\GraphQl\Type\TypesContainer implements `<a href="/docs/reference/GraphQl/Type/TypesContainerInterface">ApiPlatform\GraphQl\Type\TypesContainerInterface</a>`, 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

idstring
typeGraphQL\Type\Definition\Type

Returns

null

get

Gets a type.Finds an entry of the container by its identifier and returns it.

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.Returns true if the container can return an entry for the given identifier. Returns false otherwise.has($id) returning true does not mean that get($id) will not throw an exception. It does however mean that get($id) will not throw a NotFoundExceptionInterface.

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

Parameters

idstring

Returns

bool

Copyright © 2023 Kévin Dunglas

Sponsored by Les-Tilleuls.coop