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

Properties

$xmlDoc  : DOMDocument

Methods

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

Properties

Methods

loadReference()

Load TypoScript reference

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

getTypes()

Get types from XML

protected getTypes() : array<string|int, mixed>
Return values
array<string|int, mixed>

loadFile()

Load XML file

protected loadFile(string $filepath) : mixed
Parameters
$filepath : string

        
On this page

Search results