BeforeRenderableIsRemovedFromFormEvent implements StoppableEventInterface

FinalYes

Listeners to this Event will be able to: - Get the renderable that is about to be removed from the form - Stop the deletion process by setting preventRemoval to true - Add custom logic, e.g. cleanup tasks, before deletion

Table of Contents

Interfaces

StoppableEventInterface

Properties

$preventRemoval  : bool
$renderable  : AbstractRenderable

Methods

__construct()  : mixed
isPropagationStopped()  : bool

Properties

$preventRemoval

public bool $preventRemoval = false

Methods

isPropagationStopped()

public isPropagationStopped() : bool
Return values
bool

        
On this page

Search results