Search for conf

  1. Search 7.x for conf
  2. Search 8.9.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
LanguageCustomLanguageConfigurationTest.php file core/modules/language/tests/src/Functional/LanguageCustomLanguageConfigurationTest.php
LanguageCustomLanguageConfigurationTest::$defaultTheme property core/modules/language/tests/src/Functional/LanguageCustomLanguageConfigurationTest.php The theme to install as the default for testing.
LanguageCustomLanguageConfigurationTest::$modules property core/modules/language/tests/src/Functional/LanguageCustomLanguageConfigurationTest.php Modules to enable.
LanguageCustomLanguageConfigurationTest::testLanguageConfiguration function core/modules/language/tests/src/Functional/LanguageCustomLanguageConfigurationTest.php Functional tests for adding, editing and deleting languages.
LanguageInterface::STATE_CONFIGURABLE constant core/lib/Drupal/Core/Language/LanguageInterface.php The language state when referring to configurable languages.
LanguageListBuilder::$configFactory property core/modules/language/src/LanguageListBuilder.php The configuration factory.
LanguageManager::getConfigOverrideLanguage function core/lib/Drupal/Core/Language/LanguageManager.php Gets the current configuration override language.
LanguageManager::setConfigOverrideLanguage function core/lib/Drupal/Core/Language/LanguageManager.php Sets the configuration override language.
LanguageManagerInterface::getConfigOverrideLanguage function core/lib/Drupal/Core/Language/LanguageManagerInterface.php Gets the current configuration override language.
LanguageManagerInterface::setConfigOverrideLanguage function core/lib/Drupal/Core/Language/LanguageManagerInterface.php Sets the configuration override language.
LanguageNegotiation::$config_route_name property core/modules/language/src/Annotation/LanguageNegotiation.php The route pointing to the plugin's configuration page.
LanguageNegotiationContentEntityTest::testDefaultConfiguration function core/modules/language/tests/src/Functional/LanguageNegotiationContentEntityTest.php Tests default with content language remaining same as interface language.
LanguageNegotiationInfoTest::isLanguageTypeConfigurable function core/modules/language/tests/src/Functional/LanguageNegotiationInfoTest.php Checks whether the given language type is configurable.
LanguageNegotiationInfoTest::testConfigLangTypeAlterations function core/modules/language/tests/src/Functional/LanguageNegotiationInfoTest.php Tests altering config of configurable language types.
LanguageNegotiationMethodBase::$config property core/modules/language/src/LanguageNegotiationMethodBase.php The configuration factory.
LanguageNegotiationMethodBase::setConfig function core/modules/language/src/LanguageNegotiationMethodBase.php Injects the configuration factory.
LanguageNegotiationMethodInterface::setConfig function core/modules/language/src/LanguageNegotiationMethodInterface.php Injects the configuration factory.
LanguageNegotiationUrl::CONFIG_DOMAIN constant core/modules/language/src/Plugin/LanguageNegotiation/LanguageNegotiationUrl.php URL language negotiation: use the domain as URL language indicator.
LanguageNegotiationUrl::CONFIG_PATH_PREFIX constant core/modules/language/src/Plugin/LanguageNegotiation/LanguageNegotiationUrl.php URL language negotiation: use the path prefix as URL language indicator.
LanguageNegotiator::$configFactory property core/modules/language/src/LanguageNegotiator.php The configuration factory.
LanguageNegotiator::purgeConfiguration function core/modules/language/src/LanguageNegotiator.php Resave the configuration to purge missing negotiation methods.
LanguageNegotiator::saveConfiguration function core/modules/language/src/LanguageNegotiator.php Saves a list of language negotiation methods for a language type.
LanguageNegotiator::updateConfiguration function core/modules/language/src/LanguageNegotiator.php Updates the configuration based on the given language types.
LanguageNegotiatorInterface::purgeConfiguration function core/modules/language/src/LanguageNegotiatorInterface.php Resave the configuration to purge missing negotiation methods.
LanguageNegotiatorInterface::saveConfiguration function core/modules/language/src/LanguageNegotiatorInterface.php Saves a list of language negotiation methods for a language type.
LanguageNegotiatorInterface::updateConfiguration function core/modules/language/src/LanguageNegotiatorInterface.php Updates the configuration based on the given language types.
LanguagePluginTest::buildExpectedDynamicConfig function core/modules/ckeditor5/tests/src/Unit/LanguagePluginTest.php Builds the expected dynamic configuration output given a language list.
LanguagePluginTest::providerGetDynamicPluginConfig function core/modules/ckeditor5/tests/src/Unit/LanguagePluginTest.php Provides a list of configs to test.
LanguagePluginTest::testGetDynamicPluginConfig function core/modules/ckeditor5/tests/src/Unit/LanguagePluginTest.php @covers ::getDynamicPluginConfig
@dataProvider providerGetDynamicPluginConfig
LanguageServiceProvider::CONFIG_PREFIX constant core/modules/language/src/LanguageServiceProvider.php
LanguageTest::providerGetConfig function core/modules/ckeditor/tests/src/Unit/Plugin/CKEditorPlugin/LanguageTest.php Provides a list of configs to test.
LanguageTest::testGetConfig function core/modules/ckeditor/tests/src/Unit/Plugin/CKEditorPlugin/LanguageTest.php @covers ::getConfig
LanguageTypesTest::testTransformConfigurable function core/modules/language/tests/src/Unit/process/LanguageTypesTest.php Tests successful transformation of configurable language types.
language_configuration_element_submit function core/modules/language/language.module Submit handler for the forms that have a language_configuration element.
language_config_override_test.info.yml file core/modules/language/tests/language_config_override_test/language_config_override_test.info.yml core/modules/language/tests/language_config_override_test/language_config_override_test.info.yml
language_config_override_test.settings.yml file core/modules/language/tests/language_config_override_test/config/install/language/de/language_config_override_test.settings.yml core/modules/language/tests/language_config_override_test/config/install/language/de/language_config_override_test.settings.yml
LayoutBuilderEntityViewDisplayTest::testInvalidConfiguration function core/modules/layout_builder/tests/src/Kernel/LayoutBuilderEntityViewDisplayTest.php Tests that configuration schema enforces valid values.
LayoutBuilderTest::testConfigurableLayoutSections function core/modules/layout_builder/tests/src/FunctionalJavascript/LayoutBuilderTest.php Tests configurable layouts.
LayoutBuilderTest::testSimpleConfigBasedLayout function core/modules/layout_builder/tests/src/Functional/LayoutBuilderTest.php Tests a config-based implementation of Layout Builder.
LayoutDefault::buildConfigurationForm function core/lib/Drupal/Core/Layout/LayoutDefault.php Form constructor.
LayoutDefault::defaultConfiguration function core/lib/Drupal/Core/Layout/LayoutDefault.php Gets default configuration for this plugin.
LayoutDefault::getConfiguration function core/lib/Drupal/Core/Layout/LayoutDefault.php Gets this plugin's configuration.
LayoutDefault::setConfiguration function core/lib/Drupal/Core/Layout/LayoutDefault.php Sets the configuration for this plugin instance.
LayoutDefault::submitConfigurationForm function core/lib/Drupal/Core/Layout/LayoutDefault.php Form submission handler.
LayoutDefault::validateConfigurationForm function core/lib/Drupal/Core/Layout/LayoutDefault.php Form validation handler.
LayoutRebuildConfirmFormBase class core/modules/layout_builder/src/Form/LayoutRebuildConfirmFormBase.php Provides a base class for confirmation forms that rebuild the Layout Builder.
LayoutRebuildConfirmFormBase.php file core/modules/layout_builder/src/Form/LayoutRebuildConfirmFormBase.php
LayoutRebuildConfirmFormBase::$delta property core/modules/layout_builder/src/Form/LayoutRebuildConfirmFormBase.php The field delta.
LayoutRebuildConfirmFormBase::$layoutTempstoreRepository property core/modules/layout_builder/src/Form/LayoutRebuildConfirmFormBase.php The layout tempstore repository.
LayoutRebuildConfirmFormBase::$sectionStorage property core/modules/layout_builder/src/Form/LayoutRebuildConfirmFormBase.php The section storage.

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