ConfigTranslationController::itemPage

public ConfigTranslationController::itemPage(Request $request, RouteMatchInterface $route_match, $plugin_id) Language translations overview page for a configuration name. Parameters \Symfony\Component\HttpFoundation\Request $request: Page request object. \Drupal\Core\Routing\RouteMatchInterface $route_match: The route match. string $plugin_id: The plugin ID of the mapper. Return value array Page render array. File core/modules/config_translation/src/Controller/ConfigTranslationController.php,

ConfigTranslationController::create

public static ConfigTranslationController::create(ContainerInterface $container) Instantiates a new instance of this class. This is a factory method that returns a new instance of this class. The factory should pass any needed dependencies into the constructor of this class, but not the container itself. Every call to this method must return a new instance of this class; that is, it may not implement a singleton. Parameters \Symfony\Component\DependencyInjection\ContainerInterface $container:

ConfigTranslationController::$router

The dynamic router service. Type: \Symfony\Component\Routing\Matcher\RequestMatcherInterface File core/modules/config_translation/src/Controller/ConfigTranslationController.php, line 46 Class ConfigTranslationController Provides page callbacks for the configuration translation interface. Namespace Drupal\config_translation\Controller Code protected $router;

ConfigTranslationController::$renderer

The renderer. Type: \Drupal\Core\Render\RendererInterface File core/modules/config_translation/src/Controller/ConfigTranslationController.php, line 74 Class ConfigTranslationController Provides page callbacks for the configuration translation interface. Namespace Drupal\config_translation\Controller Code protected $renderer;

ConfigTranslationController::$pathProcessor

The path processor service. Type: \Drupal\Core\PathProcessor\InboundPathProcessorInterface File core/modules/config_translation/src/Controller/ConfigTranslationController.php, line 53 Class ConfigTranslationController Provides page callbacks for the configuration translation interface. Namespace Drupal\config_translation\Controller Code protected $pathProcessor;

ConfigTranslationController::$languageManager

The language manager. Overrides ControllerBase::$languageManager File core/modules/config_translation/src/Controller/ConfigTranslationController.php, line 67 Class ConfigTranslationController Provides page callbacks for the configuration translation interface. Namespace Drupal\config_translation\Controller Code protected $languageManager;

ConfigTranslationController::$configMapperManager

The configuration mapper manager. Type: \Drupal\config_translation\ConfigMapperManagerInterface File core/modules/config_translation/src/Controller/ConfigTranslationController.php, line 32 Class ConfigTranslationController Provides page callbacks for the configuration translation interface. Namespace Drupal\config_translation\Controller Code protected $configMapperManager;

ConfigTranslationController::$account

The current user. Type: \Drupal\Core\Session\AccountInterface File core/modules/config_translation/src/Controller/ConfigTranslationController.php, line 60 Class ConfigTranslationController Provides page callbacks for the configuration translation interface. Namespace Drupal\config_translation\Controller Code protected $account;

ConfigTranslationController::$accessManager

The menu link access service. Type: \Drupal\Core\Access\AccessManagerInterface File core/modules/config_translation/src/Controller/ConfigTranslationController.php, line 39 Class ConfigTranslationController Provides page callbacks for the configuration translation interface. Namespace Drupal\config_translation\Controller Code protected $accessManager;

ConfigTranslationController

Provides page callbacks for the configuration translation interface. Hierarchy class \Drupal\Core\Controller\ControllerBase implements ContainerInjectionInterface uses LoggerChannelTrait, LinkGeneratorTrait, RedirectDestinationTrait, UrlGeneratorTrait, StringTranslationTraitclass \Drupal\config_translation\Controller\ConfigTranslationController File core/modules/config_translation/src/Controller/ConfigTranslationController.php, line 25 Namespace Drupal\config_translation\Controller Me