Neos\Fusion\TypoScriptObjects\RendererImplementation::getType PHP Method

getType() public method

The type to render if condition is TRUE
public getType ( ) : string
return string
    public function getType()
    {
        return $this->tsValue('type');
    }