Neos\Media\Domain\Model\ThumbnailConfiguration::getRatioMode PHP Méthode

getRatioMode() public méthode

public getRatioMode ( ) : boolean
Résultat boolean
    public function getRatioMode()
    {
        return $this->isCroppingAllowed() ? ImageInterface::RATIOMODE_OUTBOUND : ImageInterface::RATIOMODE_INSET;
    }