Neos\Neos\Domain\Service\TypoScriptService::setPrependTypoScriptIncludes PHP Method

setPrependTypoScriptIncludes() public method

Set TypoScript resources that should be prepended before the site TypoScript, it defaults to the Neos Root.fusion TypoScript.
public setPrependTypoScriptIncludes ( array $prependTypoScriptIncludes ) : void
$prependTypoScriptIncludes array
return void
    public function setPrependTypoScriptIncludes(array $prependTypoScriptIncludes)
    {
        $this->prependTypoScriptIncludes = $prependTypoScriptIncludes;
    }