ContentProviderRegisterEvent
extends Event
in package
Base event class for the event dispatcher service
Tags
Table of Contents
Properties
Methods
- __construct() : mixed
- Compatibility constructor
- isPropagationStopped() : bool
- {@inheritDoc}
- registerContentProvider() : void
- stopPropagation() : void
- Stops the propagation of the event to further event listeners
Properties
$contentManager
private
IContentManager
$contentManager
Methods
__construct()
Compatibility constructor
public
__construct(IContentManager $contentManager) : mixed
Parameters
- $contentManager : IContentManager
Tags
isPropagationStopped()
{@inheritDoc}
public
isPropagationStopped() : bool
Tags
Attributes
- #[Override]
Return values
boolregisterContentProvider()
public
registerContentProvider(string $appId, string $providerId, IContentProvider> $providerClass) : void
Parameters
- $appId : string
- $providerId : string
- $providerClass : IContentProvider>
Tags
stopPropagation()
Stops the propagation of the event to further event listeners
public
stopPropagation() : void