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
ConfigTest::testNoRootMergeConfig function core/tests/Drupal/Tests/Composer/Plugin/VendorHardening/ConfigTest.php @covers ::getAllCleanupPaths
ConfigTest::testOverrideData function core/tests/Drupal/Tests/Core/Config/ConfigTest.php @covers ::setModuleOverride
@covers ::setSettingsOverride
@covers ::getOriginal
@covers ::hasOverrides
@dataProvider overrideDataProvider
ConfigTest::testRootMergeConfig function core/tests/Drupal/Tests/Composer/Plugin/VendorHardening/ConfigTest.php @covers ::getAllCleanupPaths
ConfigTest::testSafeStringHandling function core/tests/Drupal/Tests/Core/Config/ConfigTest.php @covers ::setData
@covers ::set
@covers ::initWithData
ConfigTest::testSaveExisting function core/tests/Drupal/Tests/Core/Config/ConfigTest.php @covers ::save
@dataProvider nestedDataProvider
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::toArray function core/modules/config/tests/config_test/src/Entity/ConfigTest.php Gets an array of all property values.
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.
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.
ConfigTestJsonAnonTest::$mimeType property core/modules/config/tests/config_test/tests/src/Functional/Rest/ConfigTestJsonAnonTest.php The MIME type that corresponds to $format.
ConfigTestJsonBasicAuthTest class core/modules/config/tests/config_test/tests/src/Functional/Rest/ConfigTestJsonBasicAuthTest.php @group rest
ConfigTestJsonBasicAuthTest.php file core/modules/config/tests/config_test/tests/src/Functional/Rest/ConfigTestJsonBasicAuthTest.php
ConfigTestJsonBasicAuthTest::$auth property core/modules/config/tests/config_test/tests/src/Functional/Rest/ConfigTestJsonBasicAuthTest.php The authentication mechanism to use in this test.
ConfigTestJsonBasicAuthTest::$defaultTheme property core/modules/config/tests/config_test/tests/src/Functional/Rest/ConfigTestJsonBasicAuthTest.php The theme to install as the default for testing.
ConfigTestJsonBasicAuthTest::$format property core/modules/config/tests/config_test/tests/src/Functional/Rest/ConfigTestJsonBasicAuthTest.php The format to use in this test.
ConfigTestJsonBasicAuthTest::$mimeType property core/modules/config/tests/config_test/tests/src/Functional/Rest/ConfigTestJsonBasicAuthTest.php The MIME type that corresponds to $format.
ConfigTestJsonBasicAuthTest::$modules property core/modules/config/tests/config_test/tests/src/Functional/Rest/ConfigTestJsonBasicAuthTest.php Modules to install.
ConfigTestJsonCookieTest class core/modules/config/tests/config_test/tests/src/Functional/Rest/ConfigTestJsonCookieTest.php @group rest
ConfigTestJsonCookieTest.php file core/modules/config/tests/config_test/tests/src/Functional/Rest/ConfigTestJsonCookieTest.php
ConfigTestJsonCookieTest::$auth property core/modules/config/tests/config_test/tests/src/Functional/Rest/ConfigTestJsonCookieTest.php The authentication mechanism to use in this test.
ConfigTestJsonCookieTest::$defaultTheme property core/modules/config/tests/config_test/tests/src/Functional/Rest/ConfigTestJsonCookieTest.php The theme to install as the default for testing.
ConfigTestJsonCookieTest::$format property core/modules/config/tests/config_test/tests/src/Functional/Rest/ConfigTestJsonCookieTest.php The format to use in this test.
ConfigTestJsonCookieTest::$mimeType property core/modules/config/tests/config_test/tests/src/Functional/Rest/ConfigTestJsonCookieTest.php The MIME type that corresponds to $format.

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