Copied!

BeforeDeleteContentEvent

BeforeDeleteContentEvent.php : 15
Extends BeforeEvent

Event emitted before action execution.

Methods

public__construct()

BeforeDeleteContentEvent.php : 23
public __construct(ContentInfo $contentInfo)

Parameters

Name Type Default value Description
$contentInfo ContentInfo - -

publicgetContentInfo()

BeforeDeleteContentEvent.php : 28
public getContentInfo() : ContentInfo

Return values

ContentInfo

publicgetLocations()

BeforeDeleteContentEvent.php : 33
public getLocations() : array<string|int, mixed>

Return values

array<string|int, mixed>

publichasLocations()

BeforeDeleteContentEvent.php : 47
public hasLocations() : bool

Return values

bool

publicsetLocations()

BeforeDeleteContentEvent.php : 42
public setLocations(array<string|int, mixed>|null $locations) : void

Parameters

Name Type Default value Description
$locations array<string|int, mixed>|null - -