Neos\Neos\Fusion\ContentElementEditableImplementation::getValue PHP Method

getValue() public method

The string to be processed
public getValue ( ) : string
return string
    public function getValue()
    {
        return $this->tsValue('value');
    }
ContentElementEditableImplementation