You are here

public function ConfigNamesMapper::getOverviewRouteParameters in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 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 228
Contains \Drupal\config_translation\ConfigNamesMapper.

Class

ConfigNamesMapper
Configuration mapper base implementation.

Namespace

Drupal\config_translation

Code

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