ModifyBlindedConfigurationOptionsEvent

FinalYes

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

Table of Contents

Methods

__construct()  : mixed
getBlindedConfigurationOptions()  : array<string|int, mixed>
Returns the blinded configuration options
getProviderIdentifier()  : string
Returns the configuration provider identifier, dispatching the event
setBlindedConfigurationOptions()  : void
Allows to define configuration options to be blinded

Methods

__construct()

public __construct(array<string|int, mixed> $blindedConfigurationOptions, string $identifier) : mixed
Parameters
$blindedConfigurationOptions : array<string|int, mixed>
$identifier : string

getBlindedConfigurationOptions()

Returns the blinded configuration options

public getBlindedConfigurationOptions() : array<string|int, mixed>
Return values
array<string|int, mixed>

getProviderIdentifier()

Returns the configuration provider identifier, dispatching the event

public getProviderIdentifier() : string
Return values
string

setBlindedConfigurationOptions()

Allows to define configuration options to be blinded

public setBlindedConfigurationOptions(array<string|int, mixed> $blindedConfigurationOptions) : void
Parameters
$blindedConfigurationOptions : array<string|int, mixed>

        
On this page

Search results