Neos\ContentRepository\Domain\Service\ContentDimensionPresetSourceInterface::getDefaultPreset PHP Метод

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

Get the default preset of a dimension
public getDefaultPreset ( string $dimensionName ) : array
$dimensionName string The dimension name where the default preset should be returned
Результат array The preset configuration, including the identifier as key "identifier"
    public function getDefaultPreset($dimensionName);