BeforeGetTemplatesEvent
extends Event
in package
Base event class for the event dispatcher service
Tags
Table of Contents
Properties
- $propagationStopped : bool
- $templates : array<string|int, Template>
Methods
- __construct() : mixed
- Compatibility constructor
- getTemplates() : array<string|int, Template>
- isPropagationStopped() : bool
- {@inheritDoc}
- stopPropagation() : void
- Stops the propagation of the event to further event listeners
Properties
$propagationStopped
private
bool
$propagationStopped
= false
Tags
$templates
private
array<string|int, Template>
$templates
Methods
__construct()
Compatibility constructor
public
__construct(array<string|int, Template> $templates) : mixed
Parameters
- $templates : array<string|int, Template>
Tags
getTemplates()
public
getTemplates() : array<string|int, Template>
Tags
Return values
array<string|int, Template>isPropagationStopped()
{@inheritDoc}
public
isPropagationStopped() : bool
Tags
Return values
boolstopPropagation()
Stops the propagation of the event to further event listeners
public
stopPropagation() : void