Copied!

RemoveTaxonomyEntryEvent

RemoveTaxonomyEntryEvent.php : 14
Extends AfterEvent

Event emitted after action execution.

Methods

public__construct()

RemoveTaxonomyEntryEvent.php : 24
public __construct(TaxonomyEntry $taxonomyEntry[, array<string|int, int> $contentIds = [] ])

Parameters

Name Type Default value Description
$taxonomyEntry TaxonomyEntry - -
$contentIds array<string|int, int> [] -

publicgetContentIds()

RemoveTaxonomyEntryEvent.php : 40
public getContentIds() : array<string|int, int>

Return values

array<string|int, int>

publicgetTaxonomyEntry()

RemoveTaxonomyEntryEvent.php : 32
public getTaxonomyEntry() : TaxonomyEntry

Return values

TaxonomyEntry