Event emitted before action execution.
Methods¶
__construct() ¶
BeforeUpdateTaxonomyEntryEvent.php
:
24
|
|
Parameters
Name | Type | Default value | Description |
---|---|---|---|
$taxonomyEntry | TaxonomyEntry | - | - |
$updateStruct | TaxonomyEntryUpdateStruct | - | - |
$updatedTaxonomyEntry | TaxonomyEntry|null | null | - |
getTaxonomyEntry() ¶
BeforeUpdateTaxonomyEntryEvent.php
:
34
|
|
Return values
getUpdatedTaxonomyEntry() ¶
BeforeUpdateTaxonomyEntryEvent.php
:
44
|
|
Return values
getUpdateStruct() ¶
BeforeUpdateTaxonomyEntryEvent.php
:
39
|
|
Return values
hasUpdatedTaxonomyEntry() ¶
BeforeUpdateTaxonomyEntryEvent.php
:
64
|
|
Return values
bool
isPropagationStopped() ¶
Event.php
:
38
|
|
Return values
bool
setUpdatedTaxonomyEntry() ¶
BeforeUpdateTaxonomyEntryEvent.php
:
59
|
|
Parameters
Name | Type | Default value | Description |
---|---|---|---|
$taxonomyEntry | TaxonomyEntry|null | - | - |
stopPropagation() ¶
Event.php
:
50
Stops the propagation of the event to further event listeners.
|
|
If multiple event listeners are connected to the same event, no further event listener will be triggered once any trigger calls stopPropagation().