diff core/modules/config_translation/src/ConfigMapperInterface.php @ 17:129ea1e6d783

Update, including to Drupal core 8.6.10
author Chris Cannam
date Thu, 28 Feb 2019 13:21:36 +0000
parents 4c8ae668cc8c
children
line wrap: on
line diff
--- a/core/modules/config_translation/src/ConfigMapperInterface.php	Tue Jul 10 15:07:59 2018 +0100
+++ b/core/modules/config_translation/src/ConfigMapperInterface.php	Thu Feb 28 13:21:36 2019 +0000
@@ -282,12 +282,12 @@
   public function hasTranslation(LanguageInterface $language);
 
   /**
-   * Populate the config mapper with request data.
-   *
-   * @todo Replace $request with RouteMatch https://www.drupal.org/node/2295255.
+   * Populate the config mapper with route match data.
    *
    * @param \Drupal\Core\Routing\RouteMatchInterface $route_match
    *   The route match.
+   *
+   * @see \Drupal\config_translation\Event\ConfigTranslationEvents::POPULATE_MAPPER
    */
   public function populateFromRouteMatch(RouteMatchInterface $route_match);