Change record status: 
Project: 
Introduced in branch: 
8.6.x
Introduced in version: 
8.6.0-beta1
Description: 

In order to allow modules to extend to other modules' configuration translation forms a new Drupal\config_translation\Event\ConfigTranslationEvents::POPULATE_MAPPER event was added. In order for this to be invoked reliably by ConfigNamesMapper, classes that extend Drupal\config_translation\ConfigNamesMapper need to call parent::populateFromRouteMatch($route_match) at the end of their populateFromRouteMatch() implementation. This ensures that modules have the full set of information available when the event is dispatched.