Pimcore\Model\Asset\Document\ImageThumbnail::getConfig PHP Method

getConfig() public method

Get thumbnail image configuration.
public getConfig ( ) : Config
return Pimcore\Model\Asset\Image\Thumbnail\Config
    public function getConfig()
    {
        return $this->config;
    }