Search for config

  1. Search 7.x for config
  2. Search 9.5.x for config
  3. Search 8.9.x for config
  4. Search 10.3.x for config
  5. Other projects

Exact matches

These are exact matches according to your search
Title Object type File name Summary
Config class composer/Plugin/VendorHardening/Config.php Determine configuration.
Config class core/modules/migrate_drupal/src/Plugin/migrate/source/d8/Config.php Drupal 8+ configuration source from database.
Config class core/modules/migrate/src/Plugin/migrate/destination/Config.php Provides Configuration Management destination plugin.
Config class core/lib/Drupal/Core/Config/Config.php Defines the default configuration object.

All search results

Title Object type File name Summary
ConfigMapperInterface::getConfigData function core/modules/config_translation/src/ConfigMapperInterface.php Returns an array with all configuration data.
ConfigMapperInterface::getConfigNames function core/modules/config_translation/src/ConfigMapperInterface.php Returns an array of configuration names for the mapper.
ConfigMapperInterface::getContextualLinkGroup function core/modules/config_translation/src/ConfigMapperInterface.php Returns the name of the contextual link group to add contextual links to.
ConfigMapperInterface::getDeleteRoute function core/modules/config_translation/src/ConfigMapperInterface.php Returns the route object for the translation deletion route.
ConfigMapperInterface::getDeleteRouteName function core/modules/config_translation/src/ConfigMapperInterface.php Returns route name for the translation deletion route.
ConfigMapperInterface::getDeleteRouteParameters function core/modules/config_translation/src/ConfigMapperInterface.php Returns the route parameters for the translation deletion route.
ConfigMapperInterface::getEditRoute function core/modules/config_translation/src/ConfigMapperInterface.php Returns the route object for a translation edit form route.
ConfigMapperInterface::getEditRouteName function core/modules/config_translation/src/ConfigMapperInterface.php Returns route name for the translation edit form route.
ConfigMapperInterface::getEditRouteParameters function core/modules/config_translation/src/ConfigMapperInterface.php Returns the route parameters for the translation edit form route.
ConfigMapperInterface::getLangcode function core/modules/config_translation/src/ConfigMapperInterface.php Returns the original language code of the configuration.
ConfigMapperInterface::getLangcodeFromConfig function core/modules/config_translation/src/ConfigMapperInterface.php Returns the language code of a configuration object given its name.
ConfigMapperInterface::getOperations function core/modules/config_translation/src/ConfigMapperInterface.php Provides an array of information to build a list of operation links.
ConfigMapperInterface::getOverviewPath function core/modules/config_translation/src/ConfigMapperInterface.php Returns a processed path for the translation overview route.
ConfigMapperInterface::getOverviewRoute function core/modules/config_translation/src/ConfigMapperInterface.php Returns the route object for a translation overview route.
ConfigMapperInterface::getOverviewRouteName function core/modules/config_translation/src/ConfigMapperInterface.php Returns route name for the translation overview route.
ConfigMapperInterface::getOverviewRouteParameters function core/modules/config_translation/src/ConfigMapperInterface.php Returns the route parameters for the translation overview route.
ConfigMapperInterface::getTitle function core/modules/config_translation/src/ConfigMapperInterface.php Returns title of this translation page.
ConfigMapperInterface::getTypeLabel function core/modules/config_translation/src/ConfigMapperInterface.php Returns the label of the type of data the mapper encapsulates.
ConfigMapperInterface::getTypeName function core/modules/config_translation/src/ConfigMapperInterface.php Returns the name of the type of data the mapper encapsulates.
ConfigMapperInterface::getWeight function core/modules/config_translation/src/ConfigMapperInterface.php Returns the weight of the mapper.
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::populateFromRouteMatch function core/modules/config_translation/src/ConfigMapperInterface.php Populate the config mapper with route match data.
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.
ConfigMapperLanguageException class core/modules/config_translation/src/Exception/ConfigMapperLanguageException.php Provides an exception for configuration mappers with multiple languages.
ConfigMapperLanguageException.php file core/modules/config_translation/src/Exception/ConfigMapperLanguageException.php
ConfigMapperManager class core/modules/config_translation/src/ConfigMapperManager.php Manages plugins for configuration translation mappers.
ConfigMapperManager.php file core/modules/config_translation/src/ConfigMapperManager.php
ConfigMapperManager::$defaults property core/modules/config_translation/src/ConfigMapperManager.php A set of defaults to be referenced by $this->processDefinition().
ConfigMapperManager::$languageManager property core/modules/config_translation/src/ConfigMapperManager.php The language manager.
ConfigMapperManager::$themeHandler property core/modules/config_translation/src/ConfigMapperManager.php The theme handler.
ConfigMapperManager::$typedConfigManager property core/modules/config_translation/src/ConfigMapperManager.php The typed config manager.
ConfigMapperManager::buildDataDefinition function core/modules/config_translation/src/ConfigMapperManager.php
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
ConfigMapperManager::hasTranslatable function core/modules/config_translation/src/ConfigMapperManager.php
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 interface core/modules/config_translation/src/ConfigMapperManagerInterface.php Provides a common interface for config mapper managers.
ConfigMapperManagerInterface.php file core/modules/config_translation/src/ConfigMapperManagerInterface.php
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.

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