PHP Class Neos\Neos\Ui\TypoScript\Helper\ContentDimensionsHelper

Inheritance: implements TYPO3\Eel\ProtectedContextAwareInterface
Show file Open project: neos/neos-ui

Protected Properties

Property Type Description
$contentDimensionsPresetSource TYPO3\Neos\Domain\Service\ContentDimensionPresetSourceInterface

Public Methods

Method Description
allowedPresetsByName ( array $dimensions ) : array
allowsCallOfMethod ( string $methodName ) : boolean
contentDimensionsByName ( ) : array

Method Details

allowedPresetsByName() public method

public allowedPresetsByName ( array $dimensions ) : array
$dimensions array Dimension values indexed by dimension name
return array Allowed preset names for the given dimension combination indexed by dimension name

allowsCallOfMethod() public method

public allowsCallOfMethod ( string $methodName ) : boolean
$methodName string
return boolean

contentDimensionsByName() public method

public contentDimensionsByName ( ) : array
return array Dimensions indexed by name with presets indexed by name

Property Details

$contentDimensionsPresetSource protected property

protected ContentDimensionPresetSourceInterface,TYPO3\Neos\Domain\Service $contentDimensionsPresetSource
return TYPO3\Neos\Domain\Service\ContentDimensionPresetSourceInterface