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
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::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.
ConfigTarget::__construct function core/lib/Drupal/Core/Form/ConfigTarget.php Constructs a ConfigTarget object.
ConfigTargetTest class core/tests/Drupal/Tests/Core/Form/ConfigTargetTest.php @coversDefaultClass \Drupal\Core\Form\ConfigTarget
@group Form
ConfigTargetTest class core/modules/system/tests/src/FunctionalJavascript/Form/ConfigTargetTest.php Tests forms using #config_target and #ajax together.
ConfigTargetTest class core/modules/system/tests/src/Functional/Form/ConfigTargetTest.php Tests forms using #config_target.
ConfigTargetTest.php file core/modules/system/tests/src/FunctionalJavascript/Form/ConfigTargetTest.php
ConfigTargetTest.php file core/modules/system/tests/src/Functional/Form/ConfigTargetTest.php
ConfigTargetTest.php file core/tests/Drupal/Tests/Core/Form/ConfigTargetTest.php
ConfigTargetTest::$defaultTheme property core/modules/system/tests/src/FunctionalJavascript/Form/ConfigTargetTest.php The theme to install as the default for testing.
ConfigTargetTest::$defaultTheme property core/modules/system/tests/src/Functional/Form/ConfigTargetTest.php The theme to install as the default for testing.
ConfigTargetTest::$modules property core/modules/system/tests/src/FunctionalJavascript/Form/ConfigTargetTest.php Modules to install.
ConfigTargetTest::$modules property core/modules/system/tests/src/Functional/Form/ConfigTargetTest.php Modules to install.
ConfigTargetTest::providerMultiTargetWithoutCallables function core/tests/Drupal/Tests/Core/Form/ConfigTargetTest.php
ConfigTargetTest::providerTestFormCacheable function core/tests/Drupal/Tests/Core/Form/ConfigTargetTest.php
ConfigTargetTest::providerTestFromFormException function core/tests/Drupal/Tests/Core/Form/ConfigTargetTest.php
ConfigTargetTest::testDuplicateTargetsNotAllowed function core/tests/Drupal/Tests/Core/Form/ConfigTargetTest.php @covers \Drupal\Core\Form\ConfigFormBase::storeConfigKeyToFormElementMap
ConfigTargetTest::testFormCacheable function core/tests/Drupal/Tests/Core/Form/ConfigTargetTest.php @covers \Drupal\Core\Form\ConfigFormBase::storeConfigKeyToFormElementMap
@dataProvider providerTestFormCacheable
ConfigTargetTest::testFromFormConfigTarget function core/tests/Drupal/Tests/Core/Form/ConfigTargetTest.php @covers ::fromForm
ConfigTargetTest::testFromFormException function core/tests/Drupal/Tests/Core/Form/ConfigTargetTest.php @covers ::fromForm
@dataProvider providerTestFromFormException
ConfigTargetTest::testFromFormString function core/tests/Drupal/Tests/Core/Form/ConfigTargetTest.php @covers ::fromForm
@covers ::fromString
ConfigTargetTest::testGetValueCorrectConfig function core/tests/Drupal/Tests/Core/Form/ConfigTargetTest.php
ConfigTargetTest::testIncorrectKey function core/modules/system/tests/src/Functional/Form/ConfigTargetTest.php Tests #config_target with an incorrect key.
ConfigTargetTest::testMultiTarget function core/tests/Drupal/Tests/Core/Form/ConfigTargetTest.php
ConfigTargetTest::testMultiTargetWithoutCallables function core/tests/Drupal/Tests/Core/Form/ConfigTargetTest.php @dataProvider providerMultiTargetWithoutCallables
ConfigTargetTest::testNested function core/modules/system/tests/src/Functional/Form/ConfigTargetTest.php Tests #config_target where there is not a 1:1 property to element.
ConfigTargetTest::testNested function core/modules/system/tests/src/FunctionalJavascript/Form/ConfigTargetTest.php Tests #config_target with callbacks.
ConfigTargetTest::testSetValueCorrectConfig function core/tests/Drupal/Tests/Core/Form/ConfigTargetTest.php

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