Neos\Neos\Ui\TypoScript\Helper\ContentDimensionsHelper::contentDimensionsByName PHP Méthode

contentDimensionsByName() public méthode

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