public ConfigMapperInterface::populateFromRouteMatch(RouteMatchInterface $route_match)
Populate the config mapper with request data.
@todo Replace $request with RouteMatch https://www.drupal.org/node/2295255.
Parameters
\Drupal\Core\Routing\RouteMatchInterface $route_match: The route match.
File
- core/modules/config_translation/src/ConfigMapperInterface.php, line 292
Class
- ConfigMapperInterface
- Defines an interface for configuration mapper.
Namespace
Drupal\config_translation
Code
public function populateFromRouteMatch(RouteMatchInterface $route_match);
Please login to continue.