Search for configuration

  1. Search 7.x for configuration
  2. Search 8.9.x for configuration
  3. Search 10.3.x for configuration
  4. Search 11.x for configuration
  5. Other projects
Title Object type File name Summary
LanguageConfigurationElementTest::buildForm function core/modules/language/tests/language_elements_test/src/Form/LanguageConfigurationElementTest.php Form constructor.
LanguageConfigurationElementTest::getFormId function core/modules/language/tests/language_elements_test/src/Form/LanguageConfigurationElementTest.php Returns a unique string identifying the form.
LanguageConfigurationElementTest::setUp function core/modules/language/tests/src/Functional/LanguageConfigurationElementTest.php
LanguageConfigurationElementTest::submitForm function core/modules/language/tests/language_elements_test/src/Form/LanguageConfigurationElementTest.php Form submission handler.
LanguageConfigurationElementTest::testDefaultLangcode function core/modules/language/tests/src/Functional/LanguageConfigurationElementTest.php Tests that the language_get_default_langcode() returns the correct values.
LanguageConfigurationElementTest::testLanguageConfigurationElement function core/modules/language/tests/src/Functional/LanguageConfigurationElementTest.php Tests the language settings have been saved.
LanguageConfigurationElementTest::testNodeTypeDelete function core/modules/language/tests/src/Functional/LanguageConfigurationElementTest.php Tests the language settings are deleted on bundle delete.
LanguageConfigurationElementTest::testNodeTypeUpdate function core/modules/language/tests/src/Functional/LanguageConfigurationElementTest.php Tests that the configuration is retained when the node type is updated.
LanguageConfigurationElementTest::testTaxonomyVocabularyUpdate function core/modules/language/tests/src/Functional/LanguageConfigurationElementTest.php Tests that the configuration is retained when a vocabulary is updated.
LanguageConfigurationTest class core/modules/language/tests/src/Functional/LanguageConfigurationTest.php Adds and configures languages to check negotiation changes.
LanguageConfigurationTest.php file core/modules/language/tests/src/Functional/LanguageConfigurationTest.php
LanguageConfigurationTest::$defaultTheme property core/modules/language/tests/src/Functional/LanguageConfigurationTest.php The theme to install as the default for testing.
LanguageConfigurationTest::$modules property core/modules/language/tests/src/Functional/LanguageConfigurationTest.php Modules to enable.
LanguageConfigurationTest::checkConfigurableLanguageWeight function core/modules/language/tests/src/Functional/LanguageConfigurationTest.php Validates system languages are ordered after configurable languages.
LanguageConfigurationTest::getHighestConfigurableLanguageWeight function core/modules/language/tests/src/Functional/LanguageConfigurationTest.php Helper to get maximum weight of configurable (unlocked) languages.
LanguageConfigurationTest::testLanguageConfiguration function core/modules/language/tests/src/Functional/LanguageConfigurationTest.php Functional tests for adding, editing and deleting languages.
LanguageConfigurationTest::testLanguageConfigurationWeight function core/modules/language/tests/src/Functional/LanguageConfigurationTest.php Functional tests for setting system language weight on adding, editing and deleting languages.
LanguageCustomLanguageConfigurationTest class core/modules/language/tests/src/Functional/LanguageCustomLanguageConfigurationTest.php Adds and configures custom languages.
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.
LanguageNegotiationContentEntityTest::testDefaultConfiguration function core/modules/language/tests/src/Functional/LanguageNegotiationContentEntityTest.php Tests default with content language remaining same as interface language.
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.
language_configuration_element_submit function core/modules/language/language.module Submit handler for the forms that have a language_configuration element.
LayoutBuilderEntityViewDisplayTest::testInvalidConfiguration function core/modules/layout_builder/tests/src/Kernel/LayoutBuilderEntityViewDisplayTest.php Tests that configuration schema enforces valid values.
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.
LayoutTestPlugin::buildConfigurationForm function core/modules/system/tests/modules/layout_test/src/Plugin/Layout/LayoutTestPlugin.php Form constructor.
LayoutTestPlugin::defaultConfiguration function core/modules/system/tests/modules/layout_test/src/Plugin/Layout/LayoutTestPlugin.php Gets default configuration for this plugin.
LayoutTestPlugin::submitConfigurationForm function core/modules/system/tests/modules/layout_test/src/Plugin/Layout/LayoutTestPlugin.php Form submission handler.
LayoutTestPlugin::validateConfigurationForm function core/modules/system/tests/modules/layout_test/src/Plugin/Layout/LayoutTestPlugin.php Form validation handler.
LayoutWithoutLabel::buildConfigurationForm function core/modules/layout_builder/tests/modules/layout_builder_test/src/Plugin/Layout/LayoutWithoutLabel.php Form constructor.
LayoutWithoutLabel::defaultConfiguration function core/modules/layout_builder/tests/modules/layout_builder_test/src/Plugin/Layout/LayoutWithoutLabel.php Gets default configuration for this plugin.
LayoutWithoutLabel::submitConfigurationForm function core/modules/layout_builder/tests/modules/layout_builder_test/src/Plugin/Layout/LayoutWithoutLabel.php Form submission handler.
LazyPluginCollection::getConfiguration function core/lib/Drupal/Component/Plugin/LazyPluginCollection.php Gets the current configuration of all plugins in this collection.
LazyPluginCollection::setConfiguration function core/lib/Drupal/Component/Plugin/LazyPluginCollection.php Sets the configuration for all plugins in this collection.
ListPlugin::buildConfigurationForm function core/modules/ckeditor5/src/Plugin/CKEditor5Plugin/ListPlugin.php
ListPlugin::defaultConfiguration function core/modules/ckeditor5/src/Plugin/CKEditor5Plugin/ListPlugin.php
ListPlugin::submitConfigurationForm function core/modules/ckeditor5/src/Plugin/CKEditor5Plugin/ListPlugin.php
ListPlugin::validateConfigurationForm function core/modules/ckeditor5/src/Plugin/CKEditor5Plugin/ListPlugin.php

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