References TypesContainer
Reference
C
Class

ApiPlatform\GraphQl\Type\TypesContainer

Container having the built GraphQL types.

class ApiPlatform\GraphQl\Type\TypesContainer implements ApiPlatform\GraphQl\Type\TypesContainerInterface, 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

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

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.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

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