OnSubmitActorInterface
Adminpanel interface for modules that need to react on changed configuration (for example if fluid debug settings change, the frontend cache should be cleared)
Table of Contents
Methods
- onSubmit() : void
- Executed on saving / submit of the configuration form Can be used to react to changed settings (for example: clearing a specific cache)
Methods
onSubmit()
Executed on saving / submit of the configuration form Can be used to react to changed settings (for example: clearing a specific cache)
public
onSubmit(array<string|int, mixed> $configurationToSave, ServerRequestInterface $request) : void
Parameters
- $configurationToSave : array<string|int, mixed>
- $request : ServerRequestInterface