Bolt\Storage\Field\Type\FieldTypeBase::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($this->mapping['type']);
    }