Neos\Fusion\View\FusionView::isTypoScriptFoundForCurrentRequest PHP Méthode

isTypoScriptFoundForCurrentRequest() protected méthode

Determine whether we are able to find TypoScript at the requested position
protected isTypoScriptFoundForCurrentRequest ( ) : boolean
Résultat 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;
    }