Mercurial > hg > isophonics-drupal-site
comparison 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 |
comparison
equal
deleted
inserted
replaced
16:c2387f117808 | 17:129ea1e6d783 |
---|---|
280 * given language, FALSE otherwise. | 280 * given language, FALSE otherwise. |
281 */ | 281 */ |
282 public function hasTranslation(LanguageInterface $language); | 282 public function hasTranslation(LanguageInterface $language); |
283 | 283 |
284 /** | 284 /** |
285 * Populate the config mapper with request data. | 285 * Populate the config mapper with route match data. |
286 * | |
287 * @todo Replace $request with RouteMatch https://www.drupal.org/node/2295255. | |
288 * | 286 * |
289 * @param \Drupal\Core\Routing\RouteMatchInterface $route_match | 287 * @param \Drupal\Core\Routing\RouteMatchInterface $route_match |
290 * The route match. | 288 * The route match. |
289 * | |
290 * @see \Drupal\config_translation\Event\ConfigTranslationEvents::POPULATE_MAPPER | |
291 */ | 291 */ |
292 public function populateFromRouteMatch(RouteMatchInterface $route_match); | 292 public function populateFromRouteMatch(RouteMatchInterface $route_match); |
293 | 293 |
294 /** | 294 /** |
295 * Returns the name of the contextual link group to add contextual links to. | 295 * Returns the name of the contextual link group to add contextual links to. |