InstallerScripts implements InstallerScriptsRegistration
Hook into Composer build to generate TYPO3 install tool entry script
only used within TYPO3's composer mode and not part of TYPO3 Core API.
Table of Contents
Interfaces
- InstallerScriptsRegistration
Methods
- register() : mixed
Methods
register()
public
static register(Event $event, ScriptDispatcher $scriptDispatcher) : mixed
Parameters
- $event : Event
- $scriptDispatcher : ScriptDispatcher