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

Breadcrumb

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

function ConfigMapperManagerInterface::getMappers

Returns an array of all mappers.

Parameters

\Symfony\Component\Routing\RouteCollection $collection: The route collection used to initialize the mappers.

Return value

\Drupal\config_translation\ConfigMapperInterface[] An array of all mappers.

File

core/modules/config_translation/src/ConfigMapperManagerInterface.php, line 22

Class

ConfigMapperManagerInterface
Provides a common interface for config mapper managers.

Namespace

Drupal\config_translation

Code

public function getMappers(?RouteCollection $collection = NULL);

API Navigation

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