Neos\Neos\Aspects\NodeTypeConfigurationEnrichmentAspect::getPropertyConfigurationTranslationId PHP Method

getPropertyConfigurationTranslationId() protected method

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