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. 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
ConfigTest::testSaveNew function core/tests/Drupal/Tests/Core/Config/ConfigTest.php @covers ::save
@dataProvider nestedDataProvider
ConfigTest::testSetData function core/tests/Drupal/Tests/Core/Config/ConfigTest.php @covers ::setData
@dataProvider nestedDataProvider
ConfigTest::testSetIllegalOffsetValue function core/tests/Drupal/Tests/Core/Config/ConfigTest.php @covers ::set
ConfigTest::testSetName function core/tests/Drupal/Tests/Core/Config/ConfigTest.php @covers ::setName
@dataProvider setNameProvider
ConfigTest::testSetValidation function core/tests/Drupal/Tests/Core/Config/ConfigTest.php @covers ::set
ConfigTest::testSetValue function core/tests/Drupal/Tests/Core/Config/ConfigTest.php @covers ::set
@dataProvider nestedDataProvider
ConfigTest::testValidateNameException function core/tests/Drupal/Tests/Core/Config/ConfigTest.php @covers ::validateName
@dataProvider validateNameProvider
ConfigTest::validateNameProvider function core/tests/Drupal/Tests/Core/Config/ConfigTest.php Provides data to test name validation.
ConfigTestAccessControlHandler class core/modules/config/tests/config_test/src/ConfigTestAccessControlHandler.php Defines the access control handler for the config_test entity type.
ConfigTestAccessControlHandler.php file core/modules/config/tests/config_test/src/ConfigTestAccessControlHandler.php
ConfigTestAccessControlHandler::checkAccess function core/modules/config/tests/config_test/src/ConfigTestAccessControlHandler.php Performs access checks.
ConfigTestAccessControlHandler::checkCreateAccess function core/modules/config/tests/config_test/src/ConfigTestAccessControlHandler.php Performs create access checks.
ConfigTestController class core/modules/config/tests/config_test/src/ConfigTestController.php Route controller class for the config_test module.
ConfigTestController.php file core/modules/config/tests/config_test/src/ConfigTestController.php
ConfigTestController::disable function core/modules/config/tests/config_test/src/ConfigTestController.php Disables a ConfigTest object.
ConfigTestController::editTitle function core/modules/config/tests/config_test/src/ConfigTestController.php Route title callback.
ConfigTestController::enable function core/modules/config/tests/config_test/src/ConfigTestController.php Enables a ConfigTest object.
ConfigTestForm class core/modules/config/tests/config_test/src/ConfigTestForm.php Form controller for the test config edit forms.
ConfigTestForm.php file core/modules/config/tests/config_test/src/ConfigTestForm.php
ConfigTestForm::changeSize function core/modules/config/tests/config_test/src/ConfigTestForm.php Element submit handler for non-JS testing.
ConfigTestForm::exists function core/modules/config/tests/config_test/src/ConfigTestForm.php Determines if the entity already exists.
ConfigTestForm::form function core/modules/config/tests/config_test/src/ConfigTestForm.php Gets the actual form array to be built.
ConfigTestForm::save function core/modules/config/tests/config_test/src/ConfigTestForm.php Form submission handler for the 'save' action.
ConfigTestForm::updateSize function core/modules/config/tests/config_test/src/ConfigTestForm.php Ajax callback for the size selection element.
ConfigTestHalJsonAnonTest class core/modules/hal/tests/src/Functional/config/ConfigTestHalJsonAnonTest.php @group hal
@group legacy
ConfigTestHalJsonAnonTest.php file core/modules/hal/tests/src/Functional/config/ConfigTestHalJsonAnonTest.php
ConfigTestHalJsonAnonTest::$defaultTheme property core/modules/hal/tests/src/Functional/config/ConfigTestHalJsonAnonTest.php The theme to install as the default for testing.
ConfigTestHalJsonAnonTest::$format property core/modules/hal/tests/src/Functional/config/ConfigTestHalJsonAnonTest.php The format to use in this test.
ConfigTestHalJsonAnonTest::$mimeType property core/modules/hal/tests/src/Functional/config/ConfigTestHalJsonAnonTest.php The MIME type that corresponds to $format.
ConfigTestHalJsonAnonTest::$modules property core/modules/hal/tests/src/Functional/config/ConfigTestHalJsonAnonTest.php Modules to install.
ConfigTestHalJsonBasicAuthTest class core/modules/hal/tests/src/Functional/config/ConfigTestHalJsonBasicAuthTest.php @group hal
@group legacy
ConfigTestHalJsonBasicAuthTest.php file core/modules/hal/tests/src/Functional/config/ConfigTestHalJsonBasicAuthTest.php
ConfigTestHalJsonBasicAuthTest::$auth property core/modules/hal/tests/src/Functional/config/ConfigTestHalJsonBasicAuthTest.php The authentication mechanism to use in this test.
ConfigTestHalJsonBasicAuthTest::$defaultTheme property core/modules/hal/tests/src/Functional/config/ConfigTestHalJsonBasicAuthTest.php The theme to install as the default for testing.
ConfigTestHalJsonBasicAuthTest::$format property core/modules/hal/tests/src/Functional/config/ConfigTestHalJsonBasicAuthTest.php The format to use in this test.
ConfigTestHalJsonBasicAuthTest::$mimeType property core/modules/hal/tests/src/Functional/config/ConfigTestHalJsonBasicAuthTest.php The MIME type that corresponds to $format.
ConfigTestHalJsonBasicAuthTest::$modules property core/modules/hal/tests/src/Functional/config/ConfigTestHalJsonBasicAuthTest.php Modules to install.
ConfigTestHalJsonCookieTest class core/modules/hal/tests/src/Functional/config/ConfigTestHalJsonCookieTest.php @group hal
@group legacy
ConfigTestHalJsonCookieTest.php file core/modules/hal/tests/src/Functional/config/ConfigTestHalJsonCookieTest.php
ConfigTestHalJsonCookieTest::$auth property core/modules/hal/tests/src/Functional/config/ConfigTestHalJsonCookieTest.php The authentication mechanism to use in this test.
ConfigTestHalJsonCookieTest::$defaultTheme property core/modules/hal/tests/src/Functional/config/ConfigTestHalJsonCookieTest.php The theme to install as the default for testing.
ConfigTestHalJsonCookieTest::$format property core/modules/hal/tests/src/Functional/config/ConfigTestHalJsonCookieTest.php The format to use in this test.
ConfigTestHalJsonCookieTest::$mimeType property core/modules/hal/tests/src/Functional/config/ConfigTestHalJsonCookieTest.php The MIME type that corresponds to $format.
ConfigTestHalJsonCookieTest::$modules property core/modules/hal/tests/src/Functional/config/ConfigTestHalJsonCookieTest.php Modules to install.
ConfigTestInterface interface core/modules/config/tests/config_test/src/ConfigTestInterface.php Provides an interface defining a config_test entity.
ConfigTestInterface.php file core/modules/config/tests/config_test/src/ConfigTestInterface.php
ConfigTestJsonAnonTest class core/modules/config/tests/config_test/tests/src/Functional/Rest/ConfigTestJsonAnonTest.php @group rest
ConfigTestJsonAnonTest.php file core/modules/config/tests/config_test/tests/src/Functional/Rest/ConfigTestJsonAnonTest.php
ConfigTestJsonAnonTest::$defaultTheme property core/modules/config/tests/config_test/tests/src/Functional/Rest/ConfigTestJsonAnonTest.php The theme to install as the default for testing.
ConfigTestJsonAnonTest::$format property core/modules/config/tests/config_test/tests/src/Functional/Rest/ConfigTestJsonAnonTest.php The format to use in this test.

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