Neos\Fusion\TypoScriptObjects\TemplateImplementation::getSectionName PHP Method

getSectionName() public method

Name of a specific section, if only this section should be rendered.
public getSectionName ( ) : string
return string
    public function getSectionName()
    {
        return $this->tsValue('sectionName');
    }