class MappingRegisterEvent extends Event

Class ActionScheduleEvent

Properties

protected array $mappings

Methods

register( $mapping)

Register a new mapping.

array
getMappings()

No description

Details

at line 28
MappingRegisterEvent register( $mapping)

Register a new mapping.

Parameters

$mapping The new mapping.

Return Value

MappingRegisterEvent

at line 37
array getMappings()

Return Value

array Array(scalar $id => MappingInterface $mapping).