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
$renderable read-only
public
AbstractRenderable
$renderable
Methods
__construct()
public
__construct(AbstractRenderable $renderable[, bool $preventRemoval = false ]) : mixed
Parameters
- $renderable : AbstractRenderable
- $preventRemoval : bool = false
isPropagationStopped()
public
isPropagationStopped() : bool