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
setUpdatedTaxonomyEntry()
¶
BeforeUpdateTaxonomyEntryEvent.php
:
59
|
|
|
Parameters
| Name | Type | Default value | Description |
|---|---|---|---|
| $taxonomyEntry | TaxonomyEntry|null | - | - |