DeclarativeSettingsRegisterFormEvent
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}
- registerSchema() : void
- stopPropagation() : void
- Stops the propagation of the event to further event listeners
Properties
$manager
private
IDeclarativeManager
$manager
Methods
__construct()
Compatibility constructor
public
__construct(IDeclarativeManager $manager) : mixed
Parameters
- $manager : IDeclarativeManager
Tags
isPropagationStopped()
{@inheritDoc}
public
isPropagationStopped() : bool
Tags
Return values
boolregisterSchema()
public
registerSchema(string $app, DeclarativeSettingsFormSchemaWithoutValues $schema) : void
Parameters
- $app : string
- $schema : DeclarativeSettingsFormSchemaWithoutValues
Tags
stopPropagation()
Stops the propagation of the event to further event listeners
public
stopPropagation() : void