function ConfigNamesMapper::getBaseRouteParameters

Same name and namespace in other branches
  1. 9 core/modules/config_translation/src/ConfigNamesMapper.php \Drupal\config_translation\ConfigNamesMapper::getBaseRouteParameters()
  2. 10 core/modules/config_translation/src/ConfigNamesMapper.php \Drupal\config_translation\ConfigNamesMapper::getBaseRouteParameters()
  3. 11.x core/modules/config_translation/src/ConfigNamesMapper.php \Drupal\config_translation\ConfigNamesMapper::getBaseRouteParameters()

Overrides ConfigMapperInterface::getBaseRouteParameters

2 calls to ConfigNamesMapper::getBaseRouteParameters()
ConfigNamesMapper::getAddRouteParameters in core/modules/config_translation/src/ConfigNamesMapper.php
Returns the route parameters for the translation add form route.
ConfigNamesMapper::getOverviewRouteParameters in core/modules/config_translation/src/ConfigNamesMapper.php
Returns the route parameters for the translation overview route.
1 method overrides ConfigNamesMapper::getBaseRouteParameters()
ConfigEntityMapper::getBaseRouteParameters in core/modules/config_translation/src/ConfigEntityMapper.php
Returns the route parameters for the base route the mapper is attached to.

File

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

Class

ConfigNamesMapper
Configuration mapper base implementation.

Namespace

Drupal\config_translation

Code

public function getBaseRouteParameters() {
    return [];
}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.