Search for config

  1. Search 7.x for config
  2. Search 9.5.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 config 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
ConfigTestHalJsonBasicAuthTest.php file core/modules/config/tests/config_test/tests/src/Functional/Hal/ConfigTestHalJsonBasicAuthTest.php
ConfigTestHalJsonBasicAuthTest::$auth property core/modules/config/tests/config_test/tests/src/Functional/Hal/ConfigTestHalJsonBasicAuthTest.php The authentication mechanism to use in this test.
ConfigTestHalJsonBasicAuthTest::$defaultTheme property core/modules/config/tests/config_test/tests/src/Functional/Hal/ConfigTestHalJsonBasicAuthTest.php The theme to install as the default for testing.
ConfigTestHalJsonBasicAuthTest::$format property core/modules/config/tests/config_test/tests/src/Functional/Hal/ConfigTestHalJsonBasicAuthTest.php The format to use in this test.
ConfigTestHalJsonBasicAuthTest::$mimeType property core/modules/config/tests/config_test/tests/src/Functional/Hal/ConfigTestHalJsonBasicAuthTest.php The MIME type that corresponds to $format.
ConfigTestHalJsonBasicAuthTest::$modules property core/modules/config/tests/config_test/tests/src/Functional/Hal/ConfigTestHalJsonBasicAuthTest.php Modules to install.
ConfigTestHalJsonCookieTest class core/modules/config/tests/config_test/tests/src/Functional/Hal/ConfigTestHalJsonCookieTest.php @group hal
ConfigTestHalJsonCookieTest.php file core/modules/config/tests/config_test/tests/src/Functional/Hal/ConfigTestHalJsonCookieTest.php
ConfigTestHalJsonCookieTest::$auth property core/modules/config/tests/config_test/tests/src/Functional/Hal/ConfigTestHalJsonCookieTest.php The authentication mechanism to use in this test.
ConfigTestHalJsonCookieTest::$defaultTheme property core/modules/config/tests/config_test/tests/src/Functional/Hal/ConfigTestHalJsonCookieTest.php The theme to install as the default for testing.
ConfigTestHalJsonCookieTest::$format property core/modules/config/tests/config_test/tests/src/Functional/Hal/ConfigTestHalJsonCookieTest.php The format to use in this test.
ConfigTestHalJsonCookieTest::$mimeType property core/modules/config/tests/config_test/tests/src/Functional/Hal/ConfigTestHalJsonCookieTest.php The MIME type that corresponds to $format.
ConfigTestHalJsonCookieTest::$modules property core/modules/config/tests/config_test/tests/src/Functional/Hal/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.
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.
ConfigTestListBuilder class core/modules/config/tests/config_test/src/ConfigTestListBuilder.php Defines a class to build a listing of ConfigTest entities.
ConfigTestListBuilder.php file core/modules/config/tests/config_test/src/ConfigTestListBuilder.php
ConfigTestListBuilder::buildHeader function core/modules/config/tests/config_test/src/ConfigTestListBuilder.php Builds the header row for the entity listing.
ConfigTestListBuilder::buildRow function core/modules/config/tests/config_test/src/ConfigTestListBuilder.php Builds a row for an entity in the entity listing.
ConfigTestResourceTestBase class core/modules/config/tests/config_test/tests/src/Functional/Rest/ConfigTestResourceTestBase.php
ConfigTestResourceTestBase class core/modules/rest/tests/src/Functional/EntityResource/ConfigTest/ConfigTestResourceTestBase.php
ConfigTestResourceTestBase.php file core/modules/config/tests/config_test/tests/src/Functional/Rest/ConfigTestResourceTestBase.php
ConfigTestResourceTestBase.php file core/modules/rest/tests/src/Functional/EntityResource/ConfigTest/ConfigTestResourceTestBase.php
ConfigTestResourceTestBase::$entity property core/modules/config/tests/config_test/tests/src/Functional/Rest/ConfigTestResourceTestBase.php
ConfigTestResourceTestBase::$entityTypeId property core/modules/config/tests/config_test/tests/src/Functional/Rest/ConfigTestResourceTestBase.php The tested entity type.
ConfigTestResourceTestBase::$modules property core/modules/config/tests/config_test/tests/src/Functional/Rest/ConfigTestResourceTestBase.php Modules to install.
ConfigTestResourceTestBase::createEntity function core/modules/config/tests/config_test/tests/src/Functional/Rest/ConfigTestResourceTestBase.php Creates the entity to be tested.
ConfigTestResourceTestBase::getExpectedNormalizedEntity function core/modules/config/tests/config_test/tests/src/Functional/Rest/ConfigTestResourceTestBase.php Returns the expected normalization of the entity.
ConfigTestResourceTestBase::getExpectedUnauthorizedAccessMessage function core/modules/config/tests/config_test/tests/src/Functional/Rest/ConfigTestResourceTestBase.php Return the expected error message.
ConfigTestResourceTestBase::getNormalizedPostEntity function core/modules/config/tests/config_test/tests/src/Functional/Rest/ConfigTestResourceTestBase.php Returns the normalized POST entity.
ConfigTestResourceTestBase::setUpAuthorization function core/modules/config/tests/config_test/tests/src/Functional/Rest/ConfigTestResourceTestBase.php Sets up the necessary authorization.
ConfigTestStorage class core/modules/config/tests/config_test/src/ConfigTestStorage.php @todo.

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