Jarves\ContentRender::getTypeRenderer PHP Method

getTypeRenderer() public method

public getTypeRenderer ( string $type ) : AbstractType
$type string
return Jarves\ContentTypes\AbstractType
    public function getTypeRenderer($type)
    {
        return isset($this->types[$type]) ? $this->types[$type] : $this->types[strtolower($type)];
    }