function ConfigNamesMapper::getDeleteRouteParameters

Returns the route parameters for the translation deletion route.

Return value

array

Overrides ConfigMapperInterface::getDeleteRouteParameters

File

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

Class

ConfigNamesMapper
Configuration mapper base implementation.

Namespace

Drupal\config_translation

Code

public function getDeleteRouteParameters() {
  return $this->getAddRouteParameters();
}

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