Neos\Neos\Aspects\NodeTypeConfigurationEnrichmentAspect::getPropertyLabelTranslationId PHP Method

getPropertyLabelTranslationId() protected method

Generates a property label with the given $nodeTypeSpecificPrefix.
protected getPropertyLabelTranslationId ( string $nodeTypeSpecificPrefix, string $propertyName ) : string
$nodeTypeSpecificPrefix string
$propertyName string
return string
    protected function getPropertyLabelTranslationId($nodeTypeSpecificPrefix, $propertyName)
    {
        return $nodeTypeSpecificPrefix . 'properties.' . $propertyName;
    }