function ConfigMapperManagerInterface::getMappers

Same name and namespace in other branches
  1. 9 core/modules/config_translation/src/ConfigMapperManagerInterface.php \Drupal\config_translation\ConfigMapperManagerInterface::getMappers()
  2. 10 core/modules/config_translation/src/ConfigMapperManagerInterface.php \Drupal\config_translation\ConfigMapperManagerInterface::getMappers()
  3. 11.x core/modules/config_translation/src/ConfigMapperManagerInterface.php \Drupal\config_translation\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.

1 method overrides ConfigMapperManagerInterface::getMappers()
ConfigMapperManager::getMappers in core/modules/config_translation/src/ConfigMapperManager.php
Returns 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);

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.