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
ConfigTargetTest::testSetValueMultiTargetToConfigReturnValue function core/tests/Drupal/Tests/Core/Form/ConfigTargetTest.php @testWith ["this string was returned by toConfig", "The toConfig callable returned a string, but it must be an array with a key-value pair for each of the targeted property paths."]
[true, "The toConfig callable returned a…
ConfigTargetTest::testSingleTarget function core/tests/Drupal/Tests/Core/Form/ConfigTargetTest.php
ConfigTargetTest::testTree function core/modules/system/tests/src/FunctionalJavascript/Form/ConfigTargetTest.php Tests #config_target with no callbacks.
ConfigTargetTest::testTree function core/modules/system/tests/src/Functional/Form/ConfigTargetTest.php Tests #config_target where #tree is set to TRUE.
ConfigTest class core/tests/Drupal/Tests/Core/Config/ConfigTest.php Tests the Config.
ConfigTest class core/tests/Drupal/Tests/Composer/Plugin/ProjectMessage/ConfigTest.php @coversDefaultClass Drupal\Composer\Plugin\ProjectMessage\Message
@group ProjectMessage
ConfigTest class core/tests/Drupal/Tests/Composer/Plugin/VendorHardening/ConfigTest.php @coversDefaultClass Drupal\Composer\Plugin\VendorHardening\Config
@group VendorHardening
ConfigTest class core/modules/config/tests/config_test/src/Entity/ConfigTest.php Defines the ConfigTest configuration entity.
ConfigTest class core/modules/migrate_drupal/tests/src/Kernel/Plugin/migrate/source/d8/ConfigTest.php Tests the config source plugin.
ConfigTest class core/modules/migrate/tests/src/Unit/destination/ConfigTest.php @coversDefaultClass \Drupal\migrate\Plugin\migrate\destination\Config
@group migrate
ConfigTest class core/modules/system/tests/src/Functional/File/ConfigTest.php Tests file system configuration operations.
ConfigTest.php file core/modules/migrate/tests/src/Unit/destination/ConfigTest.php
ConfigTest.php file core/modules/system/tests/src/Functional/File/ConfigTest.php
ConfigTest.php file core/modules/config/tests/config_test/src/Entity/ConfigTest.php
ConfigTest.php file core/tests/Drupal/Tests/Core/Config/ConfigTest.php
ConfigTest.php file core/tests/Drupal/Tests/Composer/Plugin/ProjectMessage/ConfigTest.php
ConfigTest.php file core/tests/Drupal/Tests/Composer/Plugin/VendorHardening/ConfigTest.php
ConfigTest.php file core/modules/migrate_drupal/tests/src/Kernel/Plugin/migrate/source/d8/ConfigTest.php
ConfigTest::$array_property property core/modules/config/tests/config_test/src/Entity/ConfigTest.php An array property of the configuration entity.
ConfigTest::$cacheTagsInvalidator property core/tests/Drupal/Tests/Core/Config/ConfigTest.php The mocked cache tags invalidator.
ConfigTest::$config property core/tests/Drupal/Tests/Core/Config/ConfigTest.php Config.
ConfigTest::$defaultTheme property core/modules/system/tests/src/Functional/File/ConfigTest.php The theme to install as the default for testing.
ConfigTest::$eventDispatcher property core/tests/Drupal/Tests/Core/Config/ConfigTest.php Event Dispatcher.
ConfigTest::$id property core/modules/config/tests/config_test/src/Entity/ConfigTest.php The machine name for the configuration entity.
ConfigTest::$label property core/modules/config/tests/config_test/src/Entity/ConfigTest.php The human-readable name of the configuration entity.
ConfigTest::$modules property core/modules/migrate_drupal/tests/src/Kernel/Plugin/migrate/source/d8/ConfigTest.php Modules to install.
ConfigTest::$protected_property property core/modules/config/tests/config_test/src/Entity/ConfigTest.php A protected property of the configuration entity.
ConfigTest::$storage property core/tests/Drupal/Tests/Core/Config/ConfigTest.php Storage.
ConfigTest::$style property core/modules/config/tests/config_test/src/Entity/ConfigTest.php The image style to use.
ConfigTest::$typedConfig property core/tests/Drupal/Tests/Core/Config/ConfigTest.php Typed Config.
ConfigTest::$weight property core/modules/config/tests/config_test/src/Entity/ConfigTest.php The weight of the configuration entity.
ConfigTest::addToArray function core/modules/config/tests/config_test/src/Entity/ConfigTest.php Adds a value to the array property.
ConfigTest::append function core/modules/config/tests/config_test/src/Entity/ConfigTest.php Appends to protected property.
ConfigTest::assertConfigDataEquals function core/tests/Drupal/Tests/Core/Config/ConfigTest.php Asserts all config data equals $data provided.
ConfigTest::assertOriginalConfigDataEquals function core/tests/Drupal/Tests/Core/Config/ConfigTest.php Asserts all original config data equals $data provided.
ConfigTest::assertOverriddenKeys function core/tests/Drupal/Tests/Core/Config/ConfigTest.php Asserts that the correct keys are overridden.
ConfigTest::calculateDependencies function core/modules/config/tests/config_test/src/Entity/ConfigTest.php Calculates dependencies and stores them in the dependency property.
ConfigTest::concatProtectedProperty function core/modules/config/tests/config_test/src/Entity/ConfigTest.php Concatenates the two params and sets the protected property value.
ConfigTest::concatProtectedPropertyOptional function core/modules/config/tests/config_test/src/Entity/ConfigTest.php Concatenates up to two params and sets the protected property value.
ConfigTest::defaultProtectedProperty function core/modules/config/tests/config_test/src/Entity/ConfigTest.php Sets the protected property to a default value.
ConfigTest::getArrayProperty function core/modules/config/tests/config_test/src/Entity/ConfigTest.php Gets the array property value.
ConfigTest::getProtectedProperty function core/modules/config/tests/config_test/src/Entity/ConfigTest.php Gets the protected property value.
ConfigTest::isInstallable function core/modules/config/tests/config_test/src/Entity/ConfigTest.php Checks whether this entity is installable.
ConfigTest::mergeDataProvider function core/tests/Drupal/Tests/Core/Config/ConfigTest.php Provides data to test merges.
ConfigTest::nestedDataProvider function core/tests/Drupal/Tests/Core/Config/ConfigTest.php Provides nested test data.
ConfigTest::onDependencyRemoval function core/modules/config/tests/config_test/src/Entity/ConfigTest.php Informs the entity that entities it depends on will be deleted.
ConfigTest::overrideDataProvider function core/tests/Drupal/Tests/Core/Config/ConfigTest.php Provides override data.
ConfigTest::postDelete function core/modules/config/tests/config_test/src/Entity/ConfigTest.php Acts on deleted entities before the delete hook is invoked.
ConfigTest::postSave function core/modules/config/tests/config_test/src/Entity/ConfigTest.php Acts on a saved entity before the insert or update hook is invoked.
ConfigTest::provideGetMessageText function core/tests/Drupal/Tests/Composer/Plugin/ProjectMessage/ConfigTest.php

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