Neos\Flow\I18n\EelHelper\TranslationHelper::value PHP Method

value() public method

Start collection of parameters for translation by original label
public value ( string $value ) : TranslationParameterToken
$value string
return TranslationParameterToken
    public function value($value)
    {
        return $this->createTranslationParameterToken(null, $value);
    }