Search for %s

  1. Search 7.x for %s
  2. Search 9.5.x for %s
  3. Search 8.9.x for %s
  4. Search 11.x for %s
  5. Search main for %s
  6. Other projects
Title Object type File name Summary
ConfigMapperInterface::getOverviewRouteParameters function core/modules/config_translation/src/ConfigMapperInterface.php Returns the route parameters for the translation overview route.
ConfigMapperInterface::hasSchema function core/modules/config_translation/src/ConfigMapperInterface.php Checks that all pieces of this configuration mapper have a schema.
ConfigMapperInterface::hasTranslatable function core/modules/config_translation/src/ConfigMapperInterface.php Checks if pieces of this configuration mapper have translatables.
ConfigMapperInterface::hasTranslation function core/modules/config_translation/src/ConfigMapperInterface.php Checks whether there is already a translation for this mapper.
ConfigMapperInterface::setLangcode function core/modules/config_translation/src/ConfigMapperInterface.php Sets the original language code.
ConfigMapperInterface::setRouteCollection function core/modules/config_translation/src/ConfigMapperInterface.php Sets the route collection.
ConfigMapperManager::$defaults property core/modules/config_translation/src/ConfigMapperManager.php A set of defaults to be referenced by $this->processDefinition().
ConfigMapperManager::clearCachedDefinitions function core/modules/config_translation/src/ConfigMapperManager.php Clears static and persistent plugin definition caches.
ConfigMapperManager::findDefinitions function core/modules/config_translation/src/ConfigMapperManager.php Finds plugin definitions.
ConfigMapperManager::findTranslatable function core/modules/config_translation/src/ConfigMapperManager.php Returns TRUE if at least one translatable element is found.
ConfigMapperManager::getDiscovery function core/modules/config_translation/src/ConfigMapperManager.php Gets the plugin discovery.
ConfigMapperManager::getMappers function core/modules/config_translation/src/ConfigMapperManager.php Returns an array of all mappers.
ConfigMapperManager::hasTranslatable function core/modules/config_translation/src/ConfigMapperManager.php Returns TRUE if the configuration data has translatable items.
ConfigMapperManager::processDefinition function core/modules/config_translation/src/ConfigMapperManager.php Performs extra processing on plugin definitions.
ConfigMapperManager::__construct function core/modules/config_translation/src/ConfigMapperManager.php Constructs a ConfigMapperManager.
ConfigMapperManagerInterface::getMappers function core/modules/config_translation/src/ConfigMapperManagerInterface.php Returns an array of all mappers.
ConfigMapperManagerInterface::hasTranslatable function core/modules/config_translation/src/ConfigMapperManagerInterface.php Returns TRUE if the configuration data has translatable items.
ConfigMapperManagerTest class core/modules/config_translation/tests/src/Unit/ConfigMapperManagerTest.php Tests the functionality provided by configuration translation mapper manager.
ConfigMapperManagerTest.php file core/modules/config_translation/tests/src/Unit/ConfigMapperManagerTest.php
ConfigMapperManagerTest::$configMapperManager property core/modules/config_translation/tests/src/Unit/ConfigMapperManagerTest.php The configuration mapper manager to test.
ConfigMapperManagerTest::$typedConfigManager property core/modules/config_translation/tests/src/Unit/ConfigMapperManagerTest.php The typed configuration manager used for testing.
ConfigMapperManagerTest::getElement function core/modules/config_translation/tests/src/Unit/ConfigMapperManagerTest.php Returns a mocked schema element.
ConfigMapperManagerTest::getNestedElement function core/modules/config_translation/tests/src/Unit/ConfigMapperManagerTest.php Returns a mocked nested schema element.
ConfigMapperManagerTest::providerTestHasTranslatable function core/modules/config_translation/tests/src/Unit/ConfigMapperManagerTest.php Provides data for ConfigMapperManager::testHasTranslatable()
ConfigMapperManagerTest::setUp function core/modules/config_translation/tests/src/Unit/ConfigMapperManagerTest.php
ConfigMapperManagerTest::testHasTranslatable function core/modules/config_translation/tests/src/Unit/ConfigMapperManagerTest.php Tests ConfigMapperManager::hasTranslatable().
ConfigMapperPopulateEvent::__construct function core/modules/config_translation/src/Event/ConfigMapperPopulateEvent.php Constructs a ConfigMapperPopulateEvent object.
ConfigMapperTest class core/modules/config_translation/tests/src/Kernel/ConfigMapperTest.php Tests config mapper.
ConfigMapperTest.php file core/modules/config_translation/tests/src/Kernel/ConfigMapperTest.php
ConfigMapperTest::$modules property core/modules/config_translation/tests/src/Kernel/ConfigMapperTest.php Modules to install.
ConfigMapperTest::testAddingConfigNames function core/modules/config_translation/tests/src/Kernel/ConfigMapperTest.php Tests adding config names to mapper.
ConfigModuleOverridesEvent class core/lib/Drupal/Core/Config/ConfigModuleOverridesEvent.php Event object to allow configuration to be overridden by modules.
ConfigModuleOverridesEvent.php file core/lib/Drupal/Core/Config/ConfigModuleOverridesEvent.php
ConfigModuleOverridesEvent::$language property core/lib/Drupal/Core/Config/ConfigModuleOverridesEvent.php The Language object used to override configuration data.
ConfigModuleOverridesEvent::$names property core/lib/Drupal/Core/Config/ConfigModuleOverridesEvent.php Configuration names.
ConfigModuleOverridesEvent::$overrides property core/lib/Drupal/Core/Config/ConfigModuleOverridesEvent.php Configuration overrides.
ConfigModuleOverridesEvent::getLanguage function core/lib/Drupal/Core/Config/ConfigModuleOverridesEvent.php Gets configuration language.
ConfigModuleOverridesEvent::getNames function core/lib/Drupal/Core/Config/ConfigModuleOverridesEvent.php Gets configuration names.
ConfigModuleOverridesEvent::getOverrides function core/lib/Drupal/Core/Config/ConfigModuleOverridesEvent.php Get configuration overrides.
ConfigModuleOverridesEvent::setOverride function core/lib/Drupal/Core/Config/ConfigModuleOverridesEvent.php Sets a configuration override for the given name.
ConfigModuleOverridesEvent::__construct function core/lib/Drupal/Core/Config/ConfigModuleOverridesEvent.php Constructs a configuration overrides event object.
ConfigModuleOverridesTest class core/tests/Drupal/KernelTests/Core/Config/ConfigModuleOverridesTest.php Tests module overrides of configuration using event subscribers.
ConfigModuleOverridesTest.php file core/tests/Drupal/KernelTests/Core/Config/ConfigModuleOverridesTest.php
ConfigModuleOverridesTest::$modules property core/tests/Drupal/KernelTests/Core/Config/ConfigModuleOverridesTest.php Modules to install.
ConfigModuleOverridesTest::testSimpleModuleOverrides function core/tests/Drupal/KernelTests/Core/Config/ConfigModuleOverridesTest.php
ConfigNamesMapper class core/modules/config_translation/src/ConfigNamesMapper.php Configuration mapper base implementation.
ConfigNamesMapper.php file core/modules/config_translation/src/ConfigNamesMapper.php
ConfigNamesMapper::$baseRoute property core/modules/config_translation/src/ConfigNamesMapper.php The base route object that the mapper is attached to.
ConfigNamesMapper::$configFactory property core/modules/config_translation/src/ConfigNamesMapper.php The configuration factory.
ConfigNamesMapper::$configMapperManager property core/modules/config_translation/src/ConfigNamesMapper.php The mapper plugin discovery service.

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