Skip to main content
Drupal API
User account menu
  • Log in

Breadcrumb

  1. Drupal Core 11.1.x
  2. ConfigNamesMapper.php

function 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 [];
}

API Navigation

  • Drupal Core 11.1.x
  • Topics
  • Classes
  • Functions
  • Constants
  • Globals
  • Files
  • Namespaces
  • Deprecated
  • Services
RSS feed
Powered by Drupal