Search for conf

  1. Search 7.x for conf
  2. Search 9.5.x for conf
  3. Search 10.3.x for conf
  4. Search 11.x for conf
  5. Other projects
Title Object type File name Summary
ConfigurableLanguageManagerInterface::updateLockedLanguageWeights function core/modules/language/src/ConfigurableLanguageManagerInterface.php Updates locked system language weights.
ConfigurableLanguageManagerTest class core/modules/language/tests/src/Kernel/ConfigurableLanguageManagerTest.php Tests the ConfigurableLanguage entity.
ConfigurableLanguageManagerTest class core/modules/language/tests/src/Functional/ConfigurableLanguageManagerTest.php Tests Language Negotiation.
ConfigurableLanguageManagerTest.php file core/modules/language/tests/src/Kernel/ConfigurableLanguageManagerTest.php
ConfigurableLanguageManagerTest.php file core/modules/language/tests/src/Functional/ConfigurableLanguageManagerTest.php
ConfigurableLanguageManagerTest::$defaultTheme property core/modules/language/tests/src/Functional/ConfigurableLanguageManagerTest.php The theme to install as the default for testing.
ConfigurableLanguageManagerTest::$languageManager property core/modules/language/tests/src/Kernel/ConfigurableLanguageManagerTest.php The language manager.
ConfigurableLanguageManagerTest::$languageNegotiator property core/modules/language/tests/src/Kernel/ConfigurableLanguageManagerTest.php The language negotiator.
ConfigurableLanguageManagerTest::$modules property core/modules/language/tests/src/Kernel/ConfigurableLanguageManagerTest.php Modules to enable.
ConfigurableLanguageManagerTest::$modules property core/modules/language/tests/src/Functional/ConfigurableLanguageManagerTest.php Modules to enable.
ConfigurableLanguageManagerTest::setUp function core/modules/language/tests/src/Kernel/ConfigurableLanguageManagerTest.php
ConfigurableLanguageManagerTest::setUp function core/modules/language/tests/src/Functional/ConfigurableLanguageManagerTest.php
ConfigurableLanguageManagerTest::testLanguageSwitchLinks function core/modules/language/tests/src/Kernel/ConfigurableLanguageManagerTest.php @covers ::getLanguageSwitchLinks
ConfigurableLanguageManagerTest::testUrlContentTranslationWithPreferredAdminLanguage function core/modules/language/tests/src/Functional/ConfigurableLanguageManagerTest.php Test translation with URL and Preferred Admin Language negotiators.
ConfigurableLanguageManagerTest::testUrlContentTranslationWithSessionLanguage function core/modules/language/tests/src/Functional/ConfigurableLanguageManagerTest.php Test translation with URL and Session Language Negotiators.
ConfigurableLanguageManagerTest::testUserProfileTranslationWithPreferredAdminLanguage function core/modules/language/tests/src/Functional/ConfigurableLanguageManagerTest.php Tests translation of the user profile edit form.
ConfigurableLanguageRenderer class core/modules/views/src/Entity/Render/ConfigurableLanguageRenderer.php Renders entities in a configured language.
ConfigurableLanguageRenderer.php file core/modules/views/src/Entity/Render/ConfigurableLanguageRenderer.php
ConfigurableLanguageRenderer::$langcode property core/modules/views/src/Entity/Render/ConfigurableLanguageRenderer.php A specific language code for rendering if available.
ConfigurableLanguageRenderer::getLangcode function core/modules/views/src/Entity/Render/ConfigurableLanguageRenderer.php Returns the language code associated with the given row.
ConfigurableLanguageRenderer::__construct function core/modules/views/src/Entity/Render/ConfigurableLanguageRenderer.php Constructs a renderer object.
ConfigurableLanguageResourceTestBase class core/modules/language/tests/src/Functional/Rest/ConfigurableLanguageResourceTestBase.php
ConfigurableLanguageResourceTestBase class core/modules/rest/tests/src/Functional/EntityResource/ConfigurableLanguage/ConfigurableLanguageResourceTestBase.php
ConfigurableLanguageResourceTestBase.php file core/modules/rest/tests/src/Functional/EntityResource/ConfigurableLanguage/ConfigurableLanguageResourceTestBase.php
ConfigurableLanguageResourceTestBase.php file core/modules/language/tests/src/Functional/Rest/ConfigurableLanguageResourceTestBase.php
ConfigurableLanguageResourceTestBase::$entity property core/modules/language/tests/src/Functional/Rest/ConfigurableLanguageResourceTestBase.php
ConfigurableLanguageResourceTestBase::$entityTypeId property core/modules/language/tests/src/Functional/Rest/ConfigurableLanguageResourceTestBase.php The tested entity type.
ConfigurableLanguageResourceTestBase::$modules property core/modules/language/tests/src/Functional/Rest/ConfigurableLanguageResourceTestBase.php Modules to install.
ConfigurableLanguageResourceTestBase::createEntity function core/modules/language/tests/src/Functional/Rest/ConfigurableLanguageResourceTestBase.php Creates the entity to be tested.
ConfigurableLanguageResourceTestBase::getExpectedCacheContexts function core/modules/language/tests/src/Functional/Rest/ConfigurableLanguageResourceTestBase.php The expected cache contexts for the GET/HEAD response of the test entity.
ConfigurableLanguageResourceTestBase::getExpectedNormalizedEntity function core/modules/language/tests/src/Functional/Rest/ConfigurableLanguageResourceTestBase.php Returns the expected normalization of the entity.
ConfigurableLanguageResourceTestBase::getNormalizedPostEntity function core/modules/language/tests/src/Functional/Rest/ConfigurableLanguageResourceTestBase.php Returns the normalized POST entity.
ConfigurableLanguageResourceTestBase::setUpAuthorization function core/modules/language/tests/src/Functional/Rest/ConfigurableLanguageResourceTestBase.php Sets up the necessary authorization.
ConfigurableLanguageResourceTestBase::testGetDefaultConfig function core/modules/language/tests/src/Functional/Rest/ConfigurableLanguageResourceTestBase.php Test a GET request for a default config entity, which has a _core key.
ConfigurableLanguageTest class core/modules/language/tests/src/Kernel/ConfigurableLanguageTest.php Tests the ConfigurableLanguage entity.
ConfigurableLanguageTest class core/modules/jsonapi/tests/src/Functional/ConfigurableLanguageTest.php JSON:API integration test for the "ConfigurableLanguage" config entity type.
ConfigurableLanguageTest.php file core/modules/jsonapi/tests/src/Functional/ConfigurableLanguageTest.php
ConfigurableLanguageTest.php file core/modules/language/tests/src/Kernel/ConfigurableLanguageTest.php
ConfigurableLanguageTest::$defaultTheme property core/modules/jsonapi/tests/src/Functional/ConfigurableLanguageTest.php The theme to install as the default for testing.
ConfigurableLanguageTest::$entity property core/modules/jsonapi/tests/src/Functional/ConfigurableLanguageTest.php
ConfigurableLanguageTest::$entityTypeId property core/modules/jsonapi/tests/src/Functional/ConfigurableLanguageTest.php The tested entity type.
ConfigurableLanguageTest::$modules property core/modules/jsonapi/tests/src/Functional/ConfigurableLanguageTest.php Modules to enable.
ConfigurableLanguageTest::$modules property core/modules/language/tests/src/Kernel/ConfigurableLanguageTest.php Modules to enable.
ConfigurableLanguageTest::$resourceTypeName property core/modules/jsonapi/tests/src/Functional/ConfigurableLanguageTest.php The name of the tested JSON:API resource type.
ConfigurableLanguageTest::createEntity function core/modules/jsonapi/tests/src/Functional/ConfigurableLanguageTest.php Creates the entity to be tested.
ConfigurableLanguageTest::getExpectedCacheContexts function core/modules/jsonapi/tests/src/Functional/ConfigurableLanguageTest.php The expected cache contexts for the GET/HEAD response of the test entity.
ConfigurableLanguageTest::getExpectedDocument function core/modules/jsonapi/tests/src/Functional/ConfigurableLanguageTest.php Returns the expected JSON:API document for the entity.
ConfigurableLanguageTest::getPostDocument function core/modules/jsonapi/tests/src/Functional/ConfigurableLanguageTest.php Returns the JSON:API POST document.
ConfigurableLanguageTest::setUpAuthorization function core/modules/jsonapi/tests/src/Functional/ConfigurableLanguageTest.php Sets up the necessary authorization.
ConfigurableLanguageTest::testGetIndividualDefaultConfig function core/modules/jsonapi/tests/src/Functional/ConfigurableLanguageTest.php Test a GET request for a default config entity, which has a _core key.

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