Свойство | Type | Description | |
---|---|---|---|
$contentDimensionPresetSource | Neos\Neos\Domain\Service\ContentDimensionPresetSourceInterface | ||
$supportedMediaTypes | array | ||
$viewFormatToObjectNameMap | array |
Méthode | Description | |
---|---|---|
indexAction ( ) : void | Returns the full content dimensions presets as JSON object; see ContentDimensionPresetSourceInterface::getAllPresets() for a format description. | |
showAction ( string $dimensionName, array $chosenDimensionPresets = [] ) : void | Returns only presets of the dimension specified by $dimensionName. But even though only one dimension is returned, the output follows the structure as described in ContentDimensionPresetSourceInterface::getAllPresets(). |
public indexAction ( ) : void | ||
Résultat | void |
protected ContentDimensionPresetSourceInterface,Neos\Neos\Domain\Service $contentDimensionPresetSource | ||
Résultat | Neos\Neos\Domain\Service\ContentDimensionPresetSourceInterface |
protected array $viewFormatToObjectNameMap | ||
Résultat | array |