PHP Class Neos\Neos\TypoScript\Helper\RenderingHelper

These helpers are *WORK IN PROGRESS* and *NOT STABLE YET*
Inheritance: implements Neos\Eel\ProtectedContextAwareInterface
Afficher le fichier Open project: neos/neos-development-collection

Protected Properties

Свойство Type Description
$contentDimensionsConfiguration array
$nodeTypeManager Neos\ContentRepository\Domain\Service\NodeTypeManager

Méthodes publiques

Méthode Description
allowsCallOfMethod ( string $methodName ) : boolean All methods are considered safe
injectConfigurationManager ( ConfigurationManager $configurationManager ) : void
labelForNodeType ( string $nodeTypeName ) : string Render the label for the given $nodeTypeName
renderDimensions ( array $dimensions ) : string Render a human-readable description for the passed $dimensions

Méthodes protégées

Méthode Description
findPresetInDimension ( array $dimensionConfiguration, string $dimensionValue ) : array

Method Details

allowsCallOfMethod() public méthode

All methods are considered safe
public allowsCallOfMethod ( string $methodName ) : boolean
$methodName string
Résultat boolean

findPresetInDimension() protected méthode

protected findPresetInDimension ( array $dimensionConfiguration, string $dimensionValue ) : array
$dimensionConfiguration array
$dimensionValue string
Résultat array the preset matching $dimensionValue

injectConfigurationManager() public méthode

public injectConfigurationManager ( ConfigurationManager $configurationManager ) : void
$configurationManager Neos\Flow\Configuration\ConfigurationManager
Résultat void

labelForNodeType() public méthode

Render the label for the given $nodeTypeName
public labelForNodeType ( string $nodeTypeName ) : string
$nodeTypeName string
Résultat string

renderDimensions() public méthode

Render a human-readable description for the passed $dimensions
public renderDimensions ( array $dimensions ) : string
$dimensions array
Résultat string

Property Details

$contentDimensionsConfiguration protected_oe property

protected array $contentDimensionsConfiguration
Résultat array

$nodeTypeManager protected_oe property

protected NodeTypeManager,Neos\ContentRepository\Domain\Service $nodeTypeManager
Résultat Neos\ContentRepository\Domain\Service\NodeTypeManager