Updated Drupal to 8.6. This goes with the following updates because it's possible...
[yaffs-website] / web / core / modules / config_translation / src / ConfigMapperInterface.php
index 57c1ccd27dadb9db8efa21ae9ece5c93d0a96591..9bb44b48847a2b8f2b90f51cddb075078721859a 100644 (file)
@@ -282,12 +282,12 @@ interface ConfigMapperInterface {
   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);