Neos\Neos\Ui\TypoScript\Helper\ContentDimensionsHelper::contentDimensionsByName PHP Метод

contentDimensionsByName() публичный Метод

public contentDimensionsByName ( ) : array
Результат array Dimensions indexed by name with presets indexed by name
    public function contentDimensionsByName()
    {
        return $this->contentDimensionsPresetSource->getAllPresets();
    }