ConfigMapperPopulateEvent
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.
ConfigMapperInterface
getMapper()
Gets the configuration mapper this event is related to.
RouteMatchInterface
getRouteMatch()
Gets the route match this event is related to.