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. Search main for config
  6. 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
ConfigurableLanguageTest.php file core/modules/jsonapi/tests/src/Functional/ConfigurableLanguageTest.php
ConfigurableLanguageTest::$defaultTheme property core/modules/jsonapi/tests/src/Functional/ConfigurableLanguageTest.php
ConfigurableLanguageTest::$entity property core/modules/jsonapi/tests/src/Functional/ConfigurableLanguageTest.php
ConfigurableLanguageTest::$entityTypeId property core/modules/jsonapi/tests/src/Functional/ConfigurableLanguageTest.php
ConfigurableLanguageTest::$modules property core/modules/language/tests/src/Kernel/ConfigurableLanguageTest.php Modules to enable.
ConfigurableLanguageTest::$modules property core/modules/jsonapi/tests/src/Functional/ConfigurableLanguageTest.php
ConfigurableLanguageTest::$resourceTypeName property core/modules/jsonapi/tests/src/Functional/ConfigurableLanguageTest.php
ConfigurableLanguageTest::createEntity function core/modules/jsonapi/tests/src/Functional/ConfigurableLanguageTest.php
ConfigurableLanguageTest::getExpectedCacheContexts function core/modules/jsonapi/tests/src/Functional/ConfigurableLanguageTest.php
ConfigurableLanguageTest::getExpectedDocument function core/modules/jsonapi/tests/src/Functional/ConfigurableLanguageTest.php
ConfigurableLanguageTest::getPostDocument function core/modules/jsonapi/tests/src/Functional/ConfigurableLanguageTest.php
ConfigurableLanguageTest::setUpAuthorization function core/modules/jsonapi/tests/src/Functional/ConfigurableLanguageTest.php
ConfigurableLanguageTest::testGetIndividualDefaultConfig function core/modules/jsonapi/tests/src/Functional/ConfigurableLanguageTest.php Tests a GET request for a default config entity, which has a _core key.
ConfigurableLanguageTest::testName function core/modules/language/tests/src/Kernel/ConfigurableLanguageTest.php Tests configurable language name methods.
ConfigurableLanguageUnitTest class core/modules/language/tests/src/Unit/ConfigurableLanguageUnitTest.php Tests the ConfigurableLanguage entity class.
ConfigurableLanguageUnitTest.php file core/modules/language/tests/src/Unit/ConfigurableLanguageUnitTest.php
ConfigurableLanguageUnitTest::testDirection function core/modules/language/tests/src/Unit/ConfigurableLanguageUnitTest.php @covers ::getDirection[[api-linebreak]]
ConfigurableLanguageUnitTest::testWeight function core/modules/language/tests/src/Unit/ConfigurableLanguageUnitTest.php @covers ::getWeight[[api-linebreak]]
@covers ::setWeight[[api-linebreak]]
ConfigurableLanguageXmlAnonTest class core/modules/language/tests/src/Functional/Rest/ConfigurableLanguageXmlAnonTest.php @group rest
ConfigurableLanguageXmlAnonTest.php file core/modules/language/tests/src/Functional/Rest/ConfigurableLanguageXmlAnonTest.php
ConfigurableLanguageXmlAnonTest::$defaultTheme property core/modules/language/tests/src/Functional/Rest/ConfigurableLanguageXmlAnonTest.php
ConfigurableLanguageXmlAnonTest::$format property core/modules/language/tests/src/Functional/Rest/ConfigurableLanguageXmlAnonTest.php
ConfigurableLanguageXmlAnonTest::$mimeType property core/modules/language/tests/src/Functional/Rest/ConfigurableLanguageXmlAnonTest.php
ConfigurableLanguageXmlBasicAuthTest class core/modules/language/tests/src/Functional/Rest/ConfigurableLanguageXmlBasicAuthTest.php @group rest
ConfigurableLanguageXmlBasicAuthTest.php file core/modules/language/tests/src/Functional/Rest/ConfigurableLanguageXmlBasicAuthTest.php
ConfigurableLanguageXmlBasicAuthTest::$auth property core/modules/language/tests/src/Functional/Rest/ConfigurableLanguageXmlBasicAuthTest.php
ConfigurableLanguageXmlBasicAuthTest::$defaultTheme property core/modules/language/tests/src/Functional/Rest/ConfigurableLanguageXmlBasicAuthTest.php
ConfigurableLanguageXmlBasicAuthTest::$format property core/modules/language/tests/src/Functional/Rest/ConfigurableLanguageXmlBasicAuthTest.php
ConfigurableLanguageXmlBasicAuthTest::$mimeType property core/modules/language/tests/src/Functional/Rest/ConfigurableLanguageXmlBasicAuthTest.php
ConfigurableLanguageXmlBasicAuthTest::$modules property core/modules/language/tests/src/Functional/Rest/ConfigurableLanguageXmlBasicAuthTest.php
ConfigurableLanguageXmlCookieTest class core/modules/language/tests/src/Functional/Rest/ConfigurableLanguageXmlCookieTest.php @group rest
ConfigurableLanguageXmlCookieTest.php file core/modules/language/tests/src/Functional/Rest/ConfigurableLanguageXmlCookieTest.php
ConfigurableLanguageXmlCookieTest::$auth property core/modules/language/tests/src/Functional/Rest/ConfigurableLanguageXmlCookieTest.php
ConfigurableLanguageXmlCookieTest::$defaultTheme property core/modules/language/tests/src/Functional/Rest/ConfigurableLanguageXmlCookieTest.php
ConfigurableLanguageXmlCookieTest::$format property core/modules/language/tests/src/Functional/Rest/ConfigurableLanguageXmlCookieTest.php
ConfigurableLanguageXmlCookieTest::$mimeType property core/modules/language/tests/src/Functional/Rest/ConfigurableLanguageXmlCookieTest.php
ConfigurableLinkManagerInterface interface core/modules/hal/src/LinkManager/ConfigurableLinkManagerInterface.php Defines an interface for a link manager with a configurable domain.
ConfigurableLinkManagerInterface.php file core/modules/hal/src/LinkManager/ConfigurableLinkManagerInterface.php
ConfigurableLinkManagerInterface::setLinkDomain function core/modules/hal/src/LinkManager/ConfigurableLinkManagerInterface.php Sets the link domain used in constructing link URIs.
ConfigurablePlugin class core/tests/Drupal/Tests/Core/Plugin/DefaultSingleLazyPluginCollectionTest.php
ConfigurablePlugin::defaultConfiguration function core/tests/Drupal/Tests/Core/Plugin/DefaultSingleLazyPluginCollectionTest.php
ConfigurablePlugin::getConfiguration function core/tests/Drupal/Tests/Core/Plugin/DefaultSingleLazyPluginCollectionTest.php
ConfigurablePlugin::setConfiguration function core/tests/Drupal/Tests/Core/Plugin/DefaultSingleLazyPluginCollectionTest.php
ConfigurablePlugin::__construct function core/tests/Drupal/Tests/Core/Plugin/DefaultSingleLazyPluginCollectionTest.php
ConfigurablePluginTest class core/modules/ckeditor5/tests/src/Kernel/ConfigurablePluginTest.php Tests configurable plugins.
ConfigurablePluginTest.php file core/modules/ckeditor5/tests/src/Kernel/ConfigurablePluginTest.php
ConfigurablePluginTest::$manager property core/modules/ckeditor5/tests/src/Kernel/ConfigurablePluginTest.php The manager for "CKEditor 5 plugin" plugins.
ConfigurablePluginTest::$modules property core/modules/ckeditor5/tests/src/Kernel/ConfigurablePluginTest.php
ConfigurablePluginTest::setUp function core/modules/ckeditor5/tests/src/Kernel/ConfigurablePluginTest.php
ConfigurablePluginTest::testDefaults function core/modules/ckeditor5/tests/src/Kernel/ConfigurablePluginTest.php Tests default settings for configurable CKEditor 5 plugins.

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