function ConfigNamesMapper::getOverviewRouteParameters
Same name in other branches
- 9 core/modules/config_translation/src/ConfigNamesMapper.php \Drupal\config_translation\ConfigNamesMapper::getOverviewRouteParameters()
- 10 core/modules/config_translation/src/ConfigNamesMapper.php \Drupal\config_translation\ConfigNamesMapper::getOverviewRouteParameters()
- 11.x core/modules/config_translation/src/ConfigNamesMapper.php \Drupal\config_translation\ConfigNamesMapper::getOverviewRouteParameters()
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_translationCode
public function getOverviewRouteParameters() {
return $this->getBaseRouteParameters();
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.