Search for config

  1. Search 7.x for config
  2. Search 8.9.x for config
  3. Search 10.3.x for config
  4. Search 11.x for config
  5. Search main for config
  6. 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
TourTipDeprecatedConfigModuleInstallTest class core/modules/tour/tests/src/Functional/Update/TourTipDeprecatedConfigModuleInstallTest.php Confirms that legacy tour tips are updated when module config is imported.
TourTipDeprecatedConfigModuleInstallTest.php file core/modules/tour/tests/src/Functional/Update/TourTipDeprecatedConfigModuleInstallTest.php
TourTipDeprecatedConfigModuleInstallTest::$defaultTheme property core/modules/tour/tests/src/Functional/Update/TourTipDeprecatedConfigModuleInstallTest.php
TourTipDeprecatedConfigModuleInstallTest::$modules property core/modules/tour/tests/src/Functional/Update/TourTipDeprecatedConfigModuleInstallTest.php
TourTipDeprecatedConfigModuleInstallTest::testModuleInstall function core/modules/tour/tests/src/Functional/Update/TourTipDeprecatedConfigModuleInstallTest.php Test ensuring that tour config is updated on config import.
TourTipDeprecatedConfigUpdateTest class core/modules/tour/tests/src/Functional/Update/TourTipDeprecatedConfigUpdateTest.php Confirms tour tip deprecated config is updated properly.
TourTipDeprecatedConfigUpdateTest.php file core/modules/tour/tests/src/Functional/Update/TourTipDeprecatedConfigUpdateTest.php
TourTipDeprecatedConfigUpdateTest::setDatabaseDumpFiles function core/modules/tour/tests/src/Functional/Update/TourTipDeprecatedConfigUpdateTest.php
TourTipDeprecatedConfigUpdateTest::testUpdate function core/modules/tour/tests/src/Functional/Update/TourTipDeprecatedConfigUpdateTest.php Tests tour_post_update_joyride_selectors_to_selector_property().
TransformedConfigExportImportUITest class core/modules/config/tests/src/Functional/TransformedConfigExportImportUITest.php Tests the user interface for importing/exporting transformed configuration.
TransformedConfigExportImportUITest.php file core/modules/config/tests/src/Functional/TransformedConfigExportImportUITest.php
TransformedConfigExportImportUITest::$defaultTheme property core/modules/config/tests/src/Functional/TransformedConfigExportImportUITest.php
TransformedConfigExportImportUITest::$modules property core/modules/config/tests/src/Functional/TransformedConfigExportImportUITest.php
TransformedConfigExportImportUITest::setUp function core/modules/config/tests/src/Functional/TransformedConfigExportImportUITest.php
TransformedConfigExportImportUITest::testTransformedExportImport function core/modules/config/tests/src/Functional/TransformedConfigExportImportUITest.php Tests a simple site export import case.
TRexEditor::buildConfigurationForm function core/modules/editor/tests/modules/editor_test/src/Plugin/Editor/TRexEditor.php
TrustedHostsTest::testStatusPageWithConfiguration function core/modules/system/tests/src/Functional/System/TrustedHostsTest.php Tests that the status page shows the trusted patterns from settings.php.
TrustedHostsTest::testStatusPageWithoutConfiguration function core/modules/system/tests/src/Functional/System/TrustedHostsTest.php Tests the status page behavior with no setting.
TwigIncludeTest::$twigConfig property core/modules/system/tests/src/Kernel/Theme/TwigIncludeTest.php The Twig configuration to set the container parameter to during rebuilds.
TypedConfigInterface interface core/lib/Drupal/Core/Config/Schema/TypedConfigInterface.php Interface for a typed configuration object that contains multiple elements.
TypedConfigInterface.php file core/lib/Drupal/Core/Config/Schema/TypedConfigInterface.php
TypedConfigInterface::get function core/lib/Drupal/Core/Config/Schema/TypedConfigInterface.php Gets a contained typed configuration element.
TypedConfigInterface::getElements function core/lib/Drupal/Core/Config/Schema/TypedConfigInterface.php Gets an array of contained elements.
TypedConfigInterface::isEmpty function core/lib/Drupal/Core/Config/Schema/TypedConfigInterface.php Determines whether the data structure is empty.
TypedConfigInterface::toArray function core/lib/Drupal/Core/Config/Schema/TypedConfigInterface.php Returns an array of all property values.
TypedConfigManager class core/lib/Drupal/Core/Config/TypedConfigManager.php Manages config schema type plugins.
TypedConfigManager.php file core/lib/Drupal/Core/Config/TypedConfigManager.php
TypedConfigManager::$configStorage property core/lib/Drupal/Core/Config/TypedConfigManager.php A storage instance for reading configuration data.
TypedConfigManager::$definitions property core/lib/Drupal/Core/Config/TypedConfigManager.php The array of plugin definitions, keyed by plugin id.
TypedConfigManager::$schemaStorage property core/lib/Drupal/Core/Config/TypedConfigManager.php A storage instance for reading configuration schema data.
TypedConfigManager::alterDefinitions function core/lib/Drupal/Core/Config/TypedConfigManager.php
TypedConfigManager::buildDataDefinition function core/lib/Drupal/Core/Config/TypedConfigManager.php
TypedConfigManager::clearCachedDefinitions function core/lib/Drupal/Core/Config/TypedConfigManager.php
TypedConfigManager::createFromNameAndData function core/lib/Drupal/Core/Config/TypedConfigManager.php
TypedConfigManager::determineType function core/lib/Drupal/Core/Config/TypedConfigManager.php Determines the typed config type for a plugin ID.
TypedConfigManager::get function core/lib/Drupal/Core/Config/TypedConfigManager.php
TypedConfigManager::getDefinition function core/lib/Drupal/Core/Config/TypedConfigManager.php
TypedConfigManager::getDefinitionWithReplacements function core/lib/Drupal/Core/Config/TypedConfigManager.php Gets a schema definition with replacements for dynamic names.
TypedConfigManager::getDiscovery function core/lib/Drupal/Core/Config/TypedConfigManager.php
TypedConfigManager::getFallbackName function core/lib/Drupal/Core/Config/TypedConfigManager.php Gets fallback configuration schema name.
TypedConfigManager::hasConfigSchema function core/lib/Drupal/Core/Config/TypedConfigManager.php
TypedConfigManager::replaceName function core/lib/Drupal/Core/Config/TypedConfigManager.php Replaces variables in configuration name.
TypedConfigManager::replaceVariable function core/lib/Drupal/Core/Config/TypedConfigManager.php Replaces variable values in included names with configuration data.
TypedConfigManager::__construct function core/lib/Drupal/Core/Config/TypedConfigManager.php Creates a new typed configuration manager.
TypedConfigManagerInterface interface core/lib/Drupal/Core/Config/TypedConfigManagerInterface.php Defines an interface for managing config schema type plugins.
TypedConfigManagerInterface.php file core/lib/Drupal/Core/Config/TypedConfigManagerInterface.php
TypedConfigManagerInterface::buildDataDefinition function core/lib/Drupal/Core/Config/TypedConfigManagerInterface.php Creates a new data definition object.
TypedConfigManagerInterface::createFromNameAndData function core/lib/Drupal/Core/Config/TypedConfigManagerInterface.php Gets typed data for a given configuration name and its values.
TypedConfigManagerInterface::get function core/lib/Drupal/Core/Config/TypedConfigManagerInterface.php Gets typed configuration data.
TypedConfigManagerInterface::getDefinition function core/lib/Drupal/Core/Config/TypedConfigManagerInterface.php Gets a specific plugin definition.

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