class ConfigMapperPopulateEvent extends Event (View source)

Provides a class for events related to configuration translation mappers.

Properties

protected ConfigMapperInterface $mapper

The configuration mapper this event is related to.

protected RouteMatchInterface $routeMatch

The route match this event is related to.

Methods

__construct(ConfigMapperInterface $mapper, RouteMatchInterface $route_match)

Constructs a ConfigMapperPopulateEvent object.

getMapper()

Gets the configuration mapper this event is related to.

getRouteMatch()

Gets the route match this event is related to.

Details

__construct(ConfigMapperInterface $mapper, RouteMatchInterface $route_match)

Constructs a ConfigMapperPopulateEvent object.

Parameters

ConfigMapperInterface $mapper

The configuration mapper this event is related to.

RouteMatchInterface $route_match

The route match this event is related to.

ConfigMapperInterface getMapper()

Gets the configuration mapper this event is related to.

Return Value

ConfigMapperInterface

The configuration mapper this event is related to.

RouteMatchInterface getRouteMatch()

Gets the route match this event is related to.

Return Value

RouteMatchInterface

The route match this event is related to.