Bolt\Storage\Field\Type\HtmlType::getStorageType PHP Method

getStorageType() public method

Returns the name of the Doctrine storage type to use for a field.
public getStorageType ( ) : Doctrine\DBAL\Types\Type
return Doctrine\DBAL\Types\Type
    public function getStorageType()
    {
        return Type::getType('text');
    }