Neos\Flow\I18n\EelHelper\TranslationParameterToken::source PHP Method

source() public method

Set the source.
public source ( string $source ) : TranslationParameterToken
$source string Name of file with translations
return TranslationParameterToken
    public function source($source)
    {
        $this->parameters['source'] = $source;
        return $this;
    }