Neos\ContentRepository\Domain\Service\ContentDimensionPresetSourceInterface::getDefaultPreset PHP Method

getDefaultPreset() public method

Get the default preset of a dimension
public getDefaultPreset ( string $dimensionName ) : array
$dimensionName string The dimension name where the default preset should be returned
return array The preset configuration, including the identifier as key "identifier"
    public function getDefaultPreset($dimensionName);