Skip to content

OutputTypeNameProvider

Minimal contract for the legacy-style output type proxy returned by ImmutableViewInitContext::getOutputType().

Exists so callers relying on $view->getOutputType()->getName() get a real typed contract instead of a bare object.

interface OutputTypeNameProvider

SourceExecution/OutputTypeNameProvider.php
MethodDescription
getName(): stringReturns the name of the output type.

abstract public function getName(): string

Returns the name of the output type.

Returns string