TypoScriptReferenceController

Loads TSref information from a XML file and responds to an AJAX call.

Internal

This is a specific Backend Controller implementation and is not considered part of the Public TYPO3 API.

Table of Contents

Methods

loadReference()  : ResponseInterface
Load TypoScript reference
getTypes()  : array<string|int, mixed>
Get types from XML

Methods

loadReference()

Load TypoScript reference

public loadReference(ServerRequestInterface $request) : ResponseInterface
Parameters
$request : ServerRequestInterface
Return values
ResponseInterface

getTypes()

Get types from XML

protected getTypes(DOMDocument $xmlDoc) : array<string|int, mixed>
Parameters
$xmlDoc : DOMDocument
Return values
array<string|int, mixed>

        
On this page

Search results