Neos\ContentRepository\Domain\Service\ContentDimensionPresetSourceInterface::getDefaultPreset PHP Méthode

getDefaultPreset() public méthode

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