TagUpdatedEvent
extends AbstractTagEvent
in package
FinalYes
Event triggered when updated a tag.
Tags
Attributes
- #[Consumable]
- $since: '35.0.0'
Table of Contents
Properties
Methods
- __construct() : mixed
- TagUpdatedEvent constructor
- getTag() : ISystemTag
- getTagBefore() : ISystemTag
- Return the tag state before it was updated.
- isPropagationStopped() : bool
- {@inheritDoc}
- stopPropagation() : void
- Stops the propagation of the event to further event listeners
Properties
$beforeTag read-only
private
ISystemTag
$beforeTag
Methods
__construct()
TagUpdatedEvent constructor
public
__construct(ISystemTag $tag, ISystemTag $beforeTag) : mixed
Parameters
- $tag : ISystemTag
- $beforeTag : ISystemTag
Tags
getTag()
public
getTag() : ISystemTag
Tags
Return values
ISystemTaggetTagBefore()
Return the tag state before it was updated.
public
getTagBefore() : ISystemTag
Tags
Return values
ISystemTagisPropagationStopped()
{@inheritDoc}
public
isPropagationStopped() : bool
Tags
Attributes
- #[Override]
Return values
boolstopPropagation()
Stops the propagation of the event to further event listeners
public
stopPropagation() : void