‪TYPO3CMS  ‪main
TYPO3\CMS\T3editor\EventListener\InitializeT3editorInEditFileForm Class Reference

Public Member Functions

 __construct (private readonly ModeRegistry $modeRegistry)
 
 __invoke (ModifyEditFileFormDataEvent $event)
 

Detailed Description

Listener which modifies the form data to initialize t3editor with the resolved format option (based on the file extension).

Definition at line 31 of file InitializeT3editorInEditFileForm.php.

Constructor & Destructor Documentation

◆ __construct()

TYPO3\CMS\T3editor\EventListener\InitializeT3editorInEditFileForm::__construct ( private readonly ModeRegistry  $modeRegistry)

Definition at line 33 of file InitializeT3editorInEditFileForm.php.

Member Function Documentation

◆ __invoke()