TagCreatedEvent
extends AbstractTagEvent
in package
FinalYes
Event triggered when creating a new tag.
Tags
Attributes
- #[Consumable]
- $since: '35.0.0'
Table of Contents
Methods
- __construct() : mixed
- AbstractTagEvent constructor
- getTag() : ISystemTag
- isPropagationStopped() : bool
- {@inheritDoc}
- stopPropagation() : void
- Stops the propagation of the event to further event listeners
Methods
__construct()
AbstractTagEvent constructor
public
__construct(ISystemTag $tag) : mixed
Parameters
- $tag : ISystemTag
Tags
getTag()
public
getTag() : 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