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

publicisPropagationStopped()

Event.php : 38
public isPropagationStopped() : bool

Return values

bool

publicstopPropagation()

Event.php : 50

Stops the propagation of the event to further event listeners.

public stopPropagation() : void

If multiple event listeners are connected to the same event, no further event listener will be triggered once any trigger calls stopPropagation().