Neos\Fusion\View\FusionView::isTypoScriptFoundForCurrentRequest PHP Метод

isTypoScriptFoundForCurrentRequest() защищенный Метод

Determine whether we are able to find TypoScript at the requested position
protected isTypoScriptFoundForCurrentRequest ( ) : boolean
Результат boolean TRUE if TypoScript exists at the current TypoScript path; FALSE otherwise
    protected function isTypoScriptFoundForCurrentRequest()
    {
        return Arrays::getValueByPath($this->parsedTypoScript, str_replace('/', '.', $this->getTypoScriptPathForCurrentRequest())) !== null;
    }