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
ConfigActionsTest::testConfigActions function core/modules/media/tests/src/Kernel/ConfigActionsTest.php
ConfigActionsTest::testConfigActions function core/modules/language/tests/src/Kernel/ConfigActionsTest.php
ConfigActionsTest::testConfigActions function core/modules/field/tests/src/Kernel/ConfigActionsTest.php
ConfigActionsTest::testConfigActions function core/modules/contact/tests/src/Kernel/ConfigActionsTest.php
ConfigActionsTest::testConfigActions function core/modules/node/tests/src/Kernel/ConfigActionsTest.php
ConfigActionsTest::testConfigActions function core/modules/image/tests/src/Kernel/ConfigActionsTest.php
ConfigActionsTest::testEntityMethodActions function core/modules/block/tests/src/Kernel/ConfigActionsTest.php
ConfigActionsTest::testPlaceBlockActionDoesNotChangeExistingBlock function core/modules/block/tests/src/Kernel/ConfigActionsTest.php
ConfigActionsTest::testPlaceBlockActionOnlyWorksOnBlocks function core/modules/block/tests/src/Kernel/ConfigActionsTest.php @testWith ["placeBlockInDefaultTheme"]
["placeBlockInAdminTheme"]
ConfigActionsTest::testPlaceBlockAtPosition function core/modules/block/tests/src/Kernel/ConfigActionsTest.php
ConfigActionsTest::testPlaceBlockInDefaultRegion function core/modules/block/tests/src/Kernel/ConfigActionsTest.php
ConfigActionsTest::testPlaceBlockInDynamicRegion function core/modules/block/tests/src/Kernel/ConfigActionsTest.php @testWith ["placeBlockInDefaultTheme", "olivero", "header"]
["placeBlockInAdminTheme", "claro", "page_bottom"]
ConfigActionsTest::testPlaceBlockInStaticRegion function core/modules/block/tests/src/Kernel/ConfigActionsTest.php @testWith ["placeBlockInDefaultTheme", "olivero"]
["placeBlockInAdminTheme", "claro"]
ConfigActionTest class core/tests/Drupal/KernelTests/Core/Config/Action/ConfigActionTest.php Tests the config action system.
ConfigActionTest.php file core/tests/Drupal/KernelTests/Core/Config/Action/ConfigActionTest.php
ConfigActionTest::$modules property core/tests/Drupal/KernelTests/Core/Config/Action/ConfigActionTest.php Modules to install.
ConfigActionTest::testDuplicatePluralizedMethodNameException function core/tests/Drupal/KernelTests/Core/Config/Action/ConfigActionTest.php
ConfigActionTest::testDuplicatePluralizedOtherMethodNameException function core/tests/Drupal/KernelTests/Core/Config/Action/ConfigActionTest.php
ConfigActionTest::testDuplicateShorthandActionIds function core/tests/Drupal/KernelTests/Core/Config/Action/ConfigActionTest.php
ConfigActionTest::testEntityCreate function core/tests/Drupal/KernelTests/Core/Config/Action/ConfigActionTest.php
ConfigActionTest::testEntityMethod function core/tests/Drupal/KernelTests/Core/Config/Action/ConfigActionTest.php
ConfigActionTest::testEntityMethodException function core/tests/Drupal/KernelTests/Core/Config/Action/ConfigActionTest.php
ConfigActionTest::testMissingAction function core/tests/Drupal/KernelTests/Core/Config/Action/ConfigActionTest.php
ConfigActionTest::testParentAttributes function core/tests/Drupal/KernelTests/Core/Config/Action/ConfigActionTest.php
ConfigActionTest::testPluralizedEntityMethod function core/tests/Drupal/KernelTests/Core/Config/Action/ConfigActionTest.php
ConfigActionTest::testPluralizedEntityMethodException function core/tests/Drupal/KernelTests/Core/Config/Action/ConfigActionTest.php
ConfigActionTest::testShorthandActionIds function core/tests/Drupal/KernelTests/Core/Config/Action/ConfigActionTest.php
ConfigActionTest::testSimpleConfigUpdate function core/tests/Drupal/KernelTests/Core/Config/Action/ConfigActionTest.php
ConfigActionValidationTest class core/tests/Drupal/KernelTests/Core/Recipe/ConfigActionValidationTest.php @group Recipe
ConfigActionValidationTest.php file core/tests/Drupal/KernelTests/Core/Recipe/ConfigActionValidationTest.php
ConfigActionValidationTest::$modules property core/tests/Drupal/KernelTests/Core/Recipe/ConfigActionValidationTest.php Modules to install.
ConfigActionValidationTest::$strictConfigSchema property core/tests/Drupal/KernelTests/Core/Recipe/ConfigActionValidationTest.php This test requires that we save invalid config, so we can test that it gets
validated after applying a recipe.
ConfigActionValidationTest::setUp function core/tests/Drupal/KernelTests/Core/Recipe/ConfigActionValidationTest.php
ConfigActionValidationTest::testConfigActionDependenciesAreValidated function core/tests/Drupal/KernelTests/Core/Recipe/ConfigActionValidationTest.php Tests validating that config actions' dependencies are present.
ConfigActionValidationTest::testConfigActionMissingDependency function core/tests/Drupal/KernelTests/Core/Recipe/ConfigActionValidationTest.php Tests config action validation for missing dependency.
ConfigActionValidationTest::testConfigActionsAreValidated function core/tests/Drupal/KernelTests/Core/Recipe/ConfigActionValidationTest.php @testWith ["block_content_type"]
["node_type"]
["shortcut_set"]
["menu"]
ConfigAfterInstallerTestBase class core/tests/Drupal/FunctionalTests/Installer/ConfigAfterInstallerTestBase.php Provides a class for install profiles to check their installed config.
ConfigAfterInstallerTestBase.php file core/tests/Drupal/FunctionalTests/Installer/ConfigAfterInstallerTestBase.php
ConfigAfterInstallerTestBase::assertInstalledConfig function core/tests/Drupal/FunctionalTests/Installer/ConfigAfterInstallerTestBase.php Ensures that all the installed config looks like the exported one.
ConfigBase class core/lib/Drupal/Core/Config/ConfigBase.php Provides a base class for configuration objects with get/set support.
ConfigBase.php file core/lib/Drupal/Core/Config/ConfigBase.php
ConfigBase::$data property core/lib/Drupal/Core/Config/ConfigBase.php The data of the configuration object.
ConfigBase::$name property core/lib/Drupal/Core/Config/ConfigBase.php The name of the configuration object.
ConfigBase::castSafeStrings function core/lib/Drupal/Core/Config/ConfigBase.php Casts any objects that implement MarkupInterface to string.
ConfigBase::clear function core/lib/Drupal/Core/Config/ConfigBase.php Unsets a value in this configuration object.
ConfigBase::get function core/lib/Drupal/Core/Config/ConfigBase.php Gets data from this configuration object.
ConfigBase::getCacheContexts function core/lib/Drupal/Core/Config/ConfigBase.php The cache contexts associated with this object.
ConfigBase::getCacheMaxAge function core/lib/Drupal/Core/Config/ConfigBase.php The maximum age for which this object may be cached.
ConfigBase::getCacheTags function core/lib/Drupal/Core/Config/ConfigBase.php The cache tags associated with this object.
ConfigBase::getName function core/lib/Drupal/Core/Config/ConfigBase.php Returns the name of this configuration object.

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