‪TYPO3CMS  ‪main
TYPO3\CMS\RteCKEditor\Form\Element\Event\BeforeGetExternalPluginsEvent Class Reference

Public Member Functions

 __construct (private array $configuration, private readonly array $data)
 
 getData ()
 
 getConfiguration ()
 
 setConfiguration (array $configuration)
 

Detailed Description

This event is fired before processing external plugin configuration.

Definition at line 23 of file BeforeGetExternalPluginsEvent.php.

Constructor & Destructor Documentation

◆ __construct()

TYPO3\CMS\RteCKEditor\Form\Element\Event\BeforeGetExternalPluginsEvent::__construct ( private array  $configuration,
private readonly array  $data 
)

Definition at line 25 of file BeforeGetExternalPluginsEvent.php.

Member Function Documentation

◆ getConfiguration()

TYPO3\CMS\RteCKEditor\Form\Element\Event\BeforeGetExternalPluginsEvent::getConfiguration ( )

Definition at line 32 of file BeforeGetExternalPluginsEvent.php.

◆ getData()

TYPO3\CMS\RteCKEditor\Form\Element\Event\BeforeGetExternalPluginsEvent::getData ( )

Definition at line 27 of file BeforeGetExternalPluginsEvent.php.

◆ setConfiguration()

TYPO3\CMS\RteCKEditor\Form\Element\Event\BeforeGetExternalPluginsEvent::setConfiguration ( array  $configuration)

Definition at line 37 of file BeforeGetExternalPluginsEvent.php.