Pimcore\Model\Document\Tag\Multiselect::getType PHP Method

getType() public method

See also: Document\Tag\TagInterface::getType
public getType ( ) : string
return string
    public function getType()
    {
        return "multiselect";
    }