interface InputInterface implements JsonSerializable (View source)

Methods

bool
hasField(string $key)

No description

FieldInterface|null
getField(string $key)

No description

Details

bool hasField(string $key)

No description

Parameters

string $key

Return Value

bool

FieldInterface|null getField(string $key)

No description

Parameters

string $key

Return Value

FieldInterface|null