You are here

public function ConfigNamesMapper::getOverviewRouteParameters in Drupal 9

Same name and namespace in other branches
  1. 8 core/modules/config_translation/src/ConfigNamesMapper.php \Drupal\config_translation\ConfigNamesMapper::getOverviewRouteParameters()
  2. 10 core/modules/config_translation/src/ConfigNamesMapper.php \Drupal\config_translation\ConfigNamesMapper::getOverviewRouteParameters()

Returns the route parameters for the translation overview route.

Return value

array

Overrides ConfigMapperInterface::getOverviewRouteParameters

1 call to ConfigNamesMapper::getOverviewRouteParameters()
ConfigNamesMapper::getOperations in core/modules/config_translation/src/ConfigNamesMapper.php
Provides an array of information to build a list of operation links.

File

core/modules/config_translation/src/ConfigNamesMapper.php, line 238

Class

ConfigNamesMapper
Configuration mapper base implementation.

Namespace

Drupal\config_translation

Code

public function getOverviewRouteParameters() {
  return $this
    ->getBaseRouteParameters();
}