ConfigNamesMapper::getBaseRouteParameters

public ConfigNamesMapper::getBaseRouteParameters()

Returns the route parameters for the base route the mapper is attached to.

Return value

array

Overrides ConfigMapperInterface::getBaseRouteParameters

File

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

Class

ConfigNamesMapper
Configuration mapper base implementation.

Namespace

Drupal\config_translation

Code

public function getBaseRouteParameters() {
  return array();
}
doc_Drupal
2016-10-29 08:54:17
Comments
Leave a Comment

Please login to continue.