Neos\Neos\TypoScript\MenuImplementation::getEntryLevel PHP Method

getEntryLevel() public method

1 = first level of the site 2 = second level of the site ... 0 = same level as the current page -1 = one level above the current page -2 = two levels above the current page ...
public getEntryLevel ( ) : integer
return integer
    public function getEntryLevel()
    {
        return $this->tsValue('entryLevel');
    }