Neos\Neos\TypoScript\ImageUriImplementation::getAllowCropping PHP Method

getAllowCropping() public method

AllowCropping
public getAllowCropping ( ) : boolean
return boolean
    public function getAllowCropping()
    {
        return $this->tsValue('allowCropping');
    }