‪TYPO3CMS  ‪main
TYPO3\CMS\Lowlevel\Event\ModifyBlindedConfigurationOptionsEvent Class Reference

Public Member Functions

 __construct (private array $blindedConfigurationOptions, private readonly string $identifier)
 
 setBlindedConfigurationOptions (array $blindedConfigurationOptions)
 
 getBlindedConfigurationOptions ()
 
 getProviderIdentifier ()
 

Detailed Description

Listeners to this Event will be able to modify the blinded configuration options, displayed in the configuration module of the TYPO3 backend.

Definition at line 24 of file ModifyBlindedConfigurationOptionsEvent.php.

Constructor & Destructor Documentation

◆ __construct()

TYPO3\CMS\Lowlevel\Event\ModifyBlindedConfigurationOptionsEvent::__construct ( private array  $blindedConfigurationOptions,
private readonly string  $identifier 
)

Definition at line 26 of file ModifyBlindedConfigurationOptionsEvent.php.

Member Function Documentation

◆ getBlindedConfigurationOptions()

TYPO3\CMS\Lowlevel\Event\ModifyBlindedConfigurationOptionsEvent::getBlindedConfigurationOptions ( )

Returns the blinded configuration options

Definition at line 42 of file ModifyBlindedConfigurationOptionsEvent.php.

◆ getProviderIdentifier()

TYPO3\CMS\Lowlevel\Event\ModifyBlindedConfigurationOptionsEvent::getProviderIdentifier ( )

Returns the configuration provider identifier, dispatching the event

Definition at line 50 of file ModifyBlindedConfigurationOptionsEvent.php.

References TYPO3\CMS\Webhooks\Message\$identifier.

◆ setBlindedConfigurationOptions()

TYPO3\CMS\Lowlevel\Event\ModifyBlindedConfigurationOptionsEvent::setBlindedConfigurationOptions ( array  $blindedConfigurationOptions)