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.
Synopsis
Section titled “Synopsis”interface OutputTypeNameProvider
| Source | Execution/OutputTypeNameProvider.php |
Methods
Section titled “Methods”| Method | Description |
|---|---|
getName(): string | Returns the name of the output type. |
getName()
Section titled “getName()”abstract public function getName(): string
Returns the name of the output type.
Returns string