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 10.3.x for conf
  5. Other projects
Title Object type File name Summary
ConfigTest::testFileConfigurationPage function core/modules/system/tests/src/Functional/File/ConfigTest.php Tests file configuration page.
ConfigTest::testGetCacheTags function core/tests/Drupal/Tests/Core/Config/ConfigTest.php @covers ::getCacheTags[[api-linebreak]]
ConfigTest::testGetMessageText function core/tests/Drupal/Tests/Composer/Plugin/ProjectMessage/ConfigTest.php @dataProvider provideGetMessageText
@covers ::getText[[api-linebreak]]
ConfigTest::testGetPathsForPackageMixedCase function core/tests/Drupal/Tests/Composer/Plugin/VendorHardening/ConfigTest.php @covers ::getPathsForPackage[[api-linebreak]]
ConfigTest::testImport function core/modules/migrate/tests/src/Unit/destination/ConfigTest.php Tests the import method.
ConfigTest::testInitWithData function core/tests/Drupal/Tests/Core/Config/ConfigTest.php @covers ::initWithData[[api-linebreak]]
@dataProvider nestedDataProvider
ConfigTest::testIsNew function core/tests/Drupal/Tests/Core/Config/ConfigTest.php @covers ::isNew[[api-linebreak]]
ConfigTest::testLanguageImport function core/modules/migrate/tests/src/Unit/destination/ConfigTest.php Tests the import method.
ConfigTest::testMerge function core/tests/Drupal/Tests/Core/Config/ConfigTest.php @covers ::merge[[api-linebreak]]
@dataProvider mergeDataProvider
ConfigTest::testMixedCaseConfigCleanupPackages function core/tests/Drupal/Tests/Composer/Plugin/VendorHardening/ConfigTest.php @covers ::getAllCleanupPaths[[api-linebreak]]
ConfigTest::testNestedClear function core/tests/Drupal/Tests/Core/Config/ConfigTest.php @covers ::clear[[api-linebreak]]
@dataProvider nestedDataProvider
ConfigTest::testNoRootMergeConfig function core/tests/Drupal/Tests/Composer/Plugin/VendorHardening/ConfigTest.php @covers ::getAllCleanupPaths[[api-linebreak]]
ConfigTest::testOverrideData function core/tests/Drupal/Tests/Core/Config/ConfigTest.php @covers ::setModuleOverride[[api-linebreak]]
@covers ::setSettingsOverride[[api-linebreak]]
@covers ::getOriginal[[api-linebreak]]
@covers ::hasOverrides[[api-linebreak]]
@dataProvider overrideDataProvider
ConfigTest::testRootMergeConfig function core/tests/Drupal/Tests/Composer/Plugin/VendorHardening/ConfigTest.php @covers ::getAllCleanupPaths[[api-linebreak]]
ConfigTest::testSafeStringHandling function core/tests/Drupal/Tests/Core/Config/ConfigTest.php @covers ::setData[[api-linebreak]]
@covers ::set[[api-linebreak]]
@covers ::initWithData[[api-linebreak]]
ConfigTest::testSaveExisting function core/tests/Drupal/Tests/Core/Config/ConfigTest.php @covers ::save[[api-linebreak]]
@dataProvider nestedDataProvider
ConfigTest::testSaveNew function core/tests/Drupal/Tests/Core/Config/ConfigTest.php @covers ::save[[api-linebreak]]
@dataProvider nestedDataProvider
ConfigTest::testSetData function core/tests/Drupal/Tests/Core/Config/ConfigTest.php @covers ::setData[[api-linebreak]]
@dataProvider nestedDataProvider
ConfigTest::testSetIllegalOffsetValue function core/tests/Drupal/Tests/Core/Config/ConfigTest.php @covers ::set[[api-linebreak]]
ConfigTest::testSetName function core/tests/Drupal/Tests/Core/Config/ConfigTest.php @covers ::setName[[api-linebreak]]
@dataProvider setNameProvider
ConfigTest::testSetValidation function core/tests/Drupal/Tests/Core/Config/ConfigTest.php @covers ::set[[api-linebreak]]
ConfigTest::testSetValue function core/tests/Drupal/Tests/Core/Config/ConfigTest.php @covers ::set[[api-linebreak]]
@dataProvider nestedDataProvider
ConfigTest::testValidateNameException function core/tests/Drupal/Tests/Core/Config/ConfigTest.php @covers ::validateName[[api-linebreak]]
@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.
ConfigTestHooks class core/modules/config/tests/config_test/src/Hook/ConfigTestHooks.php Hook implementations for config_test.
ConfigTestHooks.php file core/modules/config/tests/config_test/src/Hook/ConfigTestHooks.php
ConfigTestHooks::cacheFlush function core/modules/config/tests/config_test/src/Hook/ConfigTestHooks.php Implements hook_cache_flush().
ConfigTestHooks::entityQueryTagConfigQueryTestConfigEntityQueryAlterHookTestAlter function core/modules/config/tests/config_test/src/Hook/ConfigTestHooks.php Implements hook_entity_query_tag__ENTITY_TYPE__TAG_alter().
ConfigTestHooks::entityTypeAlter function core/modules/config/tests/config_test/src/Hook/ConfigTestHooks.php Implements hook_entity_type_alter().
ConfigTestHooksHooks class core/modules/config/tests/config_test/src/Hook/ConfigTestHooksHooks.php Hook implementations for config_test.
ConfigTestHooksHooks.php file core/modules/config/tests/config_test/src/Hook/ConfigTestHooksHooks.php
ConfigTestHooksHooks::configTestCreate function core/modules/config/tests/config_test/src/Hook/ConfigTestHooksHooks.php Implements hook_ENTITY_TYPE_create() for 'config_test'.
ConfigTestHooksHooks::configTestDelete function core/modules/config/tests/config_test/src/Hook/ConfigTestHooksHooks.php Implements hook_ENTITY_TYPE_delete().

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