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

Breadcrumb

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

function ConfigNamesMapper::processRoute

Allows to process all config translation routes.

Parameters

\Symfony\Component\Routing\Route $route: The route object to process.

4 calls to ConfigNamesMapper::processRoute()
ConfigNamesMapper::getAddRoute in core/modules/config_translation/src/ConfigNamesMapper.php
Returns the route object for a translation add form route.
ConfigNamesMapper::getDeleteRoute in core/modules/config_translation/src/ConfigNamesMapper.php
Returns the route object for the translation deletion route.
ConfigNamesMapper::getEditRoute in core/modules/config_translation/src/ConfigNamesMapper.php
Returns the route object for a translation edit form route.
ConfigNamesMapper::getOverviewRoute in core/modules/config_translation/src/ConfigNamesMapper.php
Returns the route object for a translation overview route.
1 method overrides ConfigNamesMapper::processRoute()
ConfigEntityMapper::processRoute in core/modules/config_translation/src/ConfigEntityMapper.php
Allows to process all config translation routes.

File

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

Class

ConfigNamesMapper
Configuration mapper base implementation.

Namespace

Drupal\config_translation

Code

protected function processRoute(Route $route) {
}

API Navigation

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