Neos\Neos\Ui\TypoScript\Helper\ContentDimensionsHelper::contentDimensionsByName PHP Method

contentDimensionsByName() public method

public contentDimensionsByName ( ) : array
return array Dimensions indexed by name with presets indexed by name
    public function contentDimensionsByName()
    {
        return $this->contentDimensionsPresetSource->getAllPresets();
    }