Search for conf

  1. Search 7.x for conf
  2. Search 9.5.x for conf
  3. Search 8.9.x for conf
  4. Search 11.x for conf
  5. Other projects
Title Object type File name Summary
ConfigSubscriber.php file core/modules/language/src/EventSubscriber/ConfigSubscriber.php
ConfigSubscriber.php file core/modules/config/src/ConfigSubscriber.php
ConfigSubscriber::$configFactory property core/modules/language/src/EventSubscriber/ConfigSubscriber.php The configuration factory.
ConfigSubscriber::$languageDefault property core/modules/language/src/EventSubscriber/ConfigSubscriber.php The default language.
ConfigSubscriber::$languageManager property core/modules/language/src/EventSubscriber/ConfigSubscriber.php The language manager.
ConfigSubscriber::$languageNegotiator property core/modules/language/src/EventSubscriber/ConfigSubscriber.php The language negotiator.
ConfigSubscriber::$pathProcessorLanguage property core/modules/language/src/EventSubscriber/ConfigSubscriber.php The language path processor.
ConfigSubscriber::getSubscribedEvents function core/modules/language/src/EventSubscriber/ConfigSubscriber.php
ConfigSubscriber::getSubscribedEvents function core/modules/config/src/ConfigSubscriber.php
ConfigSubscriber::onConfigImporterValidate function core/modules/config/src/ConfigSubscriber.php Checks that the Configuration module is not being uninstalled.
ConfigSubscriber::onConfigSave function core/modules/language/src/EventSubscriber/ConfigSubscriber.php Causes the container to be rebuilt on the next request.
ConfigSubscriber::setPathProcessorLanguage function core/modules/language/src/EventSubscriber/ConfigSubscriber.php Injects the language path processors on multilingual site configuration.
ConfigSubscriber::__construct function core/modules/language/src/EventSubscriber/ConfigSubscriber.php Constructs a new class object.
ConfigSync class core/modules/config/src/Form/ConfigSync.php Construct the storage changes in a configuration synchronization form.
ConfigSync.php file core/modules/config/src/Form/ConfigSync.php
ConfigSync::$activeStorage property core/modules/config/src/Form/ConfigSync.php The active configuration object.
ConfigSync::$configManager property core/modules/config/src/Form/ConfigSync.php The configuration manager.
ConfigSync::$eventDispatcher property core/modules/config/src/Form/ConfigSync.php Event dispatcher.
ConfigSync::$importTransformer property core/modules/config/src/Form/ConfigSync.php The import transformer service.
ConfigSync::$lock property core/modules/config/src/Form/ConfigSync.php The database lock object.
ConfigSync::$moduleExtensionList property core/modules/config/src/Form/ConfigSync.php The module extension list.
ConfigSync::$moduleHandler property core/modules/config/src/Form/ConfigSync.php The module handler.
ConfigSync::$moduleInstaller property core/modules/config/src/Form/ConfigSync.php The module installer.
ConfigSync::$renderer property core/modules/config/src/Form/ConfigSync.php The renderer.
ConfigSync::$snapshotStorage property core/modules/config/src/Form/ConfigSync.php The snapshot configuration object.
ConfigSync::$syncStorage property core/modules/config/src/Form/ConfigSync.php The sync configuration object.
ConfigSync::$themeExtensionList property core/modules/config/src/Form/ConfigSync.php The theme extension list.
ConfigSync::$themeHandler property core/modules/config/src/Form/ConfigSync.php The theme handler.
ConfigSync::$typedConfigManager property core/modules/config/src/Form/ConfigSync.php The typed config manager.
ConfigSync::buildForm function core/modules/config/src/Form/ConfigSync.php Form constructor.
ConfigSync::create function core/modules/config/src/Form/ConfigSync.php Instantiates a new instance of this class.
ConfigSync::getFormId function core/modules/config/src/Form/ConfigSync.php Returns a unique string identifying the form.
ConfigSync::submitForm function core/modules/config/src/Form/ConfigSync.php Form submission handler.
ConfigSync::__construct function core/modules/config/src/Form/ConfigSync.php Constructs the object.
ConfigSyncReadmeUpdateTest class core/modules/system/tests/src/Functional/Update/ConfigSyncReadmeUpdateTest.php Tests update to readme inside the configuration synchronization directory.
ConfigSyncReadmeUpdateTest.php file core/modules/system/tests/src/Functional/Update/ConfigSyncReadmeUpdateTest.php
ConfigSyncReadmeUpdateTest::$defaultTheme property core/modules/system/tests/src/Functional/Update/ConfigSyncReadmeUpdateTest.php The theme to install as the default for testing.
ConfigSyncReadmeUpdateTest::setDatabaseDumpFiles function core/modules/system/tests/src/Functional/Update/ConfigSyncReadmeUpdateTest.php Set database dump files to be used.
ConfigSyncReadmeUpdateTest::testConfigurationSynchronizationReadmeUpdate function core/modules/system/tests/src/Functional/Update/ConfigSyncReadmeUpdateTest.php Tests configuration synchronization readme file update.
ConfigTarget class core/lib/Drupal/Core/Form/ConfigTarget.php Represents the mapping of a config property to a form element.
ConfigTarget.php file core/lib/Drupal/Core/Form/ConfigTarget.php
ConfigTarget::$elementParents property core/lib/Drupal/Core/Form/ConfigTarget.php The parents of the form element which maps to this config property.
ConfigTarget::$fromConfig property core/lib/Drupal/Core/Form/ConfigTarget.php Transforms a value loaded from config before it gets displayed by the form.
ConfigTarget::$propertyPaths property core/lib/Drupal/Core/Form/ConfigTarget.php The property paths to target.
ConfigTarget::$toConfig property core/lib/Drupal/Core/Form/ConfigTarget.php Transforms a value submitted by the form before it is set in the config.
ConfigTarget::fromForm function core/lib/Drupal/Core/Form/ConfigTarget.php Gets the config target object for an element from a form array.
ConfigTarget::fromString function core/lib/Drupal/Core/Form/ConfigTarget.php Creates a ConfigTarget object.
ConfigTarget::getValue function core/lib/Drupal/Core/Form/ConfigTarget.php Retrieves the mapped value from config.
ConfigTarget::isMultiTarget function core/lib/Drupal/Core/Form/ConfigTarget.php Indicates if this object targets multiple property paths.
ConfigTarget::setValue function core/lib/Drupal/Core/Form/ConfigTarget.php Sets the submitted value from config.

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