Neos\Neos\Aspects\NodeTypeConfigurationEnrichmentAspect::getPropertyLabelTranslationId PHP 메소드

getPropertyLabelTranslationId() 보호된 메소드

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