Copied!

BeforeMoveTaxonomyEntryRelativeToSiblingEvent

BeforeMoveTaxonomyEntryRelativeToSiblingEvent.php : 14
Extends BeforeEvent

Event emitted before action execution.

Methods

public__construct()

BeforeMoveTaxonomyEntryRelativeToSiblingEvent.php : 26
public __construct(TaxonomyEntry $taxonomyEntry, TaxonomyEntry $sibling, string $position)

Parameters

Name Type Default value Description
$taxonomyEntry TaxonomyEntry - -
$sibling TaxonomyEntry - -
$position string - -

publicgetPosition()

BeforeMoveTaxonomyEntryRelativeToSiblingEvent.php : 46
public getPosition() : string

Return values

string

publicgetSibling()

BeforeMoveTaxonomyEntryRelativeToSiblingEvent.php : 41
public getSibling() : TaxonomyEntry

Return values

TaxonomyEntry

publicgetTaxonomyEntry()

BeforeMoveTaxonomyEntryRelativeToSiblingEvent.php : 36
public getTaxonomyEntry() : TaxonomyEntry

Return values

TaxonomyEntry